.PageContainer {
	position: relative;
	height: 100%;
	min-height: 100%;
	height: auto;
}
html>body .PageContainer {
	height: auto;
}
.NavigatorContainer {
	min-height: 30px;
	_height: 30px;
	background: #373737 url('images/menu-bg.gif') repeat-x bottom;
	border-top: 1px solid white;
	padding-bottom: 16px;
}
.Navigator {
	width: 770px;
	margin: 0 auto;
	padding-top: 6px;
}

.ContentHeaderContainer {
}
.ContentHeader {
	position: relative;
	width: 800px;
	height: 90px;
	margin: 0 auto;
}
.ContentHeader a { text-decoration: none; }
.ContentHeader h1 {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 15px;
	color: white;
	font-size: 35px;
	font-weight: normal;
	background: none;
}
.ContentHeader img {
	position: absolute;
	border: 0;
	top: 0;
	right: 0;
	z-index: 1;
}

/*
New ContentHeader to enable TinyMCE 
================================
*/

.ContentHeader .LogoField {
	position: absolute;
	border: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
.ContentHeader .LogoField img {
	position: static;
}

.ContentHeader .HeaderField {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 90px;
	overflow: hidden;
	color: white;
}
.ContentHeader .HeaderField h1 {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 15px;
	color: white;
	font-size: 35px;
	font-weight: normal;
	background: none;
}
.ContentHeader .HeaderField h2 { color: white; }
.ContentHeader .HeaderField h3 { color: white; }
.ContentHeader .HeaderField h4 { color: white; }
.ContentHeader .HeaderField h5 { color: white; }
.ContentHeader .HeaderField h6 { color: white; }

.ContentHeader .HeaderField a {
	color: white;
	text-decoration: underline;
}
.ContentHeader .HeaderField a:hover {
	text-decoration: none;
}
.ContentHeader .HeaderField img {
	position: static;
}


/*
================================
*/

.ContentBody {
	width: 770px;
	min-height: 400px;
	_height: 400px;
	margin: 0 auto;
	padding: 20px 15px;
	padding-bottom: 60px;
	background: url('images/content-bg-top.gif') no-repeat top left;
}

.PageFooterContainer {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 59px;
	clear: both;
	color: white;
	background: url('images/footer-bg.gif') repeat-x bottom;
}

.PageFooter {
	width: 802px;
	height: 20px;
	margin: 0 auto;
	padding-top: 37px;
	overflow: hidden;
	background: url('images/content-bg-bottom.gif') no-repeat top center;
}

.CopyrightText { float: left; margin-left: 12px; }
.CopyrightText a { color: white; }
.CopyrightText p { margin: 0; padding: 0; color: white; font-size: 11px; }

.dinStudioLink { float: right; margin-right: 12px; text-align: right;}
.dinStudioLink a { color: white; }

/*
Functions
==================================================================================
*/

.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	text-align: center;
	margin-right: 15px;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 188px;
	font-size: 8pt;
	margin: 5px 15px 0 0;
	padding: 5px;
}

.MainPage {
}
.MainPage .NewsContainer {
	float: right;
	margin: 0;
	margin-left: 15px;
	width: 190px;
	padding-left: 10px;
}
.MainPage .NewsContainer .NewsHeader h1 {
}
.MainPage .NewsItem .date { font-size: 8pt; font-style: italic; }
.MainPage .NewsItem {
	font-size: 8pt;
	width: 160px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; }

.MainPage .BodyTextContainer {
}

.EmptyPage {
}

.TextLayout1 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout1 .LeftColumn {
	vertical-align: top;
	padding-right: 10px;
}
.TextLayout1 .RightColumn {
	width: 200px;
	padding-left: 10px;
	vertical-align: top;
}
.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.LayoutPage .text-part.type-smalltext,
.TextLayout1 .RightColumn .ParagraphContainer {
	font-size: 8pt;
	padding: 5px 10px;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout2 .LeftColumn {
	width: 50%;
	padding-right: 15px;
	vertical-align: top;
}
.TextLayout2 .RightColumn {
	width: 50%;
	padding-left: 15px;
	vertical-align: top;
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 8px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 158px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 8pt;
	padding: 5px 10px;
}

.GalleryDescription {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 650px;
	text-align: center;
	overflow: scroll;
	overflow-x: hidden;
}
.GalleryDescription #text {
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	width: 105px;
	height: 25px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 25px; 
	height: 25px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 25px; 
	height: 25px; 
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-size: 13px;
	margin: 0;
	width: 55px; 
	height: 21px;
	padding-top: 4px;
	color: #ededed;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 25px; 
	height: 25px; 
}
.GalleryNavigator a.Next { 
	display: block; 
	float: left;
	width: 25px;
	height: 25px;
	text-decoration: none;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery1 .FunctionTable td { margin: 0; padding: 0; }
.ImageGallery1 .FunctionTable .ImageCell {
	padding-bottom: 10px;
	width: 200px;
	vertical-align: top;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	text-align: center;
	margin-bottom: 5px;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	width: 150px;
	margin: 0 auto;
	font-size: 8pt;
	padding: 5px 10px;
}

.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable td { margin: 0; padding: 0; }
.ImageGallery2 .FunctionTable .ImageCell {
	width: 150px;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	width: 440px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.ImageGallery3 .FunctionTable {
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable td { margin: 0; padding: 0; }
.ImageGallery3 .FunctionTable .ImageCell {
	width: 75px;
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .TextCell {
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.Diary .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Diary .LeftColumn {
	vertical-align: top;
	width: 220px;
	padding-top: 8px;
}
.Diary .LeftColumn .DiaryListItem a {
	padding: 2px 10px 2px 5px;
	margin-bottom: 10px;
	display: block;
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 10pt;
	margin: 0;
}
.Diary .LeftColumn .DiaryListItem a {
	text-decoration: none;
}
.Diary .LeftColumn .DiaryListItem a:hover {
	text-decoration: none;
	background-color: #ededed;
}
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-weight: normal;
	font-size: 10pt;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	margin: 0;
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay a {
	display: block;
	margin-bottom: 10px;
	padding: 2px 10px 12px 5px;
}

.Diary .DiaryList .GroupByMonth ul.SecondLevel {
}
.Diary .DiaryList .GroupByMonth li.FirstLevelItem,
.Diary .DiaryList .GroupByYear li.FirstLevelItem {
	margin-bottom: 10px;
	padding: 2px 10px 12px 5px;
}
.Diary .DiaryList .GroupByMonth li.SecondLevelItem,
.Diary .DiaryList .GroupByYear li.ThirdLevelItem {
	margin-bottom: 5px;
}

.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	text-decoration: none;
}
.Diary .DiaryList .GroupByDay a:hover {
	text-decoration: none;
	background-color: #ededed;
}
.Diary .DiaryList .GroupByMonth a:hover,
.Diary .DiaryList .GroupByYear a:hover {
	text-decoration: underline;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 10pt;
}
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}

.Diary .RightColumn {
	padding-left: 15px;
	vertical-align: top;
}
.Diary .RightColumn .DiaryDate h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
}

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 450px;
}
.Diary .DiaryDateInput {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	height: 20px;
	height: 18px;
	cursor: pointer;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
}
.Diary .DiaryCommentListItemContainer {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 5px;
}

.Diary .DiaryCommentFormTable input {
	background-color: #dbdbdb;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
.Diary .DiaryCommentFormTable textarea {
	background-color: #dbdbdb;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
}

/*
========================================================================
*/

.Guestbook .FunctionTable {
	margin-top: 10px;
	border-collapse: collapse;
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 15px;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	padding: 5px 10px;
	margin-bottom: 10px;
	width: auto;
}
.Guestbook .GuestbookList .GuestbookDate {
	font-size: 12px;
}
.Guestbook .GuestbookList h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	margin-bottom: 10px;
}
.Guestbook .GuestbookList .GuestbookListItem {
	font-size: 12px;
	padding-bottom: 5px;
}
.Guestbook .GuestbookList a:hover { color: white; }

.Guestbook .GuestbookForm {
	vertical-align: top;
	width: 200px;
	padding-right: 15px;
}
.Guestbook .GuestbookForm input.textname { width: 200px; background-color: #dbdbdb; color: black; font-family: Arial; font-size: 10pt; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.textemail { width: 200px; background-color: #dbdbdb; color: black; font-family: Arial; font-size: 10pt; margin-bottom: 10px; }
.Guestbook .GuestbookForm textarea.textmessage { width: 200px; height: 130px; background-color: #dbdbdb; color: black; font-family: Arial; font-size: 10pt; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	height: 20px;
	height: 18px;
	cursor: pointer;
}

.FileArea .FunctionTable {
	width: 500px;
	margin: 15px auto;
	border-collapse: collapse;
	padding: 5px 10px;
}
.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; }
.FileArea .FileList {
	border-collapse: collapse;
	width: 500px;
}
.FileArea .FileList a:hover { color: white; }
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin: 0 0 3px 0; font-size: 8pt; }

.Contact .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Contact .LeftColumn {
	padding-right: 15px;
	vertical-align: top;
}
.Contact .RightColumn {
	width: 300px;
	padding-left: 15px;
	vertical-align: top;
}
.Contact .RightColumn .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.Contact .RightColumn .ParagraphContainer {
	font-size: 8pt;
	padding: 5px 10px;
}
.Contact .ContactForm { margin-top: 10px; }
.Contact .ContactForm input.text { width: 200px; background-color: #dbdbdb; color: black; font-family: Arial; font-size: 10pt; margin-bottom: 10px; }
.Contact .ContactForm textarea.textmessage { width: 370px; height: 150px; background-color: #dbdbdb; color: black; font-family: Arial; font-size: 10pt; margin-bottom: 10px; }
.Contact .ContactForm input.ContactSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	height: 20px;
	height: 18px;
	cursor: pointer;
}

.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 { background-color: #dbdbdb; color: black; font-family: Arial; font-size: 10pt; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	height: 20px;
	height: 18px;
	cursor: pointer;
}


/*
DropDown Menu
==================================================================================
*/

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.DropMenu a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}
.DropMenu a:hover {
}

.DropMenu a.toplevel {
	font-family: 'Trebuchet MS', Arial;
	color: white;
	white-space: nowrap;
	border: 0;
	border-right: 1px solid #7a7a7a;
	border-left: 1px solid #7a7a7a;
	margin-left: -1px;
	padding: 0 15px;
}
.DropMenu a.toplevel:hover {
	text-decoration: none;
	border-top: 0;
	border-bottom: 0;
}

.DropMenu a.parent {
	background: url('images/menu-arrow.gif') no-repeat right bottom;
}
.DropMenu a.parent:hover {
	background: url('images/menu-arrow.gif') no-repeat right bottom;
}

.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	background: url('images/drop-menu-bg.gif');
	border: 1px solid #7a7a7a;
	border-top: 0;
	margin-left: -1px;
}

.DropMenu li li {
	padding: 0;
	width: 170px;
}

.DropMenu li ul a {
	color: white;
	padding: 5px 10px;
	_width: 150px;
}

.DropMenu li ul ul {
	margin: -24px 0 0 170px;
}

.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;
}

/*
Gallery
===============================================================
*/

.GalleryTable {
	_background: transparent !important;
}
div.Gallery1 .GalleryTable tr.GalleryRowPadding td,
div.Gallery2 .GalleryTable tr.GalleryRowPadding td,
div.Gallery3 .GalleryTable tr.GalleryRowPadding td,
div.Gallery4 .GalleryTable tr.GalleryRowPadding td,
div.Gallery5 .GalleryTable tr.GalleryRowPadding td {
	height: 15px !important; 
}
.GalleryTable .ParagraphContainer {
	padding: 5px 10px;
}

div.Gallery6 .GalleryTable div.ImageContainerMiddle img, 
div.Gallery7 .GalleryTable div.ImageContainerMiddle img, 
div.Gallery8 .GalleryTable div.ImageContainerMiddle img, 
div.Gallery9 .GalleryTable div.ImageContainerMiddle img, 
div.Gallery10 .GalleryTable div.ImageContainerMiddle img {
	border: 0;
}
div.Gallery6 .GalleryTable .ParagraphContainer, 
div.Gallery7 .GalleryTable .ParagraphContainer, 
div.Gallery8 .GalleryTable .ParagraphContainer, 
div.Gallery9 .GalleryTable .ParagraphContainer, 
div.Gallery10 .GalleryTable .ParagraphContainer {
	display: none;
}

div.Gallery9 .GalleryPagerLinks,
div.Gallery10 .GalleryPagerLinks {
	background: none;
}
div.Gallery9 .GalleryPagerLinks a,
div.Gallery10 .GalleryPagerLinks a {
	color: black;
}

.Gallery8 {
	width: 760px;
	margin: 0 auto;
}
.Gallery8 .GalleryContainer {
	width: 760px;
}
.Gallery8 .Fullview {
	width: 760px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 760px;
	height: 570px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 760) + "px");
}
.Gallery9 {
	width: 760px;
}
.Gallery9 .GalleryContainer {
	width: 760px;
	margin: 0 auto;
}
.Gallery9 .Fullview {
	width: 600px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 600px;
	height: 450px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 600) + "px");
}
.Gallery10 {
	width: 750px;
}
.Gallery10 .GalleryContainer {
	width: 750px;
	margin: 0 auto;
}
.Gallery10 .Fullview {
	width: 560px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 560px;
	height: 420px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 560) + "px");
}

.GalleryPagerLinks .PreviousPage {
	width: 25px;
	height: 25px;
}
.GalleryPagerLinks .NextPage {
	width: 25px;
	height: 25px;
}
.GalleryPagerLinks a {
	color: white;
}
.GalleryPagerLinks .PreviousPage a {
	width: 25px;
	height: 25px;
}
.GalleryPagerLinks .PageNumber {
}
.GalleryPagerLinks .NextPage a {
	width: 25px;
	height: 25px;
}

/*
===============================================================
*/

.ResponsiveDesign .MainPage { padding-right: 210px; }
.ResponsiveDesign .MainPage .NewsContainer { padding-left: 10px; width: 200px; background-position: top left; }
.ResponsiveDesign .MainPage .NewsContainer .NewsItem { margin-left: 0; width: auto; }
.ResponsiveDesign .MainPage .MainPageInlineContainer .ImageContainer,
.ResponsiveDesign .MainPage .MainPageInlineContainer .ParagraphContainer { margin-right: 10px; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 640px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 200px; margin: 5px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ParagraphContainer {
    width: 150px;
    margin: 0 auto;
    font-size: 8pt;
    padding: 5px 10px;
}

.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 220px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 220px; }

.ResponsiveDesign .ImageGallery .Gallery4, 
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTable { width: 700px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 190px; margin: 0 10px; }

.ResponsiveDesign .ImageGallery .Gallery5, 
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTable { width: 700px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 260px; margin: 0 10px; }


.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2,
.ResponsiveDesign .ImageGallery .Slide3 { width: 770px; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 770px; }
