ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}

a img { 
	border: none;
}

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

a:hover, a:active, a:focus { 
	text-decoration: none;

}
body {
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	background-color: #e3c895;
	height: auto;
}
.container {
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFF;
	height: 1500px;
	width: 1000px;
	border: solid 1px #000;
	border-radius: 15px;
	padding: 1px;
	color: #333;
}
.header {
	background-color: #000033;
	margin:0 auto;
	width: 992px;
	height: 15px;
	float: left;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bolder;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	text-align: center;
}
.menue_left {
	height: 1477px;
	width: 160px;
	background-color: #DFDFDF;
	float: left;
	border-bottom-left-radius: 14px;
	color: #fff;
}
.form_250_intern {
	margin: 0 auto;
	width: 250px;
	height: 150px;
	padding: 0px;
	color: #fff;
	float: none;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	border: solid 1px #000;
	background-image:url(../images/admin_login.jpg);
	font-weight: bold;
}
.content_800 {
	float: left;
	color: #333;
	height: auto;
	margin: 0 auto;
	width: 790px;
	padding: 5px;
}
.content_770 {
	float: inherit;
	height: auto;
	margin: 0 auto;
	width: 770px;
	padding: 5px;
}
.kopfzeile {
	width: 770px;
	height: auto;
	float: inherit;
	margin: 10px;
	padding: 4px;
	border: solid #CCC 1px;
	background-color: #fafafa;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
}
.meldung {
	width: 770px;
	height: auto;
	float: inherit;
	margin: 10px;
	padding: 4px;
	border: solid #CCC 1px;
	background-color: #060;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.meldung_fehl {
	width: 770px;
	height: auto;
	float: inherit;
	margin: 10px;
	padding: 4px;
	border: solid #CCC 1px;
	background-color: #F00;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.list_tab {
	float: left;
	color: #333;
	height: auto;
	margin: 15px;
	width: 750px;
	padding: 0px;
	border: solid 1px #666;
	
}
.listkopf {
	float: left;
	color: #333;
	height: auto;
	width: 746px;
	text-align:left;
	padding: 2px;
	background-color: #e3c895;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.listsonst {
	float: left;
	color: #333;
	height: auto;
	width: 650px;
	text-align:left;
	padding: 2px;
	background-color: #fbfbfb;
}
.listbut {
	float: right;
	color: #333;
	width: 80px;
	text-align:left;
	padding: 2px;
}
.but_gruen {
	width:70px;
	background-color: #f1e3d4;
	border-radius: 5px;
	border: 1px solid #000 ;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}	
.but_blau {
	width:70px;
	background-color: #0CF;
	border-radius: 5px;
	border: 1px solid #000 ;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}
.but_rot {
	width:70px;
	background-color: #F33;
	border-radius: 5px;
	border: 1px solid #000 ;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}
.but_frei {
	width:70px;
	background-color: #0F0;
	border-radius: 5px;
	border: 1px solid #000 ;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}
.but_rot_lang {
	width:390px;
	background-color: #F33;
	border-radius: 5px;
	border: 1px solid #000 ;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}
.upbutton {
	background-color: #006600;
	border: 1px solid #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	width: auto;
	font-weight: bold;
	text-align: center;
	margin: 4px;
	padding: 4px;
}

.but_braun a:link {
	color:#000;
	text-decoration: none;
}
.but_braun a:hover, but_braun a:active, but_braun a:focus, but_braun a:visited {
	color: #333;
	font-weight: bolder;
}

.content_680_form_kopf {
	float: left;
	color: #FFF;
	height: auto;
	margin: 0 auto;
	width: 680px;
	text-align:center;
	padding: 4px;
	background-color:#006;
	border: solid #006 1px;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
}
.content_form_680_left {
	width: 680px;
	height: auto;
	float: left;
	padding: 4px;
	border: solid #CCC 1px;
	background-color: #fafafa;
	border-radius: 0px 0px 10px 10px;
}

.content a:link {
	color: #03F;
	text-decoration: none;
}
.content a:visited {
	color: #03F;
	text-decoration: none;
}
.content a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: none;
}
.menue_right {
	height: 800px;
	width: 160px;
	background-color: #DFDFDF;
	float: right;
}
.balken {
	background-color: #DA1212;
	width: 146px;
	padding: 2px 2px 2px 12px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
ul.nav {
	list-style: none; /* Hiermit wird die Listenmarkierung entfernt. */
	border-top: 1px solid #fff; /* Hiermit wird der obere Rand für die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
	margin-bottom: 235px; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
}
ul.nav li {
	border-bottom: 1px solid #fff; /* Hiermit wird die Trennung der Schaltflächen erstellt. */
}
ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	padding: 6px 6px 6px 15px;
	display: block; /* Hiermit werden die Blockeigenschaften für den Anker angegeben, sodass dieser das gesamte umschließende LI-Element auffüllt und der gesamte Bereich auf einen Mausklick reagiert. */
	width: 142px;  /*Mit dieser Breite reagiert die gesamte Schaltfläche in IE6 auf Mausklicks. Kann entfernt werden, wenn IE6 nicht unterstützt werden muss. Berechnen Sie die exakte Breite durch Subtrahieren der Auffüllung für diesen Hyperlink von der Breite des Containers für die Randleiste. */
	text-decoration: none;
	background: #003;
	color:#efefef;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	color: #FFF;
	background-color: #00C;
}
ul.list {
	list-style: none;
	border-top: 1px solid #fff;
	color: #003;
	background-color: #003;
	width: 160px;
}
ul.list  li{
	border-bottom: 1px solid #000; 
	color:#000;
}
ul.list a, ul.list a:visited {
	padding: 6px 6px 6px 15px;
	display: block;
	width: 139px;
	text-decoration: none;
	background: #003;
	color:#FFCC33;
	font-weight: bold;
}
ul.list a:hover, ul.list a:active, ul.list a:focus {
	background-color: #09F;
	color:#000;
}
.fett_rot {
	font-weight: bold;
	color: #F00;
	text-align: right;
	font-variant: normal;
}
.klein {
	font-weight: normal;
	font-size: 10px;
	color: #03C;
	
}
.fett_gruen {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #0C0;
}

.weissfett {
	font-weight: bold;
	font-size:12px;
	text-align: center;
	color: #fff;
}
