/* def5-CSS */

body {
	margin: 0em 1em 1em 1em;
	font-family: Arial;
	font-size: 13px;
}
h1 {
	font: bold x-large Arial, sans-serif;
	color: #737373;
	}



h2 {
	font: normal normal bold 16px sans-serif;
	color: Navy;
	line-height: 12px;
	}

	a:hover {
	color: Red;
}

#colum_links{
	top: 20px;
	margin-left: 0;
	float: left;
	width: 19%;
	height: 100%;	
}	
	
#colum_mitte{
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 80%;
	height: 200%;
	}
#colum_mitte_schmal{
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 70%;
	height: 200%;
	}


#monitor{
	top:0;
	padding: 1em 1em 1em 1em;
	width: 100%;
   height: 100%;
	}
#unten{
	
	margin-top: 2em;
	padding-top: 1em;
	height: auto;
	border-top: solid thin silver;
	text-align: center;
}

	
.fix_box{
	position:absolute;
	left:2%;
	}	
.bild_l{
	float: left;
	width: auto;
	margin-right: 1em;
	}
		
#liste{
	font: bold 12px arial, verdana, sans-serif;
	text-decoration: none;
	list-style-type: none;
	line-height: 16px;
	margin-left: 10px;
}
	
#ul{
	background: transparent;
	list-style-type: circle;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	height: auto;
	font-size: 10px;
	margin-bottom: 15px;
	list-style-position: outside;
}

#liste li a{
  	color:#666;
 	display:block;
 	padding:0px;
 	text-decoration:none;
 	}

#liste li a:hover{
 	color:#c00;
 	text-decoration:none;
	}
	
