HTML {
	margin: 0;
	background: #EBEBEB;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
}

BODY {
	padding: 1% 5% 1% 10%;
}

INPUT, TEXTAREA {
	background-color: #EBEBEB;
	border: 1px #05853E solid;
	margin: 2px;
}

#main {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFF;
	border: 1px solid #D40F0F;
}

#header {
	padding: 0;
	margin: 0;
	text-align: right;
}


#menue {
	padding: 0px;
	overflow: visible;
	margin-top: 5px;
	border-top: 1px solid #05853E;
	border-bottom: 1px solid #05853E;
	background-color: #EBEBEB;
}

#navlist {
	margin-left: 0;
	border-bottom: 1px solid #05853E;
	font-weight: bold;
	padding: 3px 0;
}


#navlist li {
	list-style: none;
	display: inline;
	margin-left: 5px;
	border-bottom: none;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 0;
	border: 1px solid #05853E;
	border-bottom: none;
	text-decoration: none;
	color: #05853E;
}

#navlist li a:hover {
	color: #D40F0F;
	background: #CACACA;
	border-color: #FFF;
}

#current {
	padding: 3px 0.5em;
	border: 1px solid #05853E;
	border-bottom: none;
	background-color : #FFF;
	color: #D40F0F;
} 	


#content {
	margin: 5px 0;
	background: #FFF;
	padding: 20px;
	line-height: 20px;
}

#content_eng {
	margin: 20px 20px 20px 20px;
	line-height: 20px;
}


#footer_middle {
	margin: 10px 0px 20px 0px;
	overflow: visible;
	text-align: center;
	font-size: 0.9em;
}


#footer_left {
	padding: 0;
	margin: 0;
	text-align: left;
}

#startseite_titel1 {
	margin: 10px;
	font-size: 1.2em;	
	font-weight: bold;
}

#startseite_text {
	margin: 10px;
}

#startseite_titel2 {
	font-weight: bold;
	text-align: center;
}

#startseite_titel2 {
	font-weight: bold;
	text-align: center;
}

.text_titel {
	font-weight: bold;
}

#textliste LI {
	padding: 6px 0.5em;
	margin-left: 20px;
	list-style: square;
/*	list-style: none; */
}


.foto_im_text {
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.foto_im_text_right {
	float: right;
	margin-left: 12px;
}


.formular_adresse {
	width: 150px;
}

.texteingabe {
	width: 400px;
	height: 120px;
	overflow: auto;
}

.OK_Button {
	width: 120px;
	background-color: #E6F2FF;
}

.Reset_Button {
	width: 120px;
	background-color: #E6F2FF;
}

.table_text {
	font-size: 0.9em;
}

.link_extern {
	target: extern;
}

.link_intern {
  	font-weight: bold;
  	color: #05853E;
}	

.text_rot {
	color: #D40F0F;
}

.text_gruen {
	color: #05853E;
}

