﻿@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;
}
.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: 218px;
	height: 64px;
	background: url(images/head/logo.gif) no-repeat 0px 0px;
	cursor:pointer;
	top: 27px;
	left: 47px;
	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;
}
/*---------------------
	FOOTER
-----------------------*/
.Footer {
	background: #ffffff url(images/footer/background.gif) no-repeat center 0px;
	width: 960px;
	height: 96px;
	position: relative;
}
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: 108px;
	left: 0px;
	padding: 0px 0px 10px 0px;
	width: 960px;
	color: #b3b3b3;
	font-size: 1.0em;/*11px*/
}
body.Startpage .FooterBottom {
	top: 101px;
}
}