body{
	background-image:url(../gfx/bg_grad.gif);
	background-repeat: repeat-x;
	background-color: #C2CCEE;
	margin: 0px auto 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

#root{
	
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle; /*über js regeln*/
	width: 1050px;
/*	height: 705px;*/
}

#shaTop{
	background-image: url(../gfx/head_sha.png);
	background-repeat: no-repeat;
	width: 1050px;
	height: 4px;
	overflow: hidden;
}

#shaBot{
	background-image:url(../gfx/sha_bot.png);
	background-repeat: no-repeat;
	width: 1050px;
	height: 5px;
	overflow: hidden;
}

#shaSenk{
	background-image:url(../gfx/sha_senk.png);
	background-repeat: repeat-y;
	width: 1050px;
	height: 675px;
}

/*
#shaLeft{
	background-image:url(../gfx/sha_left.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 705px;
	float: left;
}

#shaRight{
	background-image:url(../gfx/sha_right.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 705px;
	float:none;
}*/

#innerRoot{
	width: 1035px;
	height: 675px;
	background-color: #FFFFFF;
	margin-left: 10px;
}

#master{
	width: 1005px;
	height: 655px;
	padding: 10px;
}

#mainMenu{
	background-color: #152e86;
	width: 1015px;
	height: 45px;
}

#head{
	background-color: #152e86;
	width: 1015px;
	height: 219px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

#head img{
	margin: 0px;
	padding:0px;
}

#content{
	background-color: #b9bbc1;
	width: 1015px;
	height: 390px;
}

#submenu{
	height: 383px;
	width: 195px;
	margin-left: 10px;
	padding-top: 10px;
}

#submenuHead{
	width: 185px;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
	background-color:#D8DA1C;
}

#submenuHead h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #5c5c5c;
}

#subnav{
	height: 343px;
	width: 195px;
	display: block;
	float: left;
}

#innerContent{
	width: 780px;
	height: 350px;
	background-color: #FFFFFF;
	float: none;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}

#scrollContainer{
	width: 776px;/*770px*/
	height: 340px;
	overflow: hidden;
}

#newsContent{
	width: 185px;
	height: 293px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #f2f2f3;
}

#newsContent h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	color: #5c5c5c;
}

#foobar{
	width: 1050px;
	text-align: center;
}

