body {
	margin: 0;
	padding: 0;
}

.PageContainer {
	width: 780px;
	margin: 10px auto;
	background-color: white;
}

.NavigatorContainer {
	padding: 5px;
	min-height: 10px;
	_height: 10px;
}
/*
.NavigatorContainer::after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*/
.NavigatorContainer a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "Comic Sans MS", verdana, arial, sans-serif;
	text-decoration: none;
}
.NavigatorContainer a:hover { text-decoration: none; }

.PageHeader {
	min-height: 80px;
	_height: 80px;
	padding: 0 10px;
	padding-top: 20px;
}
.PageHeader h1 { font-size: 26pt; padding: 10px; margin: 0; margin-left: 10px; font-weight: bold; }
.PageHeader a:hover { text-decoration: none; }
.PageHeader img { float: left; margin: 0 10px 0 0; }

/*
New PageHeader to enable TinyMCE 
================================
*/

.PageHeader .LogoField {
	margin: 0;
	float: left;
	height: 80px;
	_overflow: hidden;
}
.PageHeader .LogoField img {
	float: none;
}

.PageHeader .HeaderField {
}
.PageHeader .HeaderField h1 {
	font-size: 26pt;
	padding: 10px;
	margin: 0;
	font-weight: bold;
}
.PageHeader .HeaderField p {
}
.PageHeader .HeaderField a {
	text-decoration: underline;
}
.PageHeader .HeaderField a:hover {
	text-decoration: none;
}
.PageHeader .HeaderField img {
	float: none;
	margin: 0;
}

/*
================================
*/

.ContentContainer {
	clear: both;
	min-height: 280px;
	_height: 280px;
}

.PageFooter {
	clear: both;
	position: relative;
	height: 134px;
	color: white;
}
.PageFooter p {
	margin: 0;
	padding: 0;
	color: white;
}
.PageFooter a {
	color: white;
	text-decoration: none;
}
.PageFooter a:hover {
	color: white;
	text-decoration: underline;
}

.CopyrightText {
	position: absolute;
	bottom: 2px;
	left: 2px;
	font-size: 8pt;
}

.dinStudioLink {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 8pt;
	text-align: right;
}

/*
New PageFooter to enable TinyMCE 
================================
*/

.PageFooterBottom {
	position: relative;
	clear: both;
	min-height: 134px;
	_height: 134px;
	color: white;
}
.PageFooterBottom p {
	margin: 0;
	padding: 0;
	color: white;
}
.PageFooterBottom a {
	color: white;
	text-decoration: none;
}
.PageFooterBottom a:hover {
	color: white;
	text-decoration: underline;
}

.PageFooterBottom .CopyrightText {
	position: static;
	padding: 120px 0 2px 2px;
	font-size: 8pt;
	margin-right: 120px;
}
.PageFooterBottom .CopyrightText p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

.PageFooterBottom .dinStudioLink {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 8pt;
}
/*
================================
*/


/*
Functions
===================================================================================================
*/

.MainPageInlineContainer {
	float: left;
	_display: inline;
	margin: 3px 10px;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	margin: 10px 0;
	text-align: center;
}
.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
}
.MainPage {
	padding: 10px;
}

.MainPage .NewsContainer {
	float: right;
	border-left: 1px solid #555;
	width: 190px;
	padding-left: 10px;
	margin: 0 10px;
}
.MainPage .NewsItem .date {
	font-style: italic;
}
.MainPage .NewsItem {
	margin-bottom: 1em;
}

.MainPage .BodyTextContainer {
}

.LayoutPage {
	padding: 10px;
}

.EmptyPage {
	padding: 10px;
}

.TextLayout1 {
	padding: 10px;
}
.TextLayout1 .FunctionTable { border-collapse: collapse; border: 0; width: 100%; }
.TextLayout1 .LeftColumn { vertical-align: top; padding-right: 10px; }
.TextLayout1 .RightColumn { width: 190px; vertical-align: top; padding-left: 0.5em; }
.TextLayout1 .RightColumn img { margin-bottom: 5px; }
.TextLayout1 .RightColumn p { line-height: normal; }

.TextLayout2 {
	padding: 10px;
}
.TextLayout2 .FunctionTable { border-collapse: collapse; border: 0; width: 100%; }
.TextLayout2 .LeftColumn { width: 50%; padding-right: 5px; vertical-align: top; }
.TextLayout2 .RightColumn { width: 50%; padding-left: 5px; vertical-align: top; }
.TextLayout2 .InlineImageContainer { float: left; display: inline; margin: 0 5px 5px 0; }
.TextLayout2 .InlineImageContainer p { width: 170px; }
.TextLayout2 .InlineImageContainer img { 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: 23px;
	padding-top: 7px; 
}
.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 {
	padding: 10px;
}
.ImageGallery1 .FunctionTable { margin-left: auto; margin-right: auto; width: 500px; margin-top: 10px; }
.ImageGallery1 .ImageCell { width: 166px; vertical-align: top; }
.ImageGallery1 .ImageCell .ImageContainer { text-align: center; margin-bottom: 2px; }
.ImageGallery1 .ImageCell .ParagraphContainer { margin-top: 0; line-height: normal; font-size: 11px; width: 164px; }

.ImageGallery2 {
	padding: 10px;
}
.ImageGallery2 .FunctionTable { margin-left: auto; margin-right: auto; width: 500px; margin-top: 1em; }
.ImageGallery2 .ImageCell { width: 200px; vertical-align: top; line-height: normal; }
.ImageGallery2 .ImageCell .ImageContainer { text-align: center; margin-bottom: 2px; }
.ImageGallery2 .TextCell { vertical-align: top; }

.ImageGallery3 {
	padding: 10px;
}
.ImageGallery3 .FunctionTable { margin-left: auto; margin-right: auto; width: 500px; margin-top: 1em; }
.ImageGallery3 .ImageCell { width: 65px; vertical-align: top;  }
.ImageGallery3 .ImageCell .ImageContainer { text-align: center; margin-bottom: 2px; }
.ImageGallery3 .TextCell { vertical-align: top;  }

.SplashScreen {
	margin-top: 4em;
	color: black;
}

.SplashScreen .FunctionTable { margin-left: auto; margin-right: auto; width: 600px; margin-top: 1em; }

.FileArea {
	padding: 10px;
}
.FileArea .FunctionTable { 
	margin: 15px auto;
	width: 500px;
}
.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 { 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 {
	padding: 10px;
}
.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 solid #ccc; 
	padding-right: 15px;
}
.Diary .FunctionTable .RightColumn {
}
.Diary .DiaryList {
}
.Diary .DiaryListItem { border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-bottom: 5px; }
.Diary .DiaryListItem h2 { font-size: 14px; margin: 0; }

.Diary .DiaryList .GroupByDay li.FirstLevelItem {
	padding-bottom: 5px; 
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.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-family: "Comic Sans MS", verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	margin: 0;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	padding: 0;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel h2 { 
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByMonth ul.SecondLevel,
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	margin: 5px 0;
	padding-top: 5px; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.Diary .DiaryDate { font-style: italic; }
.Diary .DiaryView {	padding-left: 15px;	}
.Diary .DiaryView .DiaryDate h3 { font-size: 14px; font-style: italic; }

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 470px;
}

.Diary .DiaryDateInput {
	font-family: "Comic Sans MS", verdana, helvetica, arial, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 1px solid black; 
	background-color: #ccc; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 0;
	border-bottom: 1px solid #ccc;
}
.Diary .DiaryCommentListItemContainer {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.Diary .DiaryCommentFormTable input {
	border: 1px solid #555;
}
.Diary .DiaryCommentFormTable textarea {
	border: 1px solid #555;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
	font-size: 14px;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle .DiaryCommentDate {
	font-size: 13px;
}
.Diary .DiaryCommentForm span.CommentLabel {
	font-size: 11px;
}

/*
========================================================================
*/

.Guestbook {
	padding: 10px;
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	border: 0;
	margin: 10px 0;
	width: 100%;
}
.Guestbook .GuestbookForm {
	margin: 0;
	width: 200px;
	font-size: 11px;
	vertical-align: top;
	padding-right: 20px;
}
.Guestbook .GuestbookList {
	padding-left: 20px;
	border-left: 1px solid #ccc;
	vertical-align: top;
}
.Guestbook .GuestbookListItemContainer  {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.Guestbook .GuestbookList h2 { font-size: 14px; }
.Guestbook .GuestbookList .GuestbookDate { font-size: 13px; }
.Guestbook .GuestbookForm input.textname { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.textemail { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Guestbook .GuestbookForm textarea.textmessage { width: 200px; height: 130px; border: 1px solid #555; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 1px solid black; 
	background-color: #ccc; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.Contact {
	padding: 10px;
}
.Contact .FunctionTable { border-collapse: collapse; border: 0; width: 100%; }
.Contact .LeftColumn { vertical-align: top; padding-right: 10px; }
.Contact .RightColumn { width: 300px; vertical-align: top; padding-left: 0.5em; }
.Contact .RightColumn img { margin-bottom: 5px; }
.Contact .RightColumn p { line-height: normal; }
.Contact .ContactForm { margin-top: 10px; }
.Contact .ContactForm input.text { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Contact .ContactForm textarea.textmessage { width: 400px; height: 130px; border: 1px solid #555; margin-bottom: 10px; }
.Contact .ContactForm input.ContactSubmit { 
	border: 1px solid black; 
	background-color: #ccc; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.LayoutPage .Contact {
	padding: 0;
}


.GalleryCommentFormControl textarea { border: 1px solid #555; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 1px solid black; 
	background-color: #ccc; 
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
div.CommentContainer p.TimeStamp {
	font-size: 12px;
}

/*
Drop down menu
===================================================================================================
*/

.DropMenu {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.DropMenu ul {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.DropMenu a {
	color: white;
	display: block;
	text-decoration: none;
	padding-right: 1.5em;
}
.DropMenu a:hover {
	color: white;
}

.DropMenu a.toplevel {
	text-decoration: none;
	margin-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.DropMenu a.toplevel:hover {
	text-decoration: underline;
}	

.DropMenu a.parent {
	background: url('images/rightarrow.gif') right no-repeat;
}
.DropMenu a.parent:hover {
	background: url('images/rightarrow.gif') right no-repeat;
}

.DropMenu li {
	position: relative;
	_position: static;
	/*float: left;*/
	display: inline-block;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	width: 14em;
	margin: 0;
	background: white;
	border-width: 1px;
	border-style: solid;
}

.DropMenu li li {
	padding: 0;
	width: 14em;
}

.DropMenu li ul a {
	padding: 4px 1em;
	_width: 11em;
}

.DropMenu li ul ul {
	margin: -21px 0 0 14em;
}
.DropMenu ul a:hover {
	color: white;
	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 {
	left: auto;
}

.DropMenu li:hover, .DropMenu li.hover {
    position: static;
}

/*
Gallery
===============================================================
*/

.ImageGallery {
	padding: 10px;
}

.GalleryTable div.GalleryImageDescription,
.GalleryTable div.GalleryImageDescription p {
	font-size: 8pt;
}
.GalleryTable .GalleryColumnPadding {
	width: 15px !important;
}

.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: 50px;
	height: 30px;
}
.GalleryPagerLinks .PageNumber a {
	font-size: 14px;
}
.GalleryPagerLinks .PageNumber a.active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.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;
}

/*
===============================================================
*/

.ResponsiveDesign .MainPage { padding-right: 230px; }
.ResponsiveDesign .MainPage .MainContainer { margin-right: 10px; }
.ResponsiveDesign .MainPage .NewsContainer { width: 200px; padding-left: 10px; }
.ResponsiveDesign .MainPage .MainPageInlineContainer .ImageContainer,
.ResponsiveDesign .MainPage .MainPageInlineContainer .ParagraphContainer { margin: 0; margin-right: 10px; }

.ResponsiveDesign .TextLayout1 .LeftColumn { margin-right: 220px; }
.ResponsiveDesign .TextLayout1 .RightColumn { width: 200px; padding-left: 10px; }

.ResponsiveDesign .TextLayout2 .LeftColumn,
.ResponsiveDesign .TextLayout2 .RightColumn { width: 375px; padding: 0;}

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 540px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 170px; margin: 5px; }
.ResponsiveDesign .ImageGallery1 .ImageCell .ParagraphContainer { padding: 5px; }

.ResponsiveDesign .ImageGallery2 .ImageCell { margin-bottom: 10px; width: 120px; }
.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 130px; }

.ResponsiveDesign .ImageGallery3 .ImageCell { margin-bottom: 10px; width: 50px; }
.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 60px; }

.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 .Guestbook .GuestbookList { margin-left: 220px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryImageCell { width: 120px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 210px; }

.ResponsiveDesign .ImageGallery .Gallery5 .GalleryImageCell { width: 50px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 280px; }

.ResponsiveDesign .ImageGallery .Slide1 ul,
.ResponsiveDesign .ImageGallery .Slide2 ul,
.ResponsiveDesign .ImageGallery .Slide3 ul { margin: 0; }

