<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.NavigatorContainer {
	position: relative;
	z-index: 5;
	width: 844px;
	padding-top: 1px;
	margin: 10px auto;
	margin-bottom: -10px;
}

.PageContainer {
	position: relative;
	width: 900px;
	height: 550px;
	margin: 0 auto;
	background-color: black;
}

.LogoContainer {
	position: absolute;
	top: 45px;
	left: 49px;
	width: 800px;
	height: 460px;
	overflow: hidden;
	z-index: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4;
}
.LogoContainer img {
	width: 800px;
}

.ClickBlocker {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 830px;
	height: 490px;
	overflow: hidden;
	z-index: 2;
	background: url('images/clickblocker.gif');
}

.ContentContainer {
	position: absolute;
	top: 45px;
	left: 50px;
	width: 780px;
	height: 440px;
	padding: 10px;
	z-index: 3;
	overflow: auto;
}

.HeaderField {
	margin: 0;
	padding: 0;
}
.HeaderField h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 25px;
}

.PageFooter {
	position: relative;
	z-index: 2;
	width: 840px;
	margin: 10px auto;
	margin-top: -15px;
	font-size: 9pt;
}
.PageFooter .CopyrightText { float: left; margin-right: 100px; }
.PageFooter .CopyrightText a { text-decoration: underline; }
.PageFooter .CopyrightText p { margin: 0; padding: 0; font-size: 9pt; }

.PageFooter .dinStudioLink { float: right; font-size: 9pt; text-align: right; }
.PageFooter .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: 760px;
}
.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: 760px;
}
.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 {
	padding-bottom: 10px;
}
.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 {
	padding-bottom: 10px;
}
.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 {
	padding-bottom: 10px;
}
.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 {
	padding-bottom: 10px;
}
.Diary .ArticleList .FunctionTable {
	width: 760px;
}
.Diary .FunctionTable {
	border-collapse: collapse;
	width: 760px;
}
.Diary .LeftColumn {
	width: 230px;
	vertical-align: top;
	padding-right: 10px;
}
.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;
}
.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;
	color: white;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
	letter-spacing: 0.05em;
	background: white;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
}
.Diary .DiaryCommentListItemContainer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding-top: 3px;
}

.Diary .DiaryCommentFormTable input {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Diary .DiaryCommentFormTable textarea {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
}

/*
=======================================================================
*/

.Guestbook {
	padding-bottom: 10px;
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	margin-top: 15px;
	width: 760px;
}
.Guestbook .GuestbookForm {
	vertical-align: top;
	width: 200px;
}
.Guestbook .GuestbookForm input.textname {
	width: 200px;
	margin-bottom: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Guestbook .GuestbookForm input.textemail { 
	width: 200px;
	margin-bottom: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Guestbook .GuestbookForm textarea.textmessage {
	width: 200px;
	height: 130px;
	margin-bottom: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
	letter-spacing: 0.05em;
	background: white;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.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;
}
.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 {
	padding-bottom: 10px;
}
.Contact .FunctionTable {
	border-collapse: collapse;
	width: 760px;
}
.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;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Contact .ContactForm textarea.textmessage {  
	width: 320px;
	height: 130px;
	margin-bottom: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.Contact .ContactForm input.ContactSubmit {
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
	letter-spacing: 0.05em;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: black;
	color: white;
}
.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 {  
	background-color: black;
	color: white;
}
.GalleryCommentFormControl input.GalleryCommentSubmit {
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
	letter-spacing: 0.05em;
	background-color: black;
	color: white;
}

/* DropDown Menu 
================================================== 
*/


.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.DropMenu {
}

.DropMenu a {
	display: block;
	margin-right: 15px;
	color: white;
	padding: 6px;
	text-decoration: none;
}

.DropMenu a:hover {
	text-decoration: none;
	color: white;
	padding: 4px;
	border: 2px solid white;
}
.DropMenu a.toplevel {
	white-space: nowrap;
}
.DropMenu a.toplevel:hover {
	text-decoration: none;
}

.DropMenu a.parent {
	background: url('images/rightarrow.gif') no-repeat 125px center;
}
.DropMenu a.parent:hover {
	background-position: 123px center;
}

.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 4;
	left: -999em;
	height: auto;
	width: 142px;
	margin: 0;
}

.DropMenu li li {
	padding: 0;
	width: 150px;
}

.DropMenu li ul a {
	width: 130px;
}

.DropMenu li ul a:hover {
}

.DropMenu li ul ul {
	margin: -28px 0 0 142px;
}

.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 {
	font-size: 8pt;
}

.GalleryPagerLinks td.PreviousPage {
	width: 31px;
	height: 25px;
}
.GalleryPagerLinks td.NextPage {
	width: 31px;
	height: 25px;
}

.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.gif') no-repeat top left;
	width: 31px;
	height: 25px;
}
.GalleryPagerLinks td.PageNumber {
	padding-top: 5px;
}
.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.gif') no-repeat top left;
	width: 31px;
	height: 25px;
}
div.Gallery9 .GalleryPagerLinks td.PreviousPage a, 
div.Gallery10 .GalleryPagerLinks td.PreviousPage a {
	background: url('/resources/functions/images/dark/button-previous.gif') no-repeat !important;
}
div.Gallery9 .GalleryPagerLinks td.NextPage a, 
div.Gallery10 .GalleryPagerLinks td.NextPage a {
	background: url('/resources/functions/images/dark/button-next.gif') no-repeat !important;
}

.GalleryTable td.GalleryCell,
.GalleryTable td.GalleryImageCell,
.GalleryTable td.GalleryTextCell {
	position: static !important;
}

.PopupContainer {
	background-color: black;
	color: white;
}
.PopupContainer .PopupImage div.PopupImageBackground {
	background-color: black;
}
.PopupContainer .PopupImage div.PopupImageBackground img {
	border: 0;
}
.PopupContainer .PopupImageClose #ds-close,
.PopupContainer .PopupImageClose .ds-close {
	background: url('images/button-top-close.gif') no-repeat;
}
.PopupContainer .PopupControls .PopupSlideshow #ds-play,
.PopupContainer .PopupControls .PopupSlideshow .ds-play {
	background: url('images/button-play.gif') no-repeat;
}
.PopupContainer .PopupControls .PopupSlideshow #ds-pause,
.PopupContainer .PopupControls .PopupSlideshow .ds-pause {
	background: url('images/button-pause.gif') no-repeat;
}
.PopupContainer .PopupControls .PopupNavigation #ds-previous,
.PopupContainer .PopupControls .PopupNavigation .ds-previous {
	background: url('images/button-previous.gif') no-repeat !important;
}
.PopupContainer .PopupControls .PopupNavigation #ds-next,
.PopupContainer .PopupControls .PopupNavigation .ds-next {
	background: url('images/button-next.gif') no-repeat !important;
}

.FullviewContainer .FullviewImage div.FullviewImageBackground {
	background-color: black;
}
.FullviewContainer .FullviewImage div.FullviewImageBackground img {
	border: 0;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-play,
.FullviewContainer .FullviewControls .FullviewSlideshow .ds-play {
	background: url('images/button-play.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-pause,
.FullviewContainer .FullviewControls .FullviewSlideshow .ds-pause {
	background: url('images/button-pause.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewFullscreen #ds-fullscreen,
.FullviewContainer .FullviewControls .FullviewFullscreen .ds-fullscreen {
	background: url('/resources/functions/images/dark/button-fullscreen.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-previous,
.FullviewContainer .FullviewControls .FullviewNavigation .ds-previous {
	background: url('images/button-previous.gif') no-repeat !important;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-next,
.FullviewContainer .FullviewControls .FullviewNavigation .ds-next {
	background: url('images/button-next.gif') no-repeat !important;
}

.Gallery10 {
	width: 760px;
}
.Gallery10 .Fullview {
	width: 560px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 560px;
	height: 420px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 560) + "px");
}

/*
===============================================================
*/

.ResponsiveDesign .MainPage { padding-right: 210px;  }
.ResponsiveDesign .MainPage .NewsContainer { margin-left: 10px; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 640px; }
.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 .DiaryContainer .RightColumn { margin-left: 240px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 250px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 210px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 280px; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2,
.ResponsiveDesign .ImageGallery .Slide3 { width: 760px; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 760px }

</pre></body></html>