.PageContainer {
	width: 800px;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #b1b3af;
}

.PageContainer .PageHeader {
	position: relative;
	min-height: 180px;
	_height: 180px;
	padding-bottom: 20px;
}

.PageContainer .PageHeader .LogoField {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 800px;
	height: 180px;
	text-align: right;
	overflow: hidden;
}

.PageContainer .PageHeader .HeaderField {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 800px;
	height: 180px;
	overflow: hidden;
	color: white;
}
.PageContainer .PageHeader .HeaderField h1 {
	color: white;
	padding: 10px;
	font-size: 24pt;
}

.PageContainer .PageHeader .NavigatorContainerTop {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 30px;
	width: 800px;
}
.PageContainer .NavigatorContainer {
	padding: 0 10px;
}

.PageContainer .ContentContainer {
	padding-top: 20px;
	min-height: 200px;
	_height: 200px;
}

.PageFooter {
	position: relative;
	width: 820px;
	min-height: 5px;
	_height: 5px;
	padding-top: 15px;
	margin: 0 auto;
	background: url('images/bg-bottom-container.gif') no-repeat top left;
	clear: both;
}
.PageFooter p { margin: 0; padding: 0; color: white; font-size: 9pt; }

.PageFooter .CopyrightText { font-size: 9pt; text-align: center; }
.PageFooter .CopyrightText a { color: white; }
.PageFooter .CopyrightText a:hover { }
.PageFooter .CopyrightText p { margin: 0; padding: 0; }

.PageFooter .dinStudioLink { padding: 5px 0; font-size: 9pt; text-align: center; }
.PageFooter .dinStudioLink a { color: white; }
.PageFooter .dinStudioLink a:hover { }


/*
Functions
==================================================================================
*/

.BodyTextContainer, .HeadlineTextContainer .ParagraphContainer {
	position: relative;
	padding: 10px;
	_height: 1px;
	background: white url('images/bg-container-bottom-800.gif') no-repeat bottom left;
}
.HeadlineTextContainer .ParagraphContainer {
}
.BodyTextContainer .BodyTextContainerTop, .HeadlineTextContainer .ParagraphContainer .ParagraphContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 800px;
	background: url('images/bg-container-top-800.gif') no-repeat top left;
}

.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	padding: 10px;
	text-align: center;
	position: relative;
	background: white;
}
.MainPageInlineContainer .ImageContainer .ImageContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	width: 220px;
	background: url('images/bg-image-top-220.gif') no-repeat top left;
}
.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
	font-size: 8pt;
	position: relative;
	padding: 10px;
	padding-top: 0;
	_padding-bottom: 12px;
	background-color: white;
}
.MainPageInlineContainer .ParagraphContainerBottom {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	width: 220px;
	height: 10px;
	background: url('images/bg-container-bottom-220.gif') no-repeat bottom center;
}

.MainPage {
	margin-left: 230px;
	_margin-left: 225px;
	background: white url('images/bg-container-bottom-570.gif') no-repeat bottom left;
	width: 570px;
	_overflow-x: hidden;
}
.MainPage .NewsContainer {
	float: right;
	position: relative;
	z-index: 1;
}
.MainPage .NewsContainer .NewsHeader .ParagraphContainer {
	width: 180px;
	padding: 10px;
}
.MainPage .NewsContainer .ParagraphContainer {
	padding: 0;
}
.MainPage .NewsItem .date { font-size: 8pt; font-style: italic; }
.MainPage .NewsItem {
	font-size: 8pt;
	width: 175px;
	padding: 0 12px;
}
.MainPage .NewsItem h2 {
	margin: 0;
	padding: 0;
}

.MainPage .BodyTextContainer {
	background: url('images/bg-container-top-570.gif') no-repeat top left;
	padding-top: 10px;
	height: auto;
}
.MainPage .BodyTextContainer .BodyTextContainerTop {
	background: none;
	width: 570px;
}
.MainPage .BodyTextContainer .BodyTextContainerBottom {
	position: static;
	background: none;
	width: auto;
	clear: both;
}

.LayoutPage .part .block-object {
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: white;
}


.EmptyPage {
}

.TextLayout1 {
}
.TextLayout1 .FunctionTable {
	border-collapse: collapse;
	margin-top: 10px;
	padding: 0;
}
.TextLayout1 .FunctionTable .LeftColumn {
	vertical-align: top;
	padding-right: 7px;
	width: 570px;
}
.TextLayout1 .FunctionTable .RightColumn {
	vertical-align: top;
	width: 220px;
}
.TextLayout1 .FunctionTable .LeftColumn .BodyTextContainer {
	background: white url('images/bg-container-bottom-570.gif') no-repeat bottom left;
}
.TextLayout1 .FunctionTable .LeftColumn .BodyTextContainer .BodyTextContainerTop {
	width: 570px;
	background: url('images/bg-container-top-570.gif') no-repeat top left;
}
.TextLayout1 .FunctionTable .RightColumn .ImageContainer {
	position: relative;
	width: 200px;
	padding: 10px;
	background: white;
	text-align: center;
}
.TextLayout1 .FunctionTable .RightColumn .ImageContainer .ImageContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	width: 220px;
	background: url('images/bg-image-top-220.gif') no-repeat top left;
}
.TextLayout1 .FunctionTable .RightColumn .ParagraphContainer {
	font-size: 8pt;
	background: white url('images/bg-container-bottom-220.gif') no-repeat bottom left;
	padding: 0 10px;
	padding-bottom: 10px;
	position: relative;
	_height: 1px;
}
.TextLayout1 .FunctionTable .RightColumn .ParagraphContainerTop {
	background: none;
}

.TextLayout2 {
}
.TextLayout2 .LayoutContainer {
	margin-top: 10px;
}
.TextLayout2 .FunctionTable {
	width: 100%;
	border-collapse: collapse;
}
.TextLayout2 .FunctionTable .LeftColumn {
	vertical-align: top;
	width: 50%;
	padding-right: 4px;
	background: url('images/bg-container-top-395.gif') no-repeat 1px top;
	padding-top: 10px;
}
.TextLayout2 .FunctionTable .RightColumn {
	vertical-align: top;
	width: 50%;
	padding-top: 10px;
	padding-left: 4px;
	background: url('images/bg-container-top-395.gif') no-repeat 4px top;
}

.TextLayout2 .FunctionTable .InlineImageContainer {
	position: relative;
	float: left;
	z-index: 1;
	padding: 0 5px 5px 10px;
}
.TextLayout2 .FunctionTable .InlineImageContainer .ParagraphContainer {
	width: 180px;
}

.TextLayout2 .FunctionTable .BodyTextContainer {
	padding: 0 10px;
	height: auto;
	background: white url('images/bg-container-bottom-395.gif') no-repeat bottom left;
}
.TextLayout2 .FunctionTable .BodyTextContainer .BodyTextContainerTop {
	display: none;
}


.GalleryDescription {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 650px;
	text-align: center;
	overflow: scroll;
	overflow-x: hidden;
}
.GalleryDescription .BodyTextContainer {
	position: static;
	margin: 0;
	padding: 0;
	background: white;
}
.GalleryDescription #text {
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	height: 26px;
	padding-top: 5px;
	width: 150px;
	margin: 0 auto;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 40px; 
	height: 26px;
	background: white url('images/bg-gallery-span-left.gif') no-repeat top left;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 40px; 
	height: 26px;
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left;
	text-align: center; 
	font-weight: bold; 
	font-size: 12px;
	margin: 0;
	width: 60px;
	padding-top: 5px;
	height: 21px;
	background: white;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 40px; 
	height: 26px;
	background: white url('images/bg-gallery-span-right.gif') no-repeat top right;
}
.GalleryNavigator a.Next { 
	display: block; 
	float: left;
	width: 40px; 
	height: 26px;
	text-decoration: none;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 {
}
.ImageGallery1 .BodyTextContainer {
	margin-top: 10px;
}
.ImageGallery1 .FunctionTable {
	min-height: 200px;
	_height: 200px;
	padding-top: 10px;
}
.ImageGallery1 .FunctionTable table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 150px;
	padding-bottom: 10px;
	font-size: 8pt;
	vertical-align: top;
}
.ImageGallery1 .FunctionTable .ImageCell p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	position: relative;
	width: 120px;
	padding: 10px;
	padding-bottom: 0;
	background: white url('images/bg-container-top-140.gif') no-repeat top left;
	text-align: center
}
.ImageGallery1 .FunctionTable .ImageContainer .ImageContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	width: 140px;
	background: url('images/bg-image-top-140.gif') no-repeat top left;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	position: relative;
	width: 120px;
	background-color: white;
	padding: 10px;
	padding-bottom: 12px;
}
.ImageGallery1 .FunctionTable .ParagraphContainerBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 10px;
	background: white url('images/bg-container-bottom-140.gif') no-repeat bottom center;
}

.ImageGallery2 .BodyTextContainer {
	margin-top: 10px;
}
.ImageGallery2 .FunctionTable {
	min-height: 200px;
	_height: 200px;
	padding-top: 10px;
	margin: 0 auto;
}
.ImageGallery2 .FunctionTable table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}
.ImageGallery2 .FunctionTable .ImageCell {
	width: 140px;
	font-size: 8pt;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .ImageCell p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
.ImageGallery2 .FunctionTable .ImageCell {
	vertical-align: top;
	padding-bottom: 10px;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 395px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	position: relative;
	width: 120px;
	padding: 10px;
	text-align: center;
	background: white;
}
.ImageGallery2 .FunctionTable .ImageContainer .ImageContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	width: 140px;
	background: url('images/bg-image-top-140.gif') no-repeat top left;
}
.ImageGallery2 .FunctionTable .ImageContainer .ImageContainerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1;
	height: 20px;
	width: 140px;
	background: url('images/bg-image-bottom-140.gif') no-repeat bottom left;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	position: relative;
	_height: 50px;
	padding: 10px;
	background: white;
}
.ImageGallery2 .FunctionTable .ParagraphContainer .ParagraphContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 10px;
	width: 395px;
	background: url('images/bg-container-top-395.gif') no-repeat top left;
}
.ImageGallery2 .FunctionTable .ParagraphContainer .ParagraphContainerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1;
	height: 10px;
	width: 395px;
	background: url('images/bg-container-bottom-395.gif') no-repeat bottom left;
}

.ImageGallery3 .BodyTextContainer {
	margin-top: 10px;
}
.ImageGallery3 .FunctionTable {
	min-height: 200px;
	_height: 200px;
	padding-top: 10px;
	margin: 0 auto;
}
.ImageGallery3 .FunctionTable table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}
.ImageGallery3 .FunctionTable .ImageCell p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
.ImageGallery3 .FunctionTable .ImageCell {
	vertical-align: top;
	padding-bottom: 10px;
	width: 70px;
	font-size: 8pt;
}
.ImageGallery3 .FunctionTable .TextCell {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 395px;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	position: relative;
	width: 50px;
	padding: 10px;
	text-align: center;
	background: white;
}
.ImageGallery3 .FunctionTable .ImageContainer .ImageContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	width: 70px;
	background: url('images/bg-image-top-70.gif') no-repeat top left;
}
.ImageGallery3 .FunctionTable .ImageContainer .ImageContainerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1;
	height: 20px;
	width: 70px;
	background: url('images/bg-image-bottom-70.gif') no-repeat bottom left;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	position: relative;
	_height: 50px;
	padding: 10px;
	background: white;
	font-size: 8pt;
}
.ImageGallery3 .FunctionTable .ParagraphContainer .ParagraphContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 10px;
	width: 395px;
	background: url('images/bg-container-top-395.gif') no-repeat top left;
}
.ImageGallery3 .FunctionTable .ParagraphContainer .ParagraphContainerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1;
	height: 10px;
	width: 395px;
	background: url('images/bg-container-bottom-395.gif') no-repeat bottom left;
}

.Diary {
}
.Diary .DiaryContainer {
	margin-top: 10px;
	background: url('images/bg-diary-800.gif') repeat-y top left;
}

.Diary .FunctionTable {
	border-collapse: collapse;
	width: 100%;
	background: url('images/bg-container-bottom-800-220.gif') no-repeat bottom left;
}
.Diary .FunctionTable .LeftColumn {
	vertical-align: top;
	background: url('images/bg-container-top-220.gif') no-repeat top left;
}
.Diary .FunctionTable .RightColumn {
	border-collapse: collapse;
	vertical-align: top;
	background: url('images/bg-container-top-570.gif') no-repeat 8px 0;
}
.Diary .FunctionTable .DiaryList {
	padding: 10px;
	position: relative;
	width: 200px;
	min-height: 200px;
	_height: 200px;
}
.Diary .FunctionTable .DiaryListItem h2 {
	font-size: 9pt;
	margin: 0;
	padding-bottom: 5px;
}
.Diary .FunctionTable .DiaryListItem a { text-decoration: none; }
.Diary .FunctionTable .DiaryListItem a:hover { text-decoration: underline; }
.Diary .FunctionTable .DiaryListItem h2:hover { text-decoration: underline; }

.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	text-decoration: none;
}
.Diary .DiaryList .GroupByDay a:hover,
.Diary .DiaryList .GroupByMonth a:hover,
.Diary .DiaryList .GroupByYear a:hover {
	text-decoration: underline;
}
.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 .FunctionTable .DiaryView {
/*
	padding: 10px;
*/
	padding-left: 7px;
	position: relative;
	min-height: 200px;
	_height: 200px;
}
.Diary .RightColumn .DiaryDate h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
}
.Diary .FunctionTable .BodyTextContainer {
	position: static;
	padding: 0;
	background: none;
}
.Diary .FunctionTable .BodyTextContainer .BodyTextContainerTop {
	background: none;
	width: auto;
}
.Diary .FunctionTable .BodyTextContainer .BodyTextContainerBottom {
	background: none;
}
.Diary .FunctionTable .BodyTextContainer .ParagraphContainer {
	background: none;
}

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryHeader {
	padding: 10px;
}
.Diary .DiaryDate {
	padding: 0 10px;
}
.Diary .BodyTextContainer {
	width: 550px;
	margin: 0 auto;
}

.Diary .DiaryContainer .SettingsButtons {
	background-color: #b1b3af;
	margin: 0;
	padding-bottom: 10px;
}

.Diary .DiaryCommentFunction {
	width: 100%;
}

.Diary .DiaryDateInput {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	width: 150px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	border: 0;
	color: white;
}

.Diary .CommentCountContainer .CommentCountContainerTop {
	height: 30px;
	width: 570px;
	background: url('images/bg-container-top-bottom-570.gif') no-repeat bottom left;
}
.Diary .CommentCountContainer .CommentCountContainerBottom {
	height: 30px;
	width: 570px;
	background: url('images/bg-container-top-bottom-570.gif') no-repeat bottom left;
}
.Diary .CommentCountContainer .CommentCountContainerMiddle {
	padding: 0 10px;
}
.Diary .CommentCountContainer .CommentCountContainerMiddle h2{
	padding: 0;
	margin: 0;
	border: 0;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerBottom {
	height: 30px;
	background: url('images/bg-container-top-bottom-570.gif') no-repeat bottom left;
}

.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle {
	padding: 0 10px;
}
.Diary .DiaryCommentListItemContainer {
	border: 0;
	padding: 0;
}
.Diary .DiaryCommentListItem {
	padding-top: 3px;
}

.Diary .DiaryView .EditButtons .buttonSmallDelete,
.Diary .DiaryView .EditButtons .buttonSmallDeleteOver {
	margin-left: 10px;
}

.Diary .DiaryCommentSentMessage {
	margin: 10px;
}
.Diary .DiaryCommentForm {
	padding: 10px;
	padding-top: 0;
}
.Diary .DiaryCommentFormTable input {
}
.Diary .DiaryCommentFormTable textarea {
}

.Diary .DiaryView .DiaryCommentListContainer .NewItem .DiaryCommentListItemContainerMiddle {
	margin-left: 10px;
}

.Diary .ArticleList .FunctionTable {
	margin-top: 10px;
}
.Diary .ArticleList .EntriesColumn .EntryContainer {
	background-color: white;
	padding: 10px;
	margin: 0;
	width: 550px;
}
.Diary .ArticleList .EntriesColumn {
	background-color: #b1b3af;
	padding-right: 0;
}
.Diary .ArticleList .EntryContainerTop {
	height: 10px;
	background: url('images/bg-container-top-570.gif') no-repeat bottom left;
}
.Diary .ArticleList .EntryContainerBottom {
	height: 10px;
	background: url('images/bg-container-bottom-570.gif') no-repeat top left;
	margin-bottom: 20px;
}

.Diary .ArticleList .MenuColumn {
	background-color: #b1b3af;
}
.Diary .ArticleList .FunctionTable .MenuColumn .DiaryList {
	padding: 0;
	position: relative;
	width: 220px;
	min-height: 200px;
	_height: 200px;
	background: white url('images/bg-container-top-220.gif') no-repeat top left;
}
.Diary .ArticleList .FunctionTable .MenuColumn .DiaryList #DiaryMenu {
	padding: 10px 5px;
	background: url('images/bg-container-bottom-220.gif') no-repeat bottom left;
}

/*
========================================================================
*/

.Guestbook {
}
.Guestbook .BodyTextContainer {
	margin-top: 10px;
}
.Guestbook .FunctionTable {
	margin-top: 10px;
	border-collapse: collapse;
}
.Guestbook .FunctionTable .GuestbookForm {
	vertical-align: top;
	width: 232px;
}
.Guestbook .GuestbookFormContainer {
	position: relative;
	width: 200px;
	padding: 10px;
	background: white;
}
.Guestbook .GuestBookFormControl .GuestBookSmiliesTD img {
	_position: static !important;
}
.Guestbook .GuestbookFormContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 10px;
	background: url('images/bg-container-top-220.gif') no-repeat top left;
}
.Guestbook .GuestbookFormContainerBottom {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	width: 220px;
	height: 10px;
	background: url('images/bg-container-bottom-220.gif') no-repeat bottom left;
}
.Guestbook .GuestbookFormContainer p {
	font-size: 8pt;
}
.Guestbook .GuestbookFormContainer .textname {
	width: 190px;
	height: 15px;
	padding: 2px;
	border: 1px solid #b1b3af;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Guestbook .GuestbookFormContainer .textemail {
	width: 190px;
	height: 15px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #b1b3af;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Guestbook .GuestbookFormContainer .textmessage {
	width: 190px;
	height: 90px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #b1b3af;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Guestbook .GuestbookFormContainer .GuestSubmit {
	width: 150px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	border: 0;
	color: white;
}
.Guestbook .GuestbookList {
	vertical-align: top;
}

.Guestbook .GuestbookList .GuestbookListItemContainer {
	width: auto;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	margin-bottom: 10px;
	padding: 0;
	width: 567px;
	margin-left: 7px;
	background: white url('images/bg-container-bottom-567.gif') no-repeat bottom left;
}
.Guestbook .GuestbookList .GuestbookListItemContainer h2 {
	margin: 0;
	font-size: 10pt;
	padding: 10px;
	background: white url('images/bg-container-top-567.gif') no-repeat top left;
}
.Guestbook .GuestbookList .GuestbookListItemContainer .GuestbookListItem {
	padding: 10px;
	padding-top: 5px;
}
.Guestbook .NewItem .GuestbookListItemContainer .GuestbookListItem {
	padding-left: 40px;
	margin-left: 10px;
}

.FileArea {
}
.FileArea .BodyTextContainer {
	margin-top: 10px;
}
.FileArea .FileListContainer {
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	background: white url('images/bg-container-top-500.gif') no-repeat top left;
}
.FileArea .FunctionTable {
	width: 500px;
	padding-bottom: 10px;
	margin: 0 auto;
	background: url('images/bg-container-bottom-500.gif') no-repeat bottom left;
}
.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 {
	border-collapse: collapse;
	width: 500px;
}
.FileArea .FileList a { }
.FileArea .FileSort { margin: 0 auto; width: 450px; }
.FileArea .FileSort p { margin: 0 0 3px 0; font-size: 8pt; }

.Contact {
}
.Contact .FunctionTable {
	border-collapse: collapse;
	margin-top: 10px;
	padding: 0;
}
.Contact .FunctionTable .LeftColumn {
	vertical-align: top;
	padding-right: 10px;
	width: 467px;
}
.Contact .FunctionTable .RightColumn {
	vertical-align: top;
	width: 320px;
}
.Contact .ContactContainer {
	position: relative;
	padding: 10px;
	min-height: 100px;
	_height: 100px;
	background: white url('images/bg-container-bottom-467.gif') no-repeat bottom left;
}
.Contact .ContactContainer .BodyTextContainer {
	position: static;
	padding: 0;
	background: none;
}
.Contact .ContactContainer .BodyTextContainer .ParagraphContainer {
	padding: 0;
}
.Contact .ContactContainer .BodyTextContainer .BodyTextContainerTop {
	width: 467px;
	height: 10px;
	background: url('images/bg-container-top-467.gif') no-repeat top left;
}
.Contact .ContactContainer .BodyTextContainer .BodyTextContainerBottom {
	width: auto;
	height: 0;
	background: none;
}
.Contact .ContactContainer .ContactForm p {
	font-size: 8pt;
}
.Contact .ContactContainer .ContactForm .text {
	width: 290px;
	height: 15px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #b1b3af;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Contact .ContactContainer .ContactForm .textmessage {
	width: 440px;
	height: 90px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #b1b3af;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Contact .ContactContainer .ContactForm .ContactSubmit {
	width: 150px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	border: 0;
	color: white;
	margin-left: 295px;
}
.Contact .FunctionTable .RightColumn .ImageContainer {
	position: relative;
	width: 300px;
	padding: 10px;
	background: white;
	text-align: center;
}
.Contact .FunctionTable .RightColumn .ImageContainer .ImageContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	width: 320px;
	background: url('images/bg-image-top-320.gif') no-repeat top left;
}
.Contact .FunctionTable .RightColumn .ParagraphContainer {
	font-size: 8pt;
	background: white;
	padding: 0 10px;
	padding-bottom: 10px;
	position: relative;
	_height: 1px;
}
.Contact .FunctionTable .RightColumn .ParagraphContainerTop {
}
.Contact .FunctionTable .RightColumn .ParagraphContainerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	width: 320px;
	height: 10px;
	background: url('images/bg-container-bottom-320.gif') no-repeat bottom left;
}

.GalleryCommentFormControl textarea {
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #b1b3af;
	font-size: 8pt;
	margin-bottom: 10px;
}
.GalleryCommentFormControl input.GalleryCommentSubmit {
	width: 150px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	border: 0;
	color: white;
}

/*
DropDown Menu
==================================================================================
*/

.ClearBoth { clear: both; height:1px; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.DropMenu a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.DropMenu a:hover {
}
.DropMenu a.toplevel {
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: -2px;
	text-align: center;
	padding: 0px 10px;
	white-space: nowrap;
	color: white;
	text-decoration: none;
}

.DropMenu a.toplevel:hover {
	text-decoration: underline;
	background: none;
}
.DropMenu a.parent {
	background: url('images/menu-arrow.gif') no-repeat bottom right;
}
.DropMenu a.parent:hover {
	background: url('images/menu-arrow.gif') no-repeat bottom right;
}
.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}
.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	width: 160px;
	font-weight: normal;
	padding-bottom: 10px;
}
.DropMenu li li {
	padding: 0;
	width: 160px;
}
.DropMenu li ul a {
	color: white;
	padding: 5px 10px;
	_width: 140px;
}
.DropMenu li ul ul {
	margin: -25px 0 0 160px;
}
.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 {
	width: 202px;
	border-collapse: collapse;
	background: url('images/bg-gallery-navigator.gif') no-repeat center center;
	/*
	background-color: white;
	*/
}
.GalleryPagerLinks td {
	border-collapse: collapse;
}

.GalleryPagerLinks .PreviousPage {
	width: 40px;
	height: 26px;
}
.GalleryPagerLinks .NextPage {
	width: 40px;
	height: 26px;
}

.GalleryPagerLinks .PreviousPage a, .GalleryPagerLinks .PreviousPage a.disabled {
	width: 40px;
	height: 26px;
}
.GalleryPagerLinks .PageNumber {
	padding-top: 0;
}
.GalleryPagerLinks .NextPage a, .GalleryPagerLinks .NextPage a.disabled {
	width: 40px;
	height: 26px;
}

.GalleryPagerLinks .PreviousPage a.disabled {
	visibility: visible !important;
	background: url('images/bg-gallery-span-left.gif') no-repeat top left;
}
.GalleryPagerLinks .NextPage a.disabled {
	visibility: visible !important;
	background: url('images/bg-gallery-span-right.gif') no-repeat top right;
}

div.ImageGallery div.BodyTextContainer {
	margin-top: 10px;
}

/* Galleri 1 */

div.Gallery1 div.ImageContainer {
	width: 140px;
}
div.Gallery1 div.ImageContainerTop {
	width: 140px;
	height: 10px;
	background: url('images/bg-container-top-140.gif') no-repeat bottom center;
}
div.Gallery1 div.ImageContainerMiddle {
	width: 130px;
	padding: 0 5px;
	background: white;
	text-align: center;
}
div.Gallery1 div.ImageContainerBottom {}
div.Gallery1 div.ParagraphContainerTop {}
div.Gallery1 div.ParagraphContainerMiddle {
	width: 120px;
	padding: 0 10px;
	background: white;
}
.Gallery1 .GalleryTable .ParagraphContainer {
	margin-top: 0;
}

div.Gallery1 div.ParagraphContainerMiddle .GalleryImageDescription p {
	padding-top: 3px;
}
div.Gallery1 div.ParagraphContainerBottom {
	width: 140px;
	height: 10px;
	background: white url('images/bg-container-bottom-140.gif') no-repeat bottom center;
}

/* Galleri 2 */

div.Gallery2 .GalleryTable {
	width: 550px;
}

div.Gallery2 div.ImageContainer {
	width: 140px;
}
div.Gallery2 div.ImageContainerTop {
	width: 140px;
	height: 10px;
	background: url('images/bg-container-top-140.gif') no-repeat bottom center;
}
div.Gallery2 div.ImageContainerMiddle {
	width: 130px;
	padding: 0 5px;
	background: white;
	text-align: center;
}
div.Gallery2 div.ImageContainerBottom {
	width: 140px;
	height: 10px;
	background: white url('images/bg-container-bottom-140.gif') no-repeat bottom center;
}
div.Gallery2 div.ParagraphContainerTop {
	width: 395px;
	height: 10px;
	background: url('images/bg-container-top-395.gif') no-repeat bottom center;
}
div.Gallery2 div.ParagraphContainerMiddle {
	width: 375px;
	padding: 0 10px;
	background: white;
}
div.Gallery2 div.ParagraphContainerBottom {
	width: 395px;
	height: 10px;
	background: white url('images/bg-container-bottom-395.gif') no-repeat bottom center;
}


/* Galleri 3 */

div.Gallery3 .GalleryTable {
	width: 600px;
}
div.Gallery3 div.ImageContainer {
	width: 70px;
}
div.Gallery3 div.ImageContainerTop {
	width: 70px;
	height: 10px;
	background: url('images/bg-container-top-70.gif') no-repeat bottom center;
}
div.Gallery3 div.ImageContainerMiddle {
	width: 60px;
	padding: 0 5px;
	background: white;
	text-align: center;
}
div.Gallery3 div.ImageContainerBottom {
	width: 70px;
	height: 10px;
	background: white url('images/bg-container-bottom-70.gif') no-repeat bottom center;
}
div.Gallery3 div.ParagraphContainerTop {
	width: 500px;
	height: 10px;
	background: url('images/bg-container-top-500.gif') no-repeat bottom center;
}
div.Gallery3 div.ParagraphContainerMiddle {
	width: 480px;
	padding: 0 10px;
	background: white;
}
div.Gallery3 div.ParagraphContainerBottom {
	width: 500px;
	height: 10px;
	background: white url('images/bg-container-bottom-500.gif') no-repeat bottom center;
}

/* Galleri 4 */

div.Gallery4 {
	width: 720px;
}
div.Gallery4 .GalleryTable {
	width: 720px;
}
div.Gallery4 div.ImageContainer {
	width: 140px;
}
div.Gallery4 div.ImageContainerTop {
	width: 140px;
	height: 10px;
	background: url('images/bg-container-top-140.gif') no-repeat bottom center;
}
div.Gallery4 div.ImageContainerMiddle {
	width: 130px;
	padding: 0 5px;
	background: white;
	text-align: center;
}
div.Gallery4 div.ImageContainerBottom {
	width: 140px;
	height: 10px;
	background: white url('images/bg-container-bottom-140.gif') no-repeat bottom center;
}
div.Gallery4 div.ParagraphContainerTop {
	width: 200px;
	height: 10px;
	background: url('images/bg-container-top-200.gif') no-repeat bottom center;
}
div.Gallery4 div.ParagraphContainerMiddle {
	width: 180px;
	padding: 0 10px;
	background: white;
}
div.Gallery4 div.ParagraphContainerBottom {
	width: 200px;
	height: 10px;
	background: white url('images/bg-container-bottom-200.gif') no-repeat bottom center;
}

/* Galleri 5 */

div.Gallery5 {
	width: 600px;
}
div.Gallery5 .GalleryTable {
	width: 600px;
}
div.Gallery5 div.ImageContainer {
	width: 70px;
}
div.Gallery5 div.ImageContainerTop {
	width: 70px;
	height: 10px;
	background: url('images/bg-container-top-70.gif') no-repeat bottom center;
}
div.Gallery5 div.ImageContainerMiddle {
	width: 60px;
	padding: 0 5px;
	background: white;
	text-align: center;
}
div.Gallery5 div.ImageContainerBottom {
	width: 70px;
	height: 10px;
	background: white url('images/bg-container-bottom-70.gif') no-repeat bottom center;
}
div.Gallery5 div.ParagraphContainerTop {
	width: 220px;
	height: 10px;
	background: url('images/bg-container-top-220.gif') no-repeat bottom center;
}
div.Gallery5 div.ParagraphContainerMiddle {
	width: 200px;
	padding: 0 10px;
	background: white;
}
div.Gallery5 div.ParagraphContainerBottom {
	width: 220px;
	height: 10px;
	background: white url('images/bg-container-bottom-220.gif') no-repeat bottom center;
}
div.Gallery5 .GalleryTable .GalleryColumnPadding { width: 100px; }

/* Galleri 6 */

div.Gallery6 {
	width: 800px;
}
div.Gallery6 .GalleryTable {
	margin: 0 auto;
	width: 600px;
}
div.Gallery6 div.GalleryContainerTop {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-top-800.gif') no-repeat top left;
}
div.Gallery6 div.GalleryContainerMiddle {
	background: white;
	padding: 10px;
}
div.Gallery6 div.GalleryContainerBottom {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-bottom-800.gif') no-repeat bottom left;
}

div.Gallery6 .GalleryPagerLinks .PreviousPage {
	width: 20px;
	height: 15px;
}
div.Gallery6 .GalleryPagerLinks .NextPage {
	width: 20px;
	height: 15px;
}
div.Gallery6 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/button-previous.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}
div.Gallery6 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/button-next.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}

/* Galleri 7 */

div.Gallery7 {
	width: 800px;
}
div.Gallery7 .GalleryTable {
	margin: 0 auto;
	width: 600px;
}
div.Gallery7 div.GalleryContainerTop {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-top-800.gif') no-repeat top left;
}
div.Gallery7 div.GalleryContainerMiddle {
	background: white;
	padding: 10px;
}
div.Gallery7 div.GalleryContainerBottom {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-bottom-800.gif') no-repeat bottom left;
}

div.Gallery7 .GalleryPagerLinks .PreviousPage {
	width: 20px;
	height: 15px;
}
div.Gallery7 .GalleryPagerLinks .NextPage {
	width: 20px;
	height: 15px;
}
div.Gallery7 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/button-previous.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}
div.Gallery7 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/button-next.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}

/* Galleri 8 */

div.Gallery8 {
}
div.Gallery8 div.GalleryContainerTop {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-top-800.gif') no-repeat top left;
}
div.Gallery8 div.GalleryContainerMiddle {
	background: white;
	padding: 10px;
}
div.Gallery8 div.GalleryContainerBottom {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-bottom-800.gif') no-repeat bottom left;
}

div.Gallery8 .GalleryPagerLinks .PreviousPage {
	width: 20px;
	height: 15px;
}
div.Gallery8 .GalleryPagerLinks .NextPage {
	width: 20px;
	height: 15px;
}
div.Gallery8 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/button-previous.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}
div.Gallery8 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/button-next.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}

div.Gallery8 .GalleryContainer {
	width: 760px;
}
div.Gallery8 .Fullview {
	width: 760px;
}
div.Gallery8 .Fullview .FullviewImage {
	width: 760px;
	height: 580px;
}
div.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 760) + "px");
}

/* Galleri 9 */

div.Gallery9 {
	width: 800px;
}
div.Gallery9 div.GalleryContainerTop {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-top-800.gif') no-repeat top left;
}
div.Gallery9 div.GalleryContainerMiddle {
	background: white;
	padding: 10px;
}
div.Gallery9 div.GalleryContainerBottom {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-bottom-800.gif') no-repeat bottom left;
}

div.Gallery9 .GalleryPagerLinks .PreviousPage {
	width: 20px;
	height: 15px;
}
div.Gallery9 .GalleryPagerLinks .NextPage {
	width: 20px;
	height: 15px;
}
div.Gallery9 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/button-previous.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}
div.Gallery9 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/button-next.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}

div.Gallery9 .GalleryContainer {
	width: 760px;
	margin: 0 auto;
}
div.Gallery9 .Fullview {
	width: 620px;
}
div.Gallery9 .Fullview .FullviewImage {
	width: 620px;
	height: 465px;
}
div.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 620) + "px");
}

/* Galleri 10 */

div.Gallery10 {
	width: 800px;
}
div.Gallery10 div.GalleryContainerTop {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-top-800.gif') no-repeat top left;
}
div.Gallery10 div.GalleryContainerMiddle {
	background: white;
	padding: 10px;
}
div.Gallery10 div.GalleryContainerBottom {
	height: 10px;
	width: 800px;
	background: white url('images/bg-container-bottom-800.gif') no-repeat bottom left;
}

div.Gallery10 .GalleryPagerLinks .PreviousPage {
	width: 20px;
	height: 15px;
}
div.Gallery10 .GalleryPagerLinks .NextPage {
	width: 20px;
	height: 15px;
}
div.Gallery10 .GalleryPagerLinks .PreviousPage a {
	background: url('/resources/functions/images/button-previous.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}
div.Gallery10 .GalleryPagerLinks .NextPage a {
	background: url('/resources/functions/images/button-next.gif') no-repeat !important;
	width: 20px;
	height: 15px;
}

div.Gallery10 .GalleryContainer {
	margin: 0 auto;
}

/*
===============================================================
*/


.ResponsiveDesign .MainPage {
    margin-left: 0;
    padding-right: 225px;
    background: none;
    width: auto;
}
.ResponsiveDesign .MainPage .MainContainer .BodyTextContainer {
    position: static;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none;
    background-color: white;
    margin-left: 230px; 
    padding: 10px; 
}
.ResponsiveDesign .MainPage .NewsContainer {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none;
    background-color: white;
    padding-right: 10px;
    margin-left: 10px;
}

.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinks .NextPage a { 
	background: url('images/bg-gallery-nav-right.gif') no-repeat top right;
}
.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinks .NextPage a.disabled {
  visibility: visible !important;
  background: none;
}
.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinks .PreviousPage a {
	background: url('images/bg-gallery-nav-left.gif') no-repeat top left;
}
.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinks .PreviousPage a.disabled {
  visibility: visible !important;
  background: none;
}

.ResponsiveDesign .TextLayout2 .FunctionTable .LeftColumn,
.ResponsiveDesign .TextLayout2 .FunctionTable .RightColumn { width: 395px; padding-right: 0; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 450px; margin: 0 auto; }
.ResponsiveDesign .ImageGallery1 .ImageCell .ParagraphContainer { padding: 5px; width: 130px; padding-bottom: 10px; }

.ResponsiveDesign .ImageGallery2 .FunctionTable { width: 550px; margin: 0 auto; }
.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 140px; }

.ResponsiveDesign .ImageGallery3 .FunctionTable { width: 480px; margin: 0 auto; }
.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 70px; }

.ResponsiveDesign .Diary .FunctionTable { width: 800px; }
.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 230px; width: 570px; background-position: top left; }
.ResponsiveDesign .Diary .FunctionTable .DiaryView { padding: 0; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 0; }
.ResponsiveDesign .Diary .ArticleList .FunctionTable .MenuColumn .DiaryList { min-height: initial; }

.ResponsiveDesign .Guestbook .GuestbookList { margin-left: 225px; }

.ResponsiveDesign .FileArea .FileListContainer .FileListContainer { margin: 0; background: none; }

.ResponsiveDesign .Contact .BodyTextContainer { margin-top: 10px; }
.ResponsiveDesign .Contact .FunctionTable .LeftColumn {	background: url('images/bg-container-top-467.gif') no-repeat top left; padding-top: 10px; }
.ResponsiveDesign .Contact .FunctionTable .RightColumn { background: url('images/bg-container-top-320.gif') no-repeat top left; padding: 0; padding-top: 10px; }
.ResponsiveDesign .Contact .FunctionTable .RightColumn .ImageContainer { padding-top: 0; }
.ResponsiveDesign .Contact .FunctionTable .RightColumn .ImageContainer .ImageContainerTop { background: none; height: auto; }

.ResponsiveDesign .ImageGallery .Gallery2 .GalleryTextCell { margin-left: 150px; }
.ResponsiveDesign .ImageGallery .Gallery3 .GalleryTextCell { margin-left: 80px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { margin-left: 20px; width: 200px; }

.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTable { width: 620px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { margin-left: 20px; width: 220px; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2,
.ResponsiveDesign .ImageGallery .Slide3 {
    width: auto;
    padding: 10px;
    margin-top: 10px; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: white;
}

.ResponsiveDesign .ImageGallery .Slide1 .GalleryContainerMiddle,
.ResponsiveDesign .ImageGallery .Slide2 .GalleryContainerMiddle,
.ResponsiveDesign .ImageGallery .Slide3 .GalleryContainerMiddle { width: 780px; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 780px }

