/* CSS Document */

body {
	background:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#00000;
	}
a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:hover {
  text-decoration:underline;
  color: #0000CC;
}
a.mainlevel-button:link, a.mainlevel-button:visited {
  display: block;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  background-image: url(../site_pictures/nav_button.gif);
  background-repeat: no-repeat;
  width: 150px;
  /*text-indent: 5px; */
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 1px;
}
a.mainlevel-button:hover {
  font-size: 11px;
  background-image: url(../site_pictures/nav_button_over.gif);
  background-repeat: no-repeat;
  width: 150px;
  /*text-indent: 5px; */
}
p {
	margin: 0 0 10px 0;
}
TABLE, TR, TD {
 border-collapse: collapse;
}

#page { /* gesamte Weite */
  
  width: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#wrapper1 {
 	position:relative;
	text-align:left;
	width:100%;
	background:#DDDDDD url("../site_pictures/background_menu.gif") repeat-y top right;
	}
#wrapper2 {
  position:relative;
	text-align:left;
	width:100%;
	background: url("../site_pictures/background_menu.gif") repeat-y top left;
	}
#header {
  display:none;
	background:#9999CC;
	height: 100px;
	padding:0px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#info {
  display:none;
  float: none;
  text-align: center;
  background-color: #CCFFFF;
}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol {
  display: none; 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:30px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:10px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#9999CC;
	z-index:100;
	}
#rightcol {
  display: none;
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:30px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:10px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#9999CC;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 ;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
  display: none;
	position:relative;
	top:1px;
	background:#9999CC;
	width:100%;
	clear:both;
	margin: 0;
	margin-bottom: 1px;
	padding:1% 0;
	text-align:center;
	color:#000000;
	}

/* Classes*/
.caution { 
  color: red; 
  font-weight: bold; 
}

.login {
  display: block;
  padding: 3px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  width: 140;
  /*text-indent: 5px; */
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 15px;
  margin-bottom: 1px; 
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li { /* Navigation Fussleiste */
	display: inline;
	margin: 5px;
}

.feld { 
  background-color:#FFFFFF; 
  border:1px solid #9999CC;
   
}
.button {
  font-weight: bold;
  background-color:#9999CC;
  color:#fff;
  border:1px solid #333;
}
.button:disabled {
  font-weight: bold;
  background-color:#aaa;
  color:#fff;
  border:1px solid #333;
}

.headline {
  font-weight:bold; 
  font-size:16px;
}
.bold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold; 
  font-size:12px;
}
.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
