/* CSS Document */
html, body{margin:0;
		padding:0;
		background:#fff;
		font-family:arial,helvetica,sans-serif;	
		font-size:14px;
height:100%;
		width:100%;
}


h3 {font-size:16px;
	color:#000080;
}

h4 {font-size:14px;

}
h5 {font-size:11px;
	font-weight:bold}

#zentrierer {
		position:relative;
		width:100%;		
		height:100%;
}

strong {font-weight:bold}


#container {
		position:relative;
		width:986px;
		/*100%*/
		height:100%;
		background:#3D3869;
		background:url(../gfx/higru.jpg);
		background-repeat:repeat-y;
		padding-left:20px;
}

.header {position:relative;
		width:946px;
		height:119px;
}
#container  .header_foot {position:relative;
		width:946px;
		height:74px;
	
		
		
}
.main_content{position:relative;
		width:946px;
		height:420px;
		background:#8787A9;
}
.main_content .left{
		position:absolute;
		top:15px;
		left:5px;
		width:146px;
		height:400px;
		/*background-image:url(../gfx/side_1.jpg);*/
		background-repeat:no-repeat;
}
div#i_cont{
		background:#fff;
		padding:20px;
}

div#i_cont hr {
		border:none;
		border-bottom: 2px solid #3cbde7;
}
.main_content .right{
		position:absolute;
		top:15px;
		left:658px;
		width:268px;
		height:380px;
		padding:10px;
font-size:11px;
}

/****************** navi ini *******************/
.navi {
		position:absolute;
		left:20px;
		top:160px;
		font-size:14px;
		font-weight:bold;
		padding:0;
		margin:0;
		width:946px;
		
}
/********* scroll hintergrund *********/
.scr_back{
	position:absolute;
	width:10px;
	height:440px;
	left:642px;
	top:-21px;
	background:url(../gfx/scroll_higru.jpg);
}

/*********  links ****************/

.main_content a:link, .main_content a:visited {
	color:#8ED4F1;}

.main_content a:hover {
	color:#525276;
}
