@import url("content.css");
@import url("msr_electronic_menu.css");





/****** Layout *****/

.Headline {
	color:#00548b;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body {
	height: 100%;
}


#main {
	position: absolute;
	left: 50%;
	margin-left: -477px;
	width: 955px;
	
	border:1px solid #bfbfbf;
	
	background-image:url(../msr_electronic_images/footer.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}


#header {
	background-image:url(../msr_electronic_images/headerbg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:163px;
	margin:0 0 0 0;
	padding:0;
	width: 955px;
	
}
#submenu {
	width:145px;
	
	margin-top:31px;
	margin-bottom:115px;
}

#mainmenu {
	height:39px;
	margin-left:25px;
	width:1000px; /** Hack wegen Zeilenumbruch IE7 **/
}

#contentwrapper {
	float:left;
	width:741px;
	
	border:1px solid #8eb3cc;
	margin-bottom:3px;
	
}

#content{
	padding:31px 15px 10px 35px;
	
	min-height:350px;
	
}

#content hr {
	border: none 0;
	border-top: 1px solid #00548b;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#language {
	
	position:absolute;
	right:17px;
	bottom:77px;
}

#language a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#05578d;
	display:block;
	
}

#leftcol {
	
	float:left;
	
}

#rightcol {
	
}

#content {
	
}

#clearer {
	clear:both;
	height:52px;

	
}

#staticmenu {
	clear:left;
	margin-right:67px;
	text-align:right;
	
	margin-bottom:6px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#05578d;
	
}



/*** Stil überschrieben *****/
.tx-newloginbox-pi1 h3 { 
		color:#00548b;
}

/************ RTE überschrieben ***********/
#content a.Link2, #content a .Link2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	text-decoration:none;
	color:#00548b;
}



