@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #041c3b;
	color: #b3bac4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #b3bac4;
}

#root{
	left: 0px;
	top: 0px;
	width: 100%;
	background-image:url(../gfx/foo_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position:absolute;
}

#headBg{
	background-color: #041c3b;
	width: 980px;
	height: 260px;
}

#imgLogo{
	margin-left: 110px;
	margin-top: 98px;
}

#contentImg{
	position: relative;
	left: 400px;
	top: 0px;
	width: 580px;
	height: 750px;
	margin-top: -260px;
}

#content{
	position: relative;
	left: 120px;
	margin-top: -490px;
	min-height: 420px; 
	overflow: hidden;
}

#contentBg{
	width: 980px;
	margin: 0px auto 0px;
	background-image: url(../gfx/balken_rep.png);
	background-repeat: repeat-y;
	background-position: bottom;
/*	height:650px;*/
}

#contentFoo{
	width: 980px;
	height: 98px;
	margin: 0px auto 0px;
	background-image: url(../gfx/balken_bot.png);
}

#innerContentFoo{
	padding-top: 110px;
	width: 980px;
	text-align: right;
}
#innerContentFoo a{
	color: #b3bac4;
	font-weight: normal;
}
#innerContentFoo a:hover{
	color: #f16b28;
	font-weight: normal;
	text-decoration: none;
}

#menuRoot{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#innerMenu{
	margin: 0px auto 0px;
	width: 750px;
}

#hl{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #273c57;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-right: 10px;
	width: 176px;
	margin-bottom: 15px;
}
/*
#content img{
	border-color: #5f6e82;
	border-width: 1px;
	border-style: solid;
}*/

