.PageContainer {
	width: 900px;
	margin: 15px auto;
}

.HeaderField {
	padding: 0 50px;
}
.HeaderField h1 {
	font-size: 25pt;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.NavigatorContainer {
	padding: 0 50px 50px 50px;
	background: url('images/bg-separator.png') no-repeat bottom center;
	_background: url('images/bg-separator.gif') no-repeat bottom center;
}

.LogoFieldContainer {
	padding: 0 50px;
	_height: 1px;
	max-height: 200px;
	overflow: hidden;
	_overflow: visible;
	background: url('images/bg-separator.png') no-repeat bottom center;
	_background: url('images/bg-separator.gif') no-repeat bottom center;
}
.LogoFieldContainer .LogoField {
	max-height: 200px;
}
.LogoFieldContainer .LogoField img {
	margin-bottom: 50px;
}

.ContentContainer {
	padding: 0 50px;
}

.FooterContainer {
	padding: 0 50px;
	padding-top: 40px;
	background: url('images/bg-separator.png') no-repeat top center;
	_background: url('images/bg-separator.gif') no-repeat top center;
	min-height: 30px;
}
.FooterContainer .CopyrightText { float: left; margin-right: 100px; }
.FooterContainer .CopyrightText a { text-decoration: underline; }
.FooterContainer .CopyrightText p { margin: 0; padding: 0; font-size: 9pt; }

.FooterContainer .dinStudioLink { float: right; font-size: 9pt; text-align: right; }
.FooterContainer .dinStudioLink a { text-decoration: underline; }



/* Functions 
================================================== 
*/



.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	text-align: center;
	margin-right: 10px;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
	font-size: 8pt;
}
.MainPageInlineContainer .ParagraphContainerTop { padding-top: 5px; }
.MainPageInlineContainer .ParagraphContainerBottom { padding-bottom: 5px; }

.MainPage {
}
.MainPage .NewsContainer {
	float: right;
	margin-left: 10px;
}
.MainPage .NewsHeader .ParagraphContainer {
	width: 200px;
	margin-left: 7px;
}
.MainPage .NewsItem .date { font-size: 8pt; font-style: italic; }
.MainPage .NewsItem {
	text-align: left;
	font-size: 8pt;
	width: 200px;
	padding: 5px 0;
	margin-left: 10px;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; padding-bottom: 5px; font-size: 12pt; font-weight: bold; }

.MainPage .BodyTextContainer {
}


.EmptyPage {
}

.TextLayout1 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout1 .LeftColumn {
	vertical-align: top;
}
.TextLayout1 .RightColumn {
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
}
.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
}
.TextLayout1 .RightColumn .ParagraphContainer {
	font-size: 8pt;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout2 .LeftColumn {
	padding-right: 10px;
	vertical-align: top;
	width: 50%;
}
.TextLayout2 .RightColumn {
	padding-left: 10px;
	vertical-align: top;
	width: 50%;
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 5px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 180px;
	font-size: 8pt;
}
.TextLayout2 .InlineImageContainer .ParagraphContainerTop { padding-top: 5px; }
.TextLayout2 .InlineImageContainer .ParagraphContainerBottom { padding-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;
	margin-bottom: 0;
	width: 115px;
	height: 27px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 31px;
	height: 25px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 31px;
	height: 25px;
	text-decoration: none;
	background: url('images/gallery-previous.gif') no-repeat;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	width: 50px;
	height: 10px;
	padding-top: 4px;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 31px;
	height: 25px;
}
.GalleryNavigator a.Next { 
	display: block;
	float: left;
	width: 31px;
	height: 25px;
	text-decoration: none;
	background: url('images/gallery-next.gif') no-repeat;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery1 .FunctionTable table {
	width: 600px;
}
.ImageGallery1 .BodyTextContainer {
}
.ImageGallery1 .FunctionTable table {
	width: 100%;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 33%;
	vertical-align: top;
	padding: 0 15px;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	text-align: center;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
}
.ImageGallery1 .FunctionTable .ParagraphContainerTop { padding-top: 5px; }
.ImageGallery1 .FunctionTable .ParagraphContainerBottom { padding-bottom: 5px; }

.ImageGallery2 .BodyTextContainer {
}
.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	padding: 5px;
	width: 130px;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	min-height: 60px;
	_height: 60px;
	width: 410px;
	padding: 5px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	text-align: center;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
}

.ImageGallery3 .BodyTextContainer {
}
.ImageGallery3 .FunctionTable {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 62px;
	vertical-align: top;
	padding: 5px;
}
.ImageGallery3 .FunctionTable .TextCell {
	width: 390px;
	vertical-align: top;
	padding: 5px;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	text-align: center;
	min-height: 40px;
	_height: 40px;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
	min-height: 40px;
	_height: 40px;
}

.Diary .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Diary .LeftColumn {
	width: 230px;
	vertical-align: top;
	padding-right: 10px;
	border-right: 1px solid #454545;
}
.Diary .LeftColumn .DiaryListItem {
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
}
.Diary .LeftColumn .DiaryListItem a:hover {
	text-decoration: none;
}
.Diary .RightColumn {
	vertical-align: top;
	padding-left: 10px;
}
.Diary .RightColumn .DiaryDate h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 470px;
}

.Diary .DiaryDateInput {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
	color: white;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #454545;
}
.Diary .DiaryCommentListItemContainer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #454545;
}

.Diary .DiaryCommentFormTable input {
	border: 1px solid #454545;
}
.Diary .DiaryCommentFormTable textarea {
	border: 1px solid #454545;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
}

/*
========================================================================
*/

.Guestbook .BodyTextContainer {
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}
.Guestbook .GuestbookForm {
	vertical-align: top;
	width: 200px;
}
.Guestbook .GuestbookForm input.textname { width: 200px; margin-bottom: 10px; border: 1px solid #454545; }
.Guestbook .GuestbookForm input.textemail { width: 200px; margin-bottom: 10px; border: 1px solid #454545; }
.Guestbook .GuestbookForm textarea.textmessage { width: 200px; height: 130px; margin-bottom: 10px; border: 1px solid #454545; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 15px;
}
.Guestbook .GuestbookList h2 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #454545;
}
.Guestbook .GuestbookFormContainer p {
	padding: 0;
	font-size: 11px;
}

.FileArea .BodyTextContainer {
}
.FileArea .FunctionTable {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-collapse: collapse;
}

.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .TextCell a { text-decoration: none; }
.FileArea .TextCell a:hover { text-decoration: underline; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; font-size: 12px; }
.FileArea .FileList {
	width: 600px;
	border-collapse: collapse;
}
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin-top: 5px; padding: 0; font-size: 8pt; }

.Contact .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Contact .LeftColumn {
	vertical-align: top;
}
.Contact .RightColumn {
	width: 300px;
	vertical-align: top;
	padding-left: 15px;
}
.Contact .RightColumn .ImageContainer {
	text-align: center;
}
.Contact .RightColumn .ParagraphContainer {
	font-size: 8pt;
	width: 300px;
}
.Contact .RightColumn .ParagraphContainerTop { padding-top: 5px; }
.Contact .RightColumn .ParagraphContainerBottom { padding-bottom: 5px; }
.Contact .ContactForm { margin-top: 10px; }
.Contact .ContactForm input.text { width: 200px; margin-bottom: 10px; border: 1px solid #454545; }
.Contact .ContactForm textarea.textmessage { width: 320px; height: 130px; margin-bottom: 10px; border: 1px solid #454545; }
.Contact .ContactForm input.ContactSubmit { 
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
}
.Contact .ContactForm p {
	padding: 0;
	font-size: 11px;
}

.LayoutPage .layout-1 .Contact .ContactForm textarea,
.LayoutPage .layout-1 .Contact .ContactForm input[type=text] { width: 50%; }

.LayoutPage .layout-2 .Contact .ContactForm textarea,
.LayoutPage .layout-2 .Contact .ContactForm input[type=text],
.LayoutPage .layout-5 .col-1 .Contact .ContactForm textarea,
.LayoutPage .layout-5 .col-1 .Contact .ContactForm input[type=text],
.LayoutPage .layout-6 .col-0 .Contact .ContactForm textarea,
.LayoutPage .layout-6 .col-0 .Contact .ContactForm input[type=text] { width: 75%; }


.GalleryCommentFormControl textarea { border: 1px solid #454545; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
}


/* DropDown Menu 
================================================== 
*/

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.DropMenu {
}


.DropMenu a {
	display: block;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	margin-right: 15px;
	padding-right: 15px;
}

.DropMenu a:hover {
	text-decoration: none;
}
.DropMenu a.toplevel {
	white-space: nowrap;
}
.DropMenu a.toplevel:hover {
	text-decoration: underline;
}

.DropMenu a.parent {
	background: white url('images/rightarrow.gif') right no-repeat;
}
.DropMenu a.parent:hover {
}

.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
}

.DropMenu li li {
	padding: 0;
	width: 150px;
}

.DropMenu li ul a {
	padding: 3px 10px;
	width: 130px;
	background-color: white;
}

.DropMenu li ul a:hover {
	text-decoration: underline;
}

.DropMenu li ul ul {
	margin: -22px 0 0 150px;
}

.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 {
	left: auto;
}

.DropMenu li:hover, .DropMenu li.hover {
	position: static;
}

/*
GalleryPagerLinks
===============================================================
*/

.GalleryTable {
	font-size: 8pt;
}

.GalleryPagerLinks td.PreviousPage {
	width: 31px;
	height: 25px;
}
.GalleryPagerLinks td.NextPage {
	width: 31px;
	height: 25px;
}

.GalleryPagerLinks td.PreviousPage a {
	width: 31px;
	height: 25px;
}
.GalleryPagerLinks td.PageNumber {
	padding-top: 5px;
}
.GalleryPagerLinks td.NextPage a {
	width: 31px;
	height: 25px;
}

.Gallery8 {
	width: 800px;
}
.Gallery8 .GalleryContainer {
	width: 800px;
}
.Gallery8 .Fullview {
	width: 800px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 800px;
	height: 600px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 800) + "px");
}
.Gallery9 {
	width: 800px;
}
.Gallery9 .GalleryContainer {
	width: 800px;
}
.Gallery9 .Fullview {
	width: 640px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 640px;
	height: 480px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 640) + "px");
}
.Gallery10 {
	width: 800px;
}
.Gallery10 .GalleryContainer {
	width: 800px;
}
.Gallery10 .Fullview {
	width: 600px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 600px;
	height: 450px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 600) + "px");
}

/*
===============================================================
*/

.ResponsiveDesign .MainPage { padding-right: 210px; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 550px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 150px; }
.ResponsiveDesign .ImageGallery1 .ImageCell .ParagraphContainer { padding: 5px; }

.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 140px; }

.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 70px; }

.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 240px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 250px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 210px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 280px; }

