* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}

a img { border: 0; }

body form { height: 100%; _height: auto; }

.PageContainer {
	width: 800px;
	margin: 20px auto;
}

.ContentHeader {
	position: relative;
	min-height: 80px;
	_height: 80px;
	background-color: #eae7d4;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.ContentHeader h1 { font-family: "Trebuchet MS", Arial, Verdana; font-size: 30px; color: #333; margin: 20px 15px 0 15px; }
.ContentHeader a { text-decoration: none; }
.ContentHeader img { float: right; }
.ContentHeader p { margin: 0; padding: 0; }

/*
New PageHeader to enable TinyMCE 
================================
*/

.ContentHeader .LogoField {
	margin: 0;
	float: right;
	height: 80px;
	_overflow: hidden;
}
.ContentHeader .LogoField img {
	float: none;
}

.ContentHeader .HeaderField {
	margin-right: 10px;
}
.ContentHeader .HeaderField h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 30px;
	color: #333;
	margin: 20px 15px 0 15px; 
}
.ContentHeader .HeaderField p {
	color: #333;
}
.ContentHeader .HeaderField a {
	color: #333;
}
.ContentHeader .HeaderField a:hover {
	text-decoration: none;
}
.ContentHeader .HeaderField img {
	float: none;
	margin: 0;
}

/*
================================
*/

.ContainerTable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ContainerTable .NavigatorColumn {
	width: 150px;
	vertical-align: top;
}
.ContainerTable .ContentColumn {
	vertical-align: top;
}


.NavigatorContainer {
	min-height: 200px;
	_height: 200px;
	float: left;
	margin: 10px 0 15px 0;
}

.ContainerTable .NavigatorColumn .NavigatorContainer {
	float: none;
}

/* \*/
* html .ContentContainer {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */
.ContentContainer {
	min-height: 300px;
	_height: 300px;
	margin: 15px 0px 15px 150px;
	padding: 0 5px;
}

.ContainerTable .ContentColumn .ContentContainer {
	float: none;
	margin: 15px 0px 15px 0;
}

.PageFooter {
	clear: both;
	min-height: 16px;
	_height: 16px;
	padding: 2px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.PageFooter .CopyrightText {
	float: left;
	margin-right: 110px;
}
.PageFooter .CopyrightText p {
	margin: 0;
	padding: 0;
}

.PageFooter .dinStudioLink {
	float: right;
}

.ClearBoth { clear: both; }

/*
Functions
===================================================================================================
*/

.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer { margin: 0 5px 5px 0; }
.MainPageInlineContainer .ParagraphContainer { width: 200px; margin: 0 5px 5px 0; font-size: 11px; }

.MainPage .BodyTextContainer {
	margin-right: 215px;
}
.MainPage .NewsContainer {
	float: right;
	width: 200px;
	margin-bottom: 15px;
	_margin-bottom: 0;
}
.MainPage .NewsContainer .NewsItem {
	border-top: 1px dashed white;
	padding: 3px 6px;
	padding-right: 0;
}

.EmptyPage {
}

.TextLayout1 {
}
.TextLayout1 .FunctionTable { border-collapse: collapse; width: 100%; }
.TextLayout1 .LeftColumn { vertical-align: top; }
.TextLayout1 .RightColumn { width: 200px; vertical-align: top; padding-left: 15px; font-size: 11px; }
.TextLayout1 .RightColumn .ImageContainer { margin-bottom: 5px; }
.TextLayout2 {
}
.TextLayout2 .FunctionTable { border-collapse: collapse; width: 100%; }
.TextLayout2 .LeftColumn { width: 50%; vertical-align: top; }
.TextLayout2 .RightColumn { width: 50%; padding-left: 15px; vertical-align: top; }
.TextLayout2 .InlineImageContainer { float: right; display: inline; }
.TextLayout2 .InlineImageContainer .ParagraphContainer { font-size: 11px; width: 180px; }
.TextLayout2 .InlineImageContainer .ImageContainer { width: 180px; margin-bottom: 5px; }

.GalleryDescription {
	margin: 0;
	padding: 0;
	text-align: center;
}
.GalleryDescription #text {
	overflow-y: auto;
	overflow-x: hidden;
	height: 45px;
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	width: 140px;
	height: 30px;
}
.GalleryNavigator span.Previous { display: block; float: left; width: 50px; height: 30px; }
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 50px; 
	height: 30px; 
	text-decoration: none;
	background: url('images/gallery_prev.gif') no-repeat center left;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-size: 14px;
	margin: 0 5px;
	width: 30px; 
	height: 24px;
	padding-top: 6px; 
}
.GalleryNavigator span.Next { display: block; float: left; width: 50px; height: 30px; }
.GalleryNavigator a.Next { 
	display: block; 
	float: left; 
	width: 50px;
	height: 30px;
	text-decoration: none;
	background: url('images/gallery_next.gif') no-repeat center right;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 {
	
}
.ImageGallery1 .FunctionTable { border-collapse: collapse; margin-left: auto; margin-right: auto; width: 600px; margin-top: 1em; }
.ImageGallery1 .ImageCell { width: 200px; vertical-align: top; padding-bottom: 10px; }
.ImageGallery1 .ImageCell .ImageContainer { text-align: center; }
.ImageGallery1 .ImageCell .ParagraphContainer { width: 180px; margin-bottom: 2px; font-size: 8pt; }

.ImageGallery2 {
	
}
.ImageGallery2 .FunctionTable { margin-left: auto; margin-right: auto; width: 600px; margin-top: 15px; }
.ImageGallery2 .ImageCell { width: 150px; vertical-align: top;  }
.ImageGallery2 .ImageCell .ImageContainer { text-align: center; margin-bottom: 2px; }
.ImageGallery2 .TextCell { vertical-align: top; padding-bottom: 5px; }

.ImageGallery3 {
	
}
.ImageGallery3 .FunctionTable { margin-left: auto; margin-right: auto; width: 600px; margin-top: 15px; }
.ImageGallery3 .ImageCell { width: 65px; vertical-align: top;  }
.ImageGallery3 .ImageCell .ImageContainer { text-align: center; margin-bottom: 2px; }
.ImageGallery3 .TextCell { vertical-align: top; padding-bottom: 5px; }

.SplashScreen {
	
}
.SplashScreen .FunctionTable { margin-left: auto; margin-right: auto; width: 600px; margin-top: 1em; }

.FileArea {
	
}
.FileArea .FunctionTable { 
	margin: 15px auto;
	width: 600px;
}
.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; padding: 2px 0; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; }
.FileArea .FileList { margin: 5px 0; width: 600px; border-collapse: collapse; }
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin: 0 0 3px 0; font-size: 8pt; }

.Diary {
	
}
.Diary .FunctionTable { 
	margin: 0 auto;
	width: 100%;
}
.Diary .FunctionTable td { vertical-align: top; }
.Diary .FunctionTable .LeftColumn {
	margin: 0;
	width: 200px;
	font-size: 5pt;
	text-align: left;
	border-right: 1px dashed white; 
	padding-right: 15px;
}
.Diary .FunctionTable .RightColumn {
}
.Diary .DiaryList {
}
.Diary .DiaryListItem { border-bottom: 1px dashed white; padding-bottom: 5px; margin-bottom: 5px; }
.Diary .DiaryListItem h2 { font-size: 13px; margin: 0; }

.Diary .DiaryList .GroupByDay li.FirstLevelItem {
	border-bottom: 1px dashed white;
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-size: 13px;
	margin: 0;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	padding: 0;
}
.Diary .DiaryList .GroupByMonth ul.SecondLevel,
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	padding-top: 5px; 
	margin-bottom: 5px;
}

.Diary .DiaryView { padding-left: 15px; }
.Diary .DiaryView .DiaryDate h3 { font-size: 12px; font-style: italic; }

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 420px;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItem {
	font-size: 12px;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle h2 {
	font-size: 12px;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle .DiaryCommentDate {
	font-size: 12px;
}

.Diary .DiaryDateInput {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: white;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 1px solid white;
	color: white;
	background-color: #555; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	color: white;
	padding: 2px;
}

.Diary .DiaryCommentFormTable input {
	background-color: transparent;
	border: 1px solid white;
	color: white;
}
.Diary .DiaryCommentFormTable textarea {
	background-color: transparent;
	border: 1px solid white;
	color: white;
}
.Diary .DiaryCommentListItemContainer { 
	border-bottom: 1px dashed white;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*
========================================================================
*/

.Guestbook {
	
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	border: 0;
	margin-top: 15px;
	width: 100%;
}
.Guestbook .GuestbookForm {
	margin: 0;
	width: 200px;
	font-size: 11px;
	vertical-align: top;
	padding-right: 15px;
}
.Guestbook .GuestbookList {
	padding-left: 15px;
	border-left: 1px dashed white;
	vertical-align: top;
}
.Guestbook .GuestbookListItemContainer  {
	border-bottom: 1px dashed white;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.Guestbook .GuestbookList h2 { font-size: 12px; }
.Guestbook .GuestbookList .GuestbookDate { font-size: 13px; }
.Guestbook .GuestbookForm input.textname { width: 200px; border: 1px solid white; margin-bottom: 5px; background-color: transparent; color: white; }
.Guestbook .GuestbookForm input.textemail { width: 200px; border: 1px solid white; margin-bottom: 5px; background-color: transparent; color: white; }
.Guestbook .GuestbookForm textarea.textmessage { width: 200px; height: 130px; border: 1px solid white; margin-bottom: 5px; background-color: transparent; color: white; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 1px solid white;
	color: white;
	background-color: #555; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.Contact {
	
}
.Contact .FunctionTable { border-collapse: collapse; border: 0; width: 100%; }
.Contact .LeftColumn { vertical-align: top; padding-right: 0.5em; }
.Contact .RightColumn { width: 300px; vertical-align: top; padding-left: 0.5em; }
.Contact .RightColumn img { margin-bottom: 5px; }
.Contact .RightColumn p { }
.Contact .ContactForm { margin-top: 1em; }
.Contact .ContactForm input.text { width: 200px; border: 1px solid white; margin-bottom: 5px; background-color: transparent; color: white; }
.Contact .ContactForm textarea.textmessage { width: 320px; height: 130px; border: 1px solid white; margin-bottom: 5px; background-color: transparent; color: white; }
.Contact .ContactForm input.ContactSubmit { 
	border: 1px solid white;
	color: white;
	background-color: #555; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.GalleryCommentFormControl textarea { border: 1px solid #555; background-color: transparent; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 1px solid white;
	color: white;
	background-color: #555; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

/*
Drop down menu
===================================================================================================
*/

.DropMenu, .DropMenu ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 128px;
}

.DropMenu li {
	/* all list items */
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.DropMenu li ul {
	/* second-level lists */
	position: absolute;
	z-index: 2;
	left: -999em;
	margin-left: 128px;
	margin-top: -23px;
}

.DropMenu li ul ul {
	/* third-and-above-level lists */
	left: -999em;
}

.DropMenu li a {
	width: 120px;
	display: block;
	text-decoration: none;
	border: 1px solid white;
	padding: 3px;
}

.DropMenu a.parent {
	background: url('images/rightarrow.gif') right center no-repeat;
}

.DropMenu a.parent:hover {
	background: #888888 url('images/rightarrow.gif') right center no-repeat;
}

.DropMenu a.toplevel {
	display: block;
	color: white;
	margin-top: 5px;
}

.DropMenu li a:hover {
	color: white;
	background: #888888;
	text-decoration: none;
}

.DropMenu li:hover ul ul, .DropMenu li:hover ul ul ul, .DropMenu li.sfhover ul ul, .DropMenu li.sfhover ul ul ul {
	left: -999em;
}

.DropMenu li:hover ul, .DropMenu li li:hover ul, .DropMenu li li li:hover ul, .DropMenu li.sfhover ul, .DropMenu li li.sfhover ul, .DropMenu li li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

.DropMenu li:hover, .DropMenu li.hover {
	position: static;
}

/*
Gallery
===============================================================
*/

.GalleryTable {
	font-size: 8pt;
}
div.Gallery1 .GalleryTable .GalleryColumnPadding,
div.Gallery2 .GalleryTable .GalleryColumnPadding,
div.Gallery3 .GalleryTable .GalleryColumnPadding,
div.Gallery4 .GalleryTable .GalleryColumnPadding,
div.Gallery5 .GalleryTable .GalleryColumnPadding {
	width: 15px !important;
}

.Gallery4, .Gallery5, .Gallery8, .Gallery9, .Gallery10 {
	width: 630px;
}
.Gallery4 .GalleryTable,
.Gallery5 .GalleryTable,
.Gallery8 .GalleryContainer,
.Gallery9 .GalleryContainer,
.Gallery10 .GalleryContainer {
	width: 630px;
}
.Gallery8 .Fullview {
	width: 640px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 640px;
	height: 480px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 640) + "px");
}
.Gallery9 .Fullview {
	width: 480px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 480px;
	height: 360px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 480) + "px");
}
.Gallery9 .GalleryContainer .ContainerPadding {
	width: 2px;
}

.Gallery10 .Fullview {
	width: 440px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 440px;
	height: 330px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 440) + "px");
}

div.Gallery9 .GalleryPagerLinks {
	width: 130px !important;
}
div.Gallery10 .GalleryPagerLinks {
	width: 160px !important;
}
div.Gallery9 .GalleryPagerLinks .PreviousPage a, 
div.Gallery10 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/dark/button-previous.gif') no-repeat !important;
}
div.Gallery9 .GalleryPagerLinks .NextPage a, 
div.Gallery10 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/dark/button-next.gif') no-repeat !important;
}

.GalleryPagerLinks .PreviousPage {
	width: 50px;
	height: 30px;
}
.GalleryPagerLinks .NextPage {
	width: 50px;
	height: 30px;
}

.GalleryPagerLinks .PreviousPage a {
	width: 50px;
	height: 30px;
	background: url('images/gallery_prev.gif') no-repeat center left;
}
.GalleryPagerLinks .NextPage a {
	width: 50px;
	height: 30px;
	background: url('images/gallery_next.gif') no-repeat center right;
}

div.PopupContainer {
	color: black;
}
div.PopupContainer .PopupPageNumbers {
	color: black;
}

.FullviewContainer .FullviewImage div.FullviewImageBackground {
	background-color: black;
}
.FullviewContainer .FullviewImage div.FullviewImageBackground img {
	border: 0;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-play,
.FullviewContainer .FullviewControls .FullviewSlideshow .ds-play {
	background: url('images/button-play.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-pause,
.FullviewContainer .FullviewControls .FullviewSlideshow .ds-pause {
	background: url('images/button-pause.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewFullscreen #ds-fullscreen,
.FullviewContainer .FullviewControls .FullviewFullscreen .ds-fullscreen {
	background: url('/resources/functions/images/dark/button-fullscreen.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-previous,
.FullviewContainer .FullviewControls .FullviewNavigation .ds-previous {
	background: url('images/button-previous.gif') no-repeat !important;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-next,
.FullviewContainer .FullviewControls .FullviewNavigation .ds-next {
	background: url('images/button-next.gif') no-repeat !important;
}

/*
===============================================================
*/

.ResponsiveDesign .ContainerTable { width: 800px; }
.ResponsiveDesign .NavigatorColumn { float: left; width: 140px; }
.ResponsiveDesign .ContentColumn { float: right; width: 660px;  }

.ResponsiveDesign .MainPage { padding-right: 200px; }
.ResponsiveDesign .MainPage .MainContainer { margin-right: 10px; }
.ResponsiveDesign .MainPage .NewsContainer { width: 200px; }

.ResponsiveDesign .TextLayout2 .LeftColumn,
.ResponsiveDesign .TextLayout2 .RightColumn { width: 320px; padding: 0;}

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 540px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 170px; margin: 5px; }
.ResponsiveDesign .ImageGallery1 .ImageCell .ParagraphContainer { padding: 5px; }

.ResponsiveDesign .Diary .FunctionTable .LeftColumn { width: 200px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 230px; }
.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 215px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn img,
.ResponsiveDesign .Diary .DiaryContainer .RightColumn .DiaryItemContainer img { max-width: 100%; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryImageCell { width: 120px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 170px; }

.ResponsiveDesign .ImageGallery .Gallery5 .GalleryImageCell { width: 50px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 240px; }

.ResponsiveDesign .ImageGallery .Slide1 ul,
.ResponsiveDesign .ImageGallery .Slide2 ul,
.ResponsiveDesign .ImageGallery .Slide3 ul { margin: 0; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2 { width: 650px; }

.ResponsiveDesign .ImageGallery .Slide1 img,
.ResponsiveDesign .ImageGallery .Slide2 img { max-width: 650px; border: 0; }
