body {
	font-family:Verdana;
	font-size:12px;
	background-color: white;
	margin:0px;
	padding:0px;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;margin:10px;text-align:left;}
h3 {font-size:12px;color:#000000;margin:10px;text-align:left;}
p {margin-top:0px;}
img {border: none;}

/* Die Hyperlinks im Text */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight: normal;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff9200;
}

/* Die Hyperlinks im Men */
a.menu:link, a.menu:visited
{ 
  color:black;
  font-weight: bold;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}


/* Die Hyperlinks in der Übersicht - Heller Hintergrund */
a.sicht:link, a.sicht:visited
{ 
  color:black;
  text-decoration:none;
}
a.sicht:active, a.sicht:hover
{ 
  color:#bfbfbf;
}

#all {
	width:960px;
	margin:0px auto;
	text-align:left;
}

/* Die Titelzeile */
#title {
height: 50px;
padding-top:25px;
text-align:left;
color: black;

}

/* Das Men */
#menu {
clear:left;
color:#000;
text-align:center;
margin:10px 0px;
background-color: #bfbfbf;
}

/* Der Inhalt */
#content {
border:1px solid #000000;
background-color:#e5e5e5;
padding:5px;
color:#000000;
margin:0px 10px;
}
/* Der isteninhalt */
#list {
border:1px solid #000000;
background-color:#e5e5e5;
padding:5px;
color:#000000;
margin:0px 10px;
}
/* Label f+r Formular */
.labeltop {
	text-align:right;
	vertical-align:top;
}
.labelmiddle {
	text-align:right;
	vertical-align:middle;
}
/* Hintergrund�derung fr Listen */
.liste {
	background-color: #C0C0C0; /* #bfbfbf; */
}
.liste1 {
background-color: #D0D0D0;
}
td {
	text-align:center;
}

/* Formularfelder ausrichtung */
.form {
	text-align:left;
}