/*
.LogoContainer {
	position: absolute;
	top: 30px;
	left: 590px;
	z-index: 1;
}
.LogoContainer img {
	vertical-align: middle;
	border: 1px solid #ccc;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
}
.LogoContainer .LogoFrame {
	border: 15px solid white;
	border-bottom: 25px solid white;
	background-color: white;
	text-align: center;
	min-height: 130px;
	_height: 130px;
	width: 152px;
}
.LogoContainer .LogoFrameOuterShadow {
	border: 1px solid #ccc;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color: white;
}
*/


.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;
}

.TitleHeader h1, .TitleHeader a { 
	color: white;
	font-size: 24pt;
	text-decoration: none;
}
.TitleHeader a:hover {
	text-decoration: none;
}

.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;
}

/*
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 {
	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 .DiaryView { padding-left: 15px; }
.Diary .DiaryView .DiaryDate h3 { font-size: 12px; font-style: italic; }

.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 .GuestbookListItem  {
	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: 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;
}



/* 
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;
}
