html, body, .BodyContainer { 
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html>body .BodyContainer {
	height: auto;
}
body { 
	margin: 0;
	padding:0;
}

body form { height: 100%; _height: auto; }

.BodyContainer { 
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: black;
}

.ContentHeader {
	height: 85px;
	overflow: hidden;
}
.ContentHeader h1 {
	position: absolute;
	font-size: 30px;
	z-index: 2;
	top: 20px;
	left: 20px;
}
.ContentHeader a { color: white; }
.ContentHeader img { 
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

/*
New content header
=================================================
*/

.ContentHeaderField {
	height: 85px;
	overflow: hidden;
}

.ContentHeaderField .HeaderField {
	position: absolute;
	font-size: 30px;
	z-index: 2;
	top: 0;
	left: 0;
	height: 85px;
	overflow: hidden;
}
.ContentHeaderField .HeaderField h1 {
	font-size: 30px;
	padding-top: 20px;
	padding-left: 20px;
}
.ContentHeaderField .HeaderField img {
	position: static;
}

.ContentHeaderField .LogoField {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

/*
=================================================
*/

.NavigatorContainer {
	min-height: 30px;
	_height: 30px;
	padding: 0 20px;
	float: left;
	clear: both;
	width: 760px;
}

.ContentContainer {
	padding: 20px;
	padding-bottom: 60px;
	min-height: 300px;
	_height: 300px;
	clear: both;
}

.PageFooter {
	clear: both;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	width: 100%;
}
.PageFooter a {
	text-decoration: none;
}
.PageFooter a:hover {
	text-decoration: underline;
}

.CopyrightText {
	position: relative;
	font-size: 8pt;
	text-align: center;
	margin-top: -30px;
}

.dinStudioLink {
	font-size: 8pt;
	text-align: center;
}

/*
New PageFooter to enable TinyMCE 
================================
*/
.PageFooterBottom {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	width: 100%;
	padding: 5px 0;
	background-color: black;
}
.PageFooterBottom a {
	text-decoration: none;
}
.PageFooterBottom a:hover {
	text-decoration: underline;
}

.PageFooterBottom .CopyrightText {
	position: relative;
	font-size: 8pt;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}
.PageFooterBottom .CopyrightText p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
.PageFooterBottom .dinStudioLink {
	font-size: 8pt;
	text-align: center;
	padding: 5px 0;
}
/*
================================
*/

/* Functions */
/* ================================================== */


.MainPageInlineContainer {
	float: left;
	padding-top: 15px;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	padding: 15px;
	text-align: center;
	margin-right: 15px;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
	font-size: 8pt;
	margin-left: 15px;
	margin-bottom: 5px;
}

.MainPage {
	padding-top: 15px;
}
.MainPage .NewsContainer {
	float: right;
	margin: 0;
	margin-left: 15px;
	width: 230px;
}
.MainPage .NewsContainer .NewsHeader h1 {
	padding: 15px;
	padding-bottom: 0;
}
.MainPage .NewsItem .date { font-size: 8pt; font-style: italic; }
.MainPage .NewsItem {
	text-align: left;
	margin: 0;
	padding: 0 20px;
	font-size: 8pt;
	width: 190px;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; }

.MainPage .BodyTextContainer {
	margin: 0 5px;
}

.EmptyPage {
}

.LayoutPage .layout-2 .col-0,
.LayoutPage .layout-2 .col-1 {
	width: 340px;
	padding: 15px;
	padding-top: 20px;
	box-sizing: initial;
}
.LayoutPage .layout-2 .col-0 {
	margin-right: 20px;
}

.LayoutPage .layout-5 .col-1,
.LayoutPage .layout-6 .col-0 {
	width: 480px;
	padding: 15px;
	margin-right: 20px;
	padding-top: 20px;
	vertical-align: top;
	box-sizing: initial;
}
.LayoutPage .layout-5 .col-1 {
	margin-left: 20px;
	margin-right: 0;
}

.LayoutPage .layout-5 .col-0,
.LayoutPage .layout-6 .col-1 {
	width: 200px;
	padding: 15px;
	padding-top: 20px;
	vertical-align: top;
	box-sizing: initial;
}

.TextLayout1 .FunctionTable {
	border-collapse: collapse;
}
.TextLayout1 .LeftColumn {
	width: 480px;
	padding: 15px;
	padding-right: 35px;
	padding-top: 20px;
	vertical-align: top;
}
.TextLayout1 .RightColumn {
	width: 200px;
	padding: 15px;
	padding-top: 20px;
	vertical-align: top;
}
.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.TextLayout1 .RightColumn .ParagraphContainer {
	font-size: 8pt;
	padding: 0 5px;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
}
.TextLayout2 .LeftColumn {
	width: 340px;
	padding: 15px;
	padding-right: 35px;
	padding-top: 20px;
	vertical-align: top;
}
.TextLayout2 .RightColumn {
	width: 340px;
	padding: 15px;
	padding-right: 15px;
	padding-top: 20px;
	vertical-align: top;
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 5px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 180px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 8pt;
}

.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: 105px;
	height: 40px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 35px; 
	height: 40px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 35px; 
	height: 40px; 
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-size: 11pt;
	margin: 0;
	width: 35px; 
	height: 30px;
	padding-top: 10px; 
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 35px; 
	height: 40px; 
}
.GalleryNavigator a.Next { 
	display: block; 
	float: left; 
	width: 35px;
	height: 40px;
	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 .ImageCell {
	padding-bottom: 10px;
	width: 200px;
	vertical-align: top;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	padding-top: 15px;
	text-align: center;
	min-height: 100px;
	_height: 100px;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	width: 150px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 8pt;
}

.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	padding-bottom: 15px;
	width: 200px;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	padding-top: 15px;
	text-align: center;
	min-height: 100px;
	_height: 100px;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	width: 340px;
	font-size: 8pt;
	padding: 15px;
	min-height: 100px;
	_height: 100px;
}

.ImageGallery3 .FunctionTable {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 100px;
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .TextCell {
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	padding: 15px 0;
	text-align: center;
	min-height: 50px;
	_height: 50px;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	width: 340px;
	font-size: 8pt;
	padding: 15px;
	min-height: 50px;
	_height: 50px;
}

.Diary .FunctionTable {
	margin-top: 20px;
	border-collapse: collapse;
}
.Diary .LeftColumn {
	width: 230px;
	vertical-align: top;
}
.Diary .LeftColumn .DiaryListItem {
	padding: 15px;
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 10pt;
	color: white;
	margin: 0;
}
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-size: 10pt;
	color: white;
	margin: 0;
	font-weight: normal;
}
.Diary .DiaryList .GroupByMonth li.SecondLevelItem,
.Diary .DiaryList .GroupByYear li.ThirdLevelItem {
	padding-bottom: 5px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth li.FirstLevelItem,
.Diary .DiaryList .GroupByYear li.FirstLevelItem {
	padding: 15px;
}
.Diary .DiaryList .GroupByMonth ul.SecondLevel {
	padding-left: 5px;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel {
	padding-left: 0;
}
.Diary .DiaryList .GroupByYear ul.ThirdLevel {
	padding-left: 10px;
}

.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
}

.Diary .RightColumn {
	width: 480px;
	padding: 15px;
	padding-left: 35px;
	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: 410px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	padding: 10px;
	padding-bottom: 10px;
	border: 0;
}

.Diary .DiaryDateInput {
	font-family: Tahoma, arial, helvetica, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
	color: white;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 1px solid #999; 
	font-size: 10pt;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 25px;
}
.Diary .DiaryCommentFormTable input {
	border: 1px solid #555;
}
.Diary .DiaryCommentFormTable textarea {
	border: 1px solid #555;
}
.Diary .DiaryCommentListItemContainer { 
	padding: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}
.Diary .DiaryCommentListItemContainer h2 {
	font-weight: bold;
}

.Diary .ArticleList .MenuColumn {
	width: 230px;
}

/*
========================================================================
*/

.Guestbook .FunctionTable {
	margin-top: 20px;
	border-collapse: collapse;
}
.Guestbook .GuestbookForm {
	padding: 15px;
	vertical-align: top;
	width: 200px;
}
.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 #999; 
	font-size: 10pt;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 25px;
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 20px;
}
.Guestbook .GuestbookList h2 {
	width: 480px;
	padding: 15px;
	font-size: 10pt;
	font-weight: bold;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	margin-bottom: 15px;
}
.Guestbook .GuestbookList .GuestbookListItem {
	width: 480px;
	padding: 0 15px;
	margin-top: -15px;
}

.FileArea .FunctionTable {
	padding-top: 15px;
	width: 510px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
	min-height: 70px;
	_height: 70px;
}
.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 {
	width: 510px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.FileArea .FileList a { 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;
}
.Contact .LeftColumn {
	width: 380px;
	padding: 15px;
	padding-right: 35px;
	padding-top: 20px;
	vertical-align: top;
}
.Contact .RightColumn {
	width: 310px;
	padding: 10px;
	padding-top: 20px;
	vertical-align: top;
}
.Contact .RightColumn .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.Contact .RightColumn .ParagraphContainer {
	font-size: 8pt;
	padding: 0 5px;
}
.Contact .ContactForm { margin-top: 10px; }
.Contact .ContactForm input.text { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Contact .ContactForm textarea.textmessage { width: 360px; height: 130px; border: 1px solid #555; margin-bottom: 10px; }
.Contact .ContactForm input.ContactSubmit { 
	border: 1px solid #999; 
	font-size: 10pt;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 25px;
}

.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 { border: 1px solid #555; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 1px solid #999; 
	font-size: 10pt;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 25px;
}

/* DropDown Menu */
/* ================================================== */

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.DropMenu a {
	display: block;
	padding: 5px 10px;
}

.DropMenu a:hover {
	text-decoration: none;
}
.DropMenu a.toplevel {
	padding-top: 9px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: -2px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.DropMenu a.toplevel:hover {
	text-decoration: none;
}

.DropMenu a.parent {
}
.DropMenu a.parent:hover {
}

.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;
	margin-left: -2px;
}

.DropMenu li li {
	padding: 0;
	width: 170px;
}

.DropMenu li ul a {
	color: white;
	padding: 5px 10px;
	_width: 150px;
}

.DropMenu li ul ul {
	margin: -26px 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
===============================================================
*/

div.GalleryPagerLinksContainer {
	padding: 20px 0;
}

.GalleryPagerLinks .PreviousPage {
	width: 35px;
	height: 40px;
}
.GalleryPagerLinks .NextPage {
	width: 35px;
	height: 40px;
}

.GalleryPagerLinks .PreviousPage a, .GalleryPagerLinks .PreviousPage a.disabled {
	width: 35px;
	height: 40px;
}
.GalleryPagerLinks .PageNumber {
	font-size: 11pt;
	padding-top: 5px;
}
.GalleryPagerLinks .PageNumber a {
	font-size: 11pt;
	color: white;
}
.GalleryPagerLinks .NextPage a, .GalleryPagerLinks .NextPage a.disabled {
	width: 35px;
	height: 40px;
}
.GalleryPagerLinks .PreviousPage a.disabled {
	visibility: visible !important;
}
.GalleryPagerLinks .NextPage a.disabled {
	visibility: visible !important;
}

.Gallery1, .Gallery2, .Gallery3 {
	width: 650px !important;
} 
.Gallery4 {
	width: 750px !important;
} 
.Gallery5 {
	width: 650px !important;
} 
.GalleryTable {
	font-size: 8pt;
}
div.Gallery1 .GalleryTable, 
div.Gallery2 .GalleryTable,
div.Gallery3 .GalleryTable, 
div.Gallery4 .GalleryTable, 
div.Gallery5 .GalleryTable {
	margin: 0 auto;
}
div.Gallery1 .GalleryCell,
div.Gallery2 .GalleryImageCell, 
div.Gallery3 .GalleryImageCell,
div.Gallery4 .GalleryImageCell,
div.Gallery5 .GalleryImageCell {
	text-align: center !important;
}

div.Gallery1 .GalleryCell,
div.Gallery2 .GalleryImageCell, div.Gallery2 .GalleryTextCell, 
div.Gallery4 .GalleryImageCell, div.Gallery4 .GalleryTextCell {
	padding: 15px !important;
	width: 120px;
}
div.Gallery3 .GalleryImageCell, div.Gallery3 .GalleryTextCell,
div.Gallery5 .GalleryImageCell, div.Gallery5 .GalleryTextCell {
	padding: 12px !important;
	width: 50px;
}
div.Gallery1 .GalleryTable { width: 650px !important; }
div.Gallery2 .GalleryTable { width: 530px !important; }
div.Gallery2 .GalleryTextCell { width: 340px; }
div.Gallery3 .GalleryTable { width: 500px !important; }
div.Gallery3 .GalleryTextCell { width: 380px; }
div.Gallery4 .GalleryTable { width: 750px !important; }
div.Gallery4 .GalleryTextCell { width: 150px; }
div.Gallery5 .GalleryTable { width: 650px !important; }
div.Gallery5 .GalleryTextCell { width: 200px; }


.Gallery8 {
	width: 760px;
}
.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");
}

div.Gallery9 .GalleryPagerLinks .PreviousPage a, 
div.Gallery10 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/dark/button-previous.gif') no-repeat !important;
}
div.Gallery9 .GalleryPagerLinks .NextPage a, 
div.Gallery10 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/dark/button-next.gif') no-repeat !important;
}


.PopupContainer {
	background-color: black;
	color: white;
}
.PopupContainer .PopupImage div.PopupImageBackground {
	background-color: black;
}
.PopupContainer .PopupImage div.PopupImageBackground img {
	border: 0;
}
.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;
}

/*
===============================================================
*/


.ResponsiveDesign .MainPage { padding-right: 230px; }
.ResponsiveDesign .MainPage .MainContainer { margin-right: 10px; }

.ResponsiveDesign .TextLayout2 .LeftColumn,
.ResponsiveDesign .TextLayout2 .RightColumn {
  width: 340px;
  padding: 15px;
  padding-top: 20px;
  vertical-align: top;
}

.ResponsiveDesign .ImageGallery1 .FunctionTable .ParagraphContainer { width: 150px; margin-top: 0; }
.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 190px; }
.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 100px; }

.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 230px; }

.ResponsiveDesign .Guestbook .GuestbookList { margin-left: 230px; }

.ResponsiveDesign .Contact .RightColumn { padding-left: 10px; }

.ResponsiveDesign .ImageGallery .GalleryPagerLinksContainer { padding: 20px 0; clear: both; }

.ResponsiveDesign .ImageGallery .Gallery1, 
.ResponsiveDesign .ImageGallery .Gallery1 .GalleryTable { width: 720px !important; }

.ResponsiveDesign .ImageGallery .Gallery2 .GalleryTextCell { margin-left: 160px; }
.ResponsiveDesign .ImageGallery .Gallery3 .GalleryTextCell { margin-left: 90px; width: 390px;}

.ResponsiveDesign .ImageGallery .Gallery4, 
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTable { width: 760px !important; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 180px; margin: 0 10px; }

.ResponsiveDesign .ImageGallery .Gallery5, 
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTable { width: 660px !important; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 210px; margin: 0 10px; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2 { width: 760px; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 760px; border: 0; }

