/* OEBS CSS */
/* idpraxis 09/2007 */

*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.00001%;
	
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #6D6E71;
}

a:link,
a:visited{
	text-decoration: none;
	color: #B13A1B;
}

a:hover{
	text-decoration: underline;
	color: #B13A1B;
}

#homezone{
	border: 0px solid red;
	height: 120px;
	width: 330px;
	
	float: left;
}

#header{
	background-image: url(../media/de/header_comovis.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 121px;
	margin-bottom: 1px;
}

.body{
	margin-top: 10px;
	clear: both;
	width: 1000px;
}

/* Listenausgabe */

table.list{
	width: 900px;
	margin-left: 50px;
	border: 0px solid red;
}

table.list td{	
	text-align: left;
	vertical-align: top;
}


table.list th{
	padding-bottom: 2em;
	color: black;
	text-align: left;
}

table.list th.leftside,
table.list td.leftside{
	width: 265px;
}

table.list .alignright{
	text-align: right;
}

table.list .trenner{
	width: 20px;
	max-width: 20px;
}

.list_trenner_solid{
	clear: both;
	width: 900px;
	margin-left: 50px;
	border-bottom: 1px solid #808284;	
}

.trennerdotted{
	background-image: url(../media/comovis_trenner.gif);
	
	height: 1px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}


/* Listenende */


.blackbold{
	margin: 0px;
	font-weight: bold;
	color: black;
	margin-top: 0.8em;
}

.logged{
	float: right;	
	margin: 0px;
	font-weight: bold;
	color: black;
	margin-right: 5px;
	margin-top: 95px;
}

.loggedwhite{
	float: right;	
	margin: 0px;
	font-weight: bold;
	color: white;
	margin-right: 5px;
	margin-top: 10px;
	position: absolute;
}

.greenbold{
	margin: 0px;
	font-weight: bold;
	color: #8A9F00;
	margin-top: 0.8em;
}


.black{	
	color: black;	
}

.blacklink a:link,	
.blacklink a:visited,	
.blacklink a:hover{	
	color: black;	
}

/* Formular */

.listform select{
	border: 1px solid #B13A1B;
	padding: 3px;
	width: 230px;
	color: #B13A1B;
	height: 2em;
}

.listform .line{
	height: 2em;
	border: 1px solid #B13A1B;
	width: 228px;
	padding: 3px;
	color: #B13A1B;
}

.listform .line_x{
	height: 2em;
	border: 1px solid #B13A1B;
	width: 470px;
	padding: 3px;
	color: #B13A1B;
}

.listform .line_small{
	height: 2em;
	border: 1px solid #B13A1B;
	width: 100px;
	padding: 3px;
	color: #B13A1B;
}

.listform .textarea{
	height: 14em;
	border: 1px solid #B13A1B;
	width: 428px;
	padding: 3px;
	color: #B13A1B;
}

/* Formular Ende */

.left{
	border: 0px solid red;
	width: 316px;
	float: left;
	text-align: right;
}

.right{
	border: 0px solid red;
	float: right;
	width: 665px;	
}

#header_links{
	float: left;
	margin-top: 80px;
	border: 0px solid yellow;
	height: 2em;
	width: 620px;
	color: #B13A1B;
}

h1{
	color: #808284;
	font-size: 1.8em;
	font-weight: normal;
}

.content{
	line-height: 1.5em;
}

.content p{
	margin-top: 0px;
}

.lefth1{	
	color: white;
	font-size: 2.6em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 5px solid white;
}

.lefth1 .inner{	
	background-color: #B13A1B;
	padding: 2px;	
}

.lefth2{	
	color: white;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 5px solid white;
}

.lefth2 .inner{	
	background-color: #B13A1B;
	padding: 2px;	
}

#menu{
	clear: left;
	z-index: 0;
	width: 1000px;
	height: 28px;
	background-color: #B13A1B;	
	padding: 0px;
}

#menuul li{
	float: left;
	padding-top: 4px;
	margin-right: 10px;
	list-style-type: none;
}


.menu_round_left{
	background-image: url(../media/comovis_menu_roundleft.gif);
	width: 8px;
	height: 24px;
	float: left;
}

.menu_round_right{
	background-image: url(../media/comovis_menu_roundright.gif);
	width: 8px;
	height: 24px;
	float: left;
}

.menu_round{
	background-image: url(../media/comovis_menu.gif);
	height: 24px;
	float: left;
}


.menu_round_left_white{
	background-image: url(../media/comovis_menu_roundleft_white.gif);
	width: 8px;
	height: 24px;
	float: left;
}

.menu_round_right_white{
	background-image: url(../media/comovis_menu_roundright_white.gif);
	width: 8px;
	height: 24px;
	float: left;
}

.menu_round_white{
	background-image: url(../media/comovis_menu_white.gif);
	height: 24px;
	float: left;
}


#menuul a:link,
#menuul a:hover,
#menuul a:visited{
	line-height: 24px;
	font-weight: bold;
	color: #6A750B;
	font-size: 1.1em;
}



#submenuul{
	padding: 0px;
	color: #B13A1B;
	margin-left: 335px;
	list-style-type: none;
	margin-top:5px;	
	width: 680px;
	clear: both;
	height: 2em;
}


#submenuul a:link,
#submenuul a:hover,
#submenuul a:visited{
	font-weight: normal;
	color: #B13A1B;
	font-size: 1.1em;
}

#submenuul li{
	float: left;
	
}

#submenuul li.activesub a:link,
#submenuul li.activesub a:hover,
#submenuul li.activesub a:visited{
	font-weight: normal;
	color: black;
	font-size: 1.1em;
}

.message{
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

.sitemap{
	line-height: 1.8em;
}

.sitemap .e1{
	font-weight: bold;
}
.sitemap .e2{
	font-weight: bold;
}
.sitemap .e3{
	font-weight: bold;
}

.contentLevel li{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	list-style-image: url(../media/comovis_list.gif);
	padding-left: 5px;
	font-size: 1.1em;
	
}

.image_float_right{
	float: right;
	clear: right;
	margin-bottom: 4em;
	margin-left: 1em;
}

.downloads{
	font-weight: bold;
	margin-bottom: 0.5em;
}
.logout
{
	position: absolute;
	top: 165px;
	#top: 155px;
	left: 920px;
}
.gef_suche{
	font-size:12px;
	width: 218px;
	color:#B13A1B;
	font-weight: 100;
	text-align: left;
	/*border: 1px solid #B13A1B;*/
	padding: 2px;
	margin-bottom: 2px;
}