body {
	background-color:#333;/*#9fc9eb;*/
	background-image: url("images/background.jpg");
	background-position:left;
	background-repeat:repeat-y;
	margin: 0px;
}

#container{
	width:900px;
	height:800px;
	overflow:hidden;
}

#greenRail{
	position:absoltue;
	height:100%;
	width:150px;
	background-image:url("images/greenrail2.png");
	background-repeat:no-repeat;
	border-left: 25px solid #fff;
	border-right: 1px solid #000;
	z-index:100;
	float:left;
}

#logo{
	height:150px;
	width:150px;
	background-image:url("images/greenrail2.png");
	background-repeat:no-repeat;
}

#imgBar{
	width:724px;
	position: absolute;
	height:120px;
	border-bottom: 1px solid #ccc;
	border-top:1px solid #ccc;
	left: 176px;
	top: 50px;
	z-index:0;
	background-image:url("images/bildleiste.jpg");
	background-repeat:no-repeat;
}

#lines{
	height:120px;
	position:absolute;
	width:24px;
	border-bottom: 1px solid #ccc;
	border-top:1px solid #ccc;
	left:0px;
	top:50px;
	background-image:url("images/gradient.png");
	background-repeat:repeat-y;
}

#Maincontent{
	position: absolute;
	width:700px;
	height:auto;
	top:250px;
	left:200px;
	line-height: 1.7em;
	background-color: #ffffff;
	text-align: justify;
	
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	color : #5f5f66;
}

#content{
	width:500px;
	height:auto;
	float:left;
	border-right: 1px solid #ccc;
	padding-right:25px;
}

#wss {
	position: absolute;
	top: 0px;
	left: 0px;
	width:900px;
	height:50px;
	background-image:url("images/Schriftzug.jpg");
	background-repeat:no-repeat;
	background-position:right;
}

#platzhalter {
	width:900px;
	height:150px;
}

#rightRail{
	width:125px;
	height:auto;
	float:right;
	padding-right:25px;
	color: #336699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	font-size-adjust:none;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
	line-height:1.5em;
	letter-spacing:0.8pt;
	
}
#footer{
	width:900px;
	height:25px;
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	bottom: 0px;
	left: 0px;
	position:absolute;
	background-color:#eff6d4;
	margin-bottom:-100px;
	display:none;
}

h1{
	color:#ffcc00;
	font-family: Geneva;
	font-size: 14pt;
	font-style: normal;
	letter-spacing:2.5pt;
	font-weight:normal;
	border-bottom:1px solid #eee;
	background-color:#fefeff;
	border-top:1px solid #eee;
	text-transform:none;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:0px;
	line-height: 20pt;
}

div#rightRail h1{
	color:#aaccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	letter-spacing:2.5pt;
	font-weight:normal;
	border-bottom:1px solid #eee;
	background-color:#fefeff;
	border-top:1px solid #eee;
	text-transform:none;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	text-indent:0px;
}

#subNavigation {
	text-align: left;
	font-size: 9pt;
	letter-spacing:1.2pt;
	font-family: "Arial";
	line-height: 12pt;
	margin-top: 300px;
	margin-left: 20px;
	height: 10px;
}

div#subNavigation :link {
	color: #000;
	text-decoration: none;
	border-right: 0px solid transparent;
	border-left: 0x solid transparent;
	cursor:pointer;
}

div#subNavigation :visited {
	color: #000;
	text-decoration: none;
}

div#subNavigation :hover {
	color: #feffff;
	text-decoration: none;
	background-color: #4b7125;
	cursor:hand;
}

div#subNavigation :active {
	color: #000;
	text-decoration: none;
	background-color: #ff

}

#mainNavigation {
	color: #693;
	font-size: 0.8em;
	font-family: Arial;
	/*background-color:#efefef;*/
	background-color:#dfefff;
	background-repeat: repeat-y;
	text-transform: uppercase;
	text-indent: 0px;
	letter-spacing: 0.1em;
	z-index: 200;
	height: 20px;
	padding-right: 0px;
	position:absolute;
	top:175px;
	left:176px;
	border-bottom:1px solid #ccc;
	width:704px;
	padding-left:20px;
}

div#mainNavigation :link {
	vertical-align:text-bottom;
	color: #333;
	text-decoration: none;
	text-align:center;
}

div#mainNavigation :hover {
	color: #000;
	text-decoration: none;
	background-color:#acf;
}

div#mainNavigation :visited {
	color: #666;
	text-decoration: none
}

div#mainNavigation :active {
	color: #abd200;
	font-weight: bold;
	text-decoration: none
}

.mainNaviItem {
	float:left;
	height:20px;
	padding-left: 5px;
	padding-right: 5px;
}

.mainNaviItem_active {
	float:left;
	background-color: #fff;
	height:17px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:-4px;
	padding-top:2px;
	border-bottom:5px solid #fff;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;
	border-top: 1px solid #ccc;
}

.textreplacement {
	margin-bottom:-3px;
	margin-left:-3px;
	margin-right: -3px;
}

.csc-firstHeader {
	text-align:left;
}

.subNaviItem {
	color: #000;
}

.subNaviItem_active {
	color: #fff;
}

.subSecondNaviItem {
	text-indent: 0px;
	font-size: 9pt;
	color: #555;
}

.subSecondNaviItem_active {
	text-indent: 0px;
	font-size: 9pt;
	color: #fff;
}

div.subSecondNaviItem :link {
	text-indent: 0px;
	font-size: 9pt;
	color: #555;
}

div.subSecondNaviItem_active :hover{
	text-indent: 0px;
	font-size: 9pt;
	color: #fff;
}
