﻿@media screen {
/*---------------------
	LAYOUT
-----------------------*/
.print {
	display: none;
}
body {
	background: #313131 url(images/layout/page.gif) repeat 0px 0px;
}
body.Startpage {
	
}
.Document {
	width: 975px;
	position: relative;
	margin: 37px auto 0px auto;
}
.Page {
	background: url(images/layout/pageShade.png) repeat 0px bottom;
	padding: 0px 8px 0px 7px;
	zoom:1;
}
.PageTop {
	background: url(images/layout/topShade.png) no-repeat 0px 0px;
	height: 13px;
	width: 975px;
	overflow: hidden;
}
.PageBottom {
	background: url(images/layout/bottomShade.png) no-repeat 0px 0px;
	height: 13px;
	width: 975px;
	overflow: hidden;
}
/*---------------------
	HEAD
-----------------------*/
.Head {
	background: #edebeb url(images/head/background.jpg) no-repeat 0px 0px;
	position: relative;
	width: 960px;
	height: 109px;
	z-index:10;
}
.Head a.Logo { 
	display: block;
	width: 178px;
	height: 69px;
	background: url(images/head/logo.gif) no-repeat 0px 0px;
	cursor:pointer;
	top: 21px;
	left: 68px;
	position: absolute;
	overflow: hidden;
}
.Head a.Logo span {
	display: block;
	margin: 64px 0px 0px 218px;
}
/*---------------------
	CONTENT
-----------------------*/
.Content {
	background: #ffffff;
	width: 960px;
	min-height: 280px;
	position: relative;
}
.ContentNavigation {
	position: absolute;
	top: 0px;
	left: 24px;
	width: 136px;
}
.ContentImage {
	float: left;
	padding: 10px 0px 0px 10px;
	width: 370px;
	background: url(images/content/contentImage.gif) no-repeat right 10px;
	min-height: 355px;
}
* html .ContentImage {
	height: 355px;
}
.ContentText {
	padding: 50px 25px 25px 40px;
	float: left;
	width: 515px;
	color: #333333;
}
* html .ContentText {
	float: none;
	padding-right: 0px;
	margin-left: 370px;
}
.GalleryInput {
    background:#ffffb2;
    padding:5px;
    border:1px solid #86865e;
    margin-top:5px;
    }
#PageBottomGallery .Gallery {
    margin-left:20px;
}
#PageBottomGallery .Gallery .Image span {
    border:0;
}
/*---------------------
	FOOTER
-----------------------*/
.Footer {
	background: #ffffff url(images/footer/background.gif) no-repeat center 0px;
	width: 960px;
	height: 96px;
	position: relative;
	padding-bottom:40px;
}
body.Startpage .Footer {
	background: #ffffff;
	height: 90px;
}
.FooterBanner {
	float: right;
	margin: 7px 12px 0px 0px;
}
body.Startpage .FooterBanner {
	margin-top: 0px;
}
.FooterBottom {
	position: absolute;
	top: 141px;
	left: 0px;
	padding: 0px 0px 10px 0px;
	width: 960px;
	color: #b3b3b3;
	font-size: 1.0em;/*11px*/
}
.Footer .socialArea { margin-right:12px; position:absolute; right:5px; bottom:5px; }
.Footer .socialArea img { padding:0 0 0 10px; }
.Footer .socialArea iframe { padding-left:7px; padding-bottom:2px; }
.OverEffectFade { filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; }
.OverEffectFade:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
