
.LogoContainer {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	border: 1px solid #ccc;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
.LogoContainer img {
	vertical-align: middle;
	border: 15px solid white;
	border-bottom: 25px solid white;
}

.TitleHeader {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 530px;
	height: 150px;
	overflow: hidden;
}

.TitleHeader h1 { 
	color: white;
	font-size: 24pt;
}
.TitleHeader a {
	color: white;
	text-decoration: none;
}
.TitleHeader a:hover {
	text-decoration: none;
}

/*
New PageHeader
==========================================
*/

.HeaderField {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 530px;
	height: 150px;
	overflow: hidden;
}

.HeaderField h1 { 
	color: white;
	font-size: 24pt;
}
.HeaderField a {
	color: white;
	text-decoration: underline;
}
.HeaderField a:hover {
	text-decoration: none;
}
.HeaderField h2 { color: white; }
.HeaderField h3 { color: white; }
.HeaderField h4 { color: white; }
.HeaderField h5 { color: white; }
.HeaderField h6 { color: white; }
.HeaderField p { color: white; }

/*
==========================================
*/

.BackgroundHeader {
	position: absolute;
	top: 0;
	margin: 0 auto;
	height: 230px;
	width: 800px;
	opacity: .3;
	filter: alpha(opacity=30);
	background: white;
}

.BodyContainer {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.PageContainer {
	position: absolute; 
	top: 190px;
	width: 800px;
	margin: 0 auto;
}

.PageContainer .PageContainerTop {
	height: 50px;
}
.PageContainer .PageContainerMiddle {
	min-height: 270px;
}
.PageContainer .PageContainerBottom {
	height: 50px;
}

.ContentTable {
	width: 100%;
}

.ContentTable .Navigator {
	width: 160px;
	padding-left: 15px;
	padding-right: 7px;
	vertical-align: top;
}

.Navigator .NavigatorTop {
	height: 20px;
}
.Navigator .NavigatorMiddle {
	min-height: 50px;
	_height: 50px;
}
.Navigator .NavigatorBottom {
	height: 20px;
	clear: both;
}


.ContentTable .ContentContainer {
	padding-left: 7px;
	padding-right: 20px;
	vertical-align: top;
}

.PageFooter {
	clear: both;
	height: 20px;
	padding-top: 25px;
	color: white;
}
.PageFooter a {
	text-decoration: none;
	color: white;
}
.PageFooter a:hover {
	color: white;
	text-decoration: underline;
}

.PageFooter .CopyrightText {
	font-size: 9pt;
	text-align: center;
	margin-top: -30px;
}
.PageFooter .dinStudioLink {
	font-size: 9pt;
	text-align: center;
}

/*
New PageFooter to enable TinyMCE 
================================
*/
.PageFooterBottom {
	clear: both;
	height: 20px;
	padding-top: 5px;
	color: white;
}
.PageFooterBottom a {
	text-decoration: none;
	color: white;
}
.PageFooterBottom a:hover {
	color: white;
	text-decoration: underline;
}

.PageFooterBottom .CopyrightText {
	font-size: 9pt;
	text-align: center;
	padding-bottom: 5px;
}
.PageFooterBottom .CopyrightText p {
	font-size: 9pt;
	text-align: center;
	margin: 0;
	padding: 0;
}
.PageFooterBottom .dinStudioLink {
	font-size: 9pt;
	text-align: center;
	padding-bottom: 5px;
}
/*
================================
*/


/*
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: 195px;
}
.MainPage .NewsContainer {
	float: right;
	width: 185px;
	margin-bottom: 15px;
	_margin-bottom: 0;
}
.MainPage .NewsContainer .NewsItem {
	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;
	width: 800px;
	height: 650px;
	background-color: White;
	text-align: center;
	overflow: scroll;
	overflow-x: hidden;
}
.GalleryDescription #text {
/*
	overflow-y: auto;
	overflow-x: hidden;
	height: 45px;
*/
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 0 auto;
	margin-top: 20px;
	width: 150px;
	height: 28px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 50px; 
	height: 28px; 
	text-decoration: none;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 50px; 
	height: 28px; 
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-size: 14px;
	margin: 0;
	width: 50px; 
	height: 22px;
	padding-top: 6px;
}
.GalleryNavigator span.Next { 
	display: block; 
	float: left; 
	width: 50px;
	height: 28px;
	text-decoration: none;
}
.GalleryNavigator a.Next { 
	display: block; 
	float: left; 
	width: 50px;
	height: 28px;
	text-decoration: none;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 {
	
}
.ImageGallery1 .FunctionTable { border-collapse: collapse; width: 100%; margin-top: 1em; }
.ImageGallery1 .ImageCell { vertical-align: top; width: 33%; padding: 0 10px; }
.ImageGallery1 .ImageCell .ImageContainer { text-align: center; }
.ImageGallery1 .ImageCell .ParagraphContainer { font-size: 8pt; }

.ImageGallery2 {
	
}
.ImageGallery2 .FunctionTable { margin-left: auto; margin-right: auto; width: 500px; 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: 500px; 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: 500px; margin-top: 1em; }

.FileArea {
	
}
.FileArea .FunctionTable { 
	margin: 15px auto;
	padding: 5px 0;
	width: 500px;
}
.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: 500px; border-collapse: collapse; }
.FileArea .FileSort { width: 500px; margin: 0 auto; }
.FileArea .FileSort p { margin: 0 0 3px 0; font-size: 8pt; }

.Diary {
	
}
.Diary .FunctionTable { 
	width: 100%;
}
.Diary .FunctionTable td { vertical-align: top; }
.Diary .FunctionTable .LeftColumn {
	margin: 0;
	width: 200px;
	font-size: 5pt;
	text-align: left;
	padding-right: 15px;
}
.Diary .FunctionTable .RightColumn {
}
.Diary .DiaryList {
}
.Diary .DiaryListItem { padding-bottom: 5px; margin-bottom: 5px; }
.Diary .DiaryListItem h2 { font-size: 13px; margin: 0; }
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-size: 13px;
	margin: 0;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 13px;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px; 
}
.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	padding: 0;
}
.Diary .DiaryList .GroupByMonth ul.SecondLevel,
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	margin-bottom: 5px; 
	padding-top: 5px; 
}

.Diary .DiaryView { padding-left: 15px; }
.Diary .DiaryView .DiaryDate h3 { font-size: 12px; font-style: italic; }

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 340px;
}
.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: 1px solid #ccc;
	color: white;
	font-size: 11px;
	width: 150px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 0;
}
.Diary .DiaryCommentListItemContainer {
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
}

/*
========================================================================
*/

.Guestbook {
	
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	border: 0;
	margin-top: 15px;
	width: 100%;
}
.Guestbook .GuestbookForm {
	margin: 0;
	width: 150px;
	font-size: 11px;
	vertical-align: top;
	padding-right: 15px;
}
.Guestbook .GuestbookList {
	padding-left: 15px;
	vertical-align: top;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.Guestbook .GuestbookList .GuestbookListItem {
	margin: 0;
}
.Guestbook .GuestbookList h2 { font-size: 12px; }
.Guestbook .GuestbookList .GuestbookDate { font-size: 13px; }
.Guestbook .GuestbookForm input.textname { width: 150px; margin-bottom: 5px;}
.Guestbook .GuestbookForm input.textemail { width: 150px; margin-bottom: 5px;}
.Guestbook .GuestbookForm textarea.textmessage { width: 150px; height: 130px; margin-bottom: 5px;}
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 1px solid #ccc;
	color: white;
	font-size: 11px;
	width: 150px;
	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: 10px; }
.Contact .ContactForm p { margin: 0; }
.Contact .ContactForm input.text { width: 250px; margin-bottom: 5px;}
.Contact .ContactForm textarea.textmessage { width: 250px; height: 130px; margin-bottom: 5px;}
.Contact .ContactForm input.ContactSubmit { 
	border: 1px solid #ccc;
	color: white;
	font-size: 11px;
	width: 150px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 1px solid #ccc;
	color: white;
	font-size: 11px;
	width: 150px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

img.CaptchaImage {
	width: 150px;
}

/* 
DropDown Menu
===================================================================================================
*/


.DropMenu li, .DropMenu ul {
	margin: 0;
	padding: 0;
}

.DropMenu a {
	color: black;
}

.DropMenu, .DropMenu ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 150px;
}

.DropMenu li {
	/* all list items */
	position: relative;
	float: left;
	margin-left: 13px;
	_margin-left: 7px;
}

.DropMenu li ul {
	/* second-level lists */
	position: absolute;
	z-index: 2;
	left: -999em;
	margin-left: 132px;
	margin-top: -35px;
}

.DropMenu li ul li ul {
	/* third-and-above-level lists */
	left: -999em;
	margin-left: 150px;
}

.DropMenu li a {
	display: block;
	text-decoration: none;
	padding: 3px;
}

.DropMenu a.toplevel {
	display: block;
	color: black;
	width: 120px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.DropMenu li a:hover {
	color: white;
	text-decoration: none;
}

.DropMenu li ul li {
	background: none;
	margin: 0;
}

.DropMenu li ul {
	padding-bottom: 15px;
	padding-top: 10px;
	display: block;
}

.DropMenu li ul li a {
	width: 135px;
/*
	margin-left: -13px;
*/
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 12px;
}

.DropMenu a.parent {
}

.DropMenu a.parent:hover {
}

.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;
}
.GalleryTable td.GalleryColumnPadding {
	width: 15px !important;
}

div.Gallery4, div.Gallery5, div.Gallery7 {
	width: 580px;
}

div.Gallery4 .GalleryTable, 
div.Gallery5 .GalleryTable,
div.Gallery7 .GalleryTable {
	width: 580px;
}

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.Gallery9 .GalleryTable td.GalleryColumnPadding,
div.Gallery10 .GalleryTable td.GalleryColumnPadding {
	width: 2px !important;
}
div.Gallery9 .GalleryTable tr.GalleryRowPadding td,
div.Gallery10 .GalleryTable tr.GalleryRowPadding td {
	height: 2px !important;
}


.Gallery8, .Gallery9, .Gallery10 {
	width: 580px;
}
.Gallery8 .GalleryContainer,
.Gallery9 .GalleryContainer,
.Gallery10 .GalleryContainer {
	width: 580px;
}
.Gallery8 .Fullview {
	width: 580px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 580px;
	height: 435px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 580) + "px");
}
.Gallery9 .Fullview {
	width: 440px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 440px;
	height: 330px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 440) + "px");
}

.Gallery10 .Fullview {
	width: 380px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 380px;
	height: 285px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 380) + "px");
}

div.Gallery9 .GalleryPagerLinksContainer {
	width: 135px !important;
}
div.Gallery9 .GalleryPagerLinks {
	width: 135px !important;
}
div.Gallery10 .GalleryPagerLinksContainer {
	width: 160px !important;
}
div.Gallery10 .GalleryPagerLinks {
	width: 160px !important;
}
.GalleryPagerLinks td.PreviousPage {
	width: 50px; 
	height: 22px;
}
.GalleryPagerLinks td.NextPage {
	width: 50px; 
	height: 22px;
}

.GalleryPagerLinks td.PreviousPage a {
	width: 50px; 
	height: 22px;
}
.GalleryPagerLinks td.NextPage a {
	width: 50px; 
	height: 22px;
}

/*
===============================================================
*/

.ResponsiveDesign .Navigator { float: left; }
.ResponsiveDesign .ContentContainer { float: right; width: 600px; padding: 0; padding-right: 15px; }

.ResponsiveDesign .MainPage { padding-right: 200px; }
.ResponsiveDesign .MainPage .MainContainer { margin-right: 10px; }
.ResponsiveDesign .MainPage .NewsContainer { width: 185px; }

.ResponsiveDesign .TextLayout1 .LeftColumn { margin-right: 215px; }

.ResponsiveDesign .TextLayout2 .LeftColumn,
.ResponsiveDesign .TextLayout2 .RightColumn { width: 295px; padding: 0;}

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 600px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 180px; }
.ResponsiveDesign .ImageGallery1 .ImageCell .ParagraphContainer { padding: 5px; }

.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 140px; }

.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 70px; }

.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,
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTable,
.ResponsiveDesign .ImageGallery .Gallery5,
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTable,
.ResponsiveDesign .ImageGallery .Gallery7,
.ResponsiveDesign .ImageGallery .Gallery7 .GalleryTable { width: 600px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 160px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 230px; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2,
.ResponsiveDesign .ImageGallery .Slide3 { width: 600px; }

.ResponsiveDesign .ImageGallery .Slide1 ul,
.ResponsiveDesign .ImageGallery .Slide2 ul,
.ResponsiveDesign .ImageGallery .Slide3 ul { margin-left: 0; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 600px; }

