@CHARSET "UTF-8";

html , body {
	color:#000000; /* #DFDFDF */
	font-size:10px;
	font-family: Verdana, Lucida , Arial;
	padding:10px;
	margin:0px;
	background-color:#1e2b2c; /* grün: 001300 , 080b18*/
}

table {
	font-size:inherit;
	text-align:left;
}

a:link, a:visited, a:active { 
	color: #080b18;
	text-decoration:none;
}

a:hover { 
	color:#F3FF3F;
}

.menu {
	width:800px;
	height:27px;
}

.mitte {
	width:790px;
	height:84%;
	background-color: #5b8185;  /* grün: #5b815b */
	padding:5px;
	overflow: auto;
}

.feat { 
	width:800px;
	height:27px;
	background: url("komps/menu/bmid_008.gif");
}

.div_contact div {
	border:1px solid black;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.div_contact_imp p {
	text-align:justify;
}

.div_links {
}

