/* CSS Document */

/*--------------------Universal---------------------*/
html{height:100%;margin-bottom:1px; overflow:scroll;}

body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:90%; line-height:1.5}

#zentrieren{width:700px;margin:0 auto;}

#banner{
background:url(../images/logo_monark_germany.gif) no-repeat;
width:700px;
height:100px;
text-align:right;
}

.navigation{
width:700px;
text-align:right;
float:left;
}

	a.navigation{
	background:url(../images/tab_red.gif) no-repeat;
	line-height:50px;
	margin-top:56px;
	height:44px;
	float:right;
	width:90px;
	margin-left:2px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:90%;
	}
	
	a.navigation:hover{background:url(../images/tab_blue.gif) no-repeat}

.menu{
width:700px;
height:20px;
text-align:center;
background:#2069AE;
}


	a.menu{
	padding-right:25px;
	padding-left:25px;
	line-height:100%;
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-size:90%;
	display:inline;
	}

	a.menu:hover{background:#800000;}

#inhalt{
width:700px;
height:390px;
min-height:390px;
}

#footer_2{
line-height:100%;
width:460px;
height:25px;
font-size:80%;
}


/*--------------------Universal_sidebar---------------------*/
#hauptbereich{float:left;width:510px;}

#rechte_sidebar{
float:right;
font-size:90%;
width:220px;
padding:0 0 10px 10px;
margin-bottom:20px;
border:2px dashed #800000;
}

.absatz_startseite{
width:100%;
border-bottom:1px dotted;
padding:0 0 20px 0;
margin:10px 0 0 0;
}

/*--------------------Startseite---------------------*/

#spalte_links{
float:left;
width:460px;
}

.teaser_mitte{

width:454px;
margin-bottom:20px;
padding:2px;
border:1px solid #2069AE;
}

.teaser_headline_mitte{

width:460px;
border-bottom:5px solid #2069AE;
font-weight:bold;
font-size:90%;
}


#spalte_rechts{
float:right;
width:220px;
margin-top:10px;
}

.teaser_rechts{

font-size:90%;
width:214px;
border:1px solid #2069AE;
margin-bottom:20px;
padding:2px;
}

.teaser_headline_rechts{

width:220px;
border-bottom:5px solid #2069AE;
font-weight:bold;
font-size:90%;
}