/* Allgemeine Seitendefinitionen */
html{
	font-size: 100.00001%;
}

body{
	font-family: Arial, Helvetica, Verdana;	
}

textarea{
	font-family: Verdana, Arial, Helvetica;	
}

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

a:hover{
	text-decoration: underline;
}


#body{
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 1px solid black;
	padding-bottom: 20px;
}

#top{
	border-left: 2px solid #006fb4;
	padding-left: 50px;
	margin-left: 200px;

}

#topLeft{
	float:left;
}


#detrLeft{
	border-right: 1px solid black;
	padding-right: 5px;
	margin-right: 5px;

}

#de-tr{
	margin-top: 60px;
	margin-left: 30px;
}
#detrLeft{
	float:left;
}

#content{
	border-left: 2px solid #006fb4;
	padding-left: 50px;
  	background-color:#fff;
  	overflow: auto;
	margin-right: 15px;
	min-height: 730px;
}

/* normale Seitendefinitionen */


#menu{
	margin-top: 30px;
}

#menu a:link,
#menu a:visited{
	color: #006fb4;
	text-decoration: none;
}

#map{
	margin: 10px 0px 10px 0px;
	width: 450px; 
	height: 450px; 
	border: 1px solid #CCCCCC;
	
}

#menu a:hover{
	text-decoration: underline;
}

#menu a.link_active:link,
#menu a.link_active:visited{
	color: #87888A;
	text-decoration: none;
}

#menu a.link_active:hover{
	text-decoration: underline;
}

a {
	text-decoration: none;
}

#menu ul{
	list-style-type:none;
}

#left {
	float: left;
	width: 200px;
	/*border-right: 2px solid #006fb4;	
	margin-right: 50px;*/
}

/* mehrfach verwendete klasse */
h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
}

li{
	padding-top: 10px;
}
#footer{
	float: both;
	text-align: right;
}

.liste {
	width: 500px;
}

.liste td {
	padding: 5px 5px 2px 0px;
	border-bottom: 1px solid #006fb4;
}
