html, body {
 	height: 100%;
 	width: 100%;
 	margin: 0px;
 	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #f0eeee;
	text-align:center;
}

h1 {font-size: 14px;
	text-align: center;}

table {
	border-collapse:collapse;
}

#gesamtseite {
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: repeat-y;
	height: 100%; 
	width: 900px;	
	margin: 0px auto;
	text-align: left;
}

#kopf {
	background-color: #f0eeee;
	height: 211px;
	width: 783px;
	position: absolute;
	margin-top: 0px;
	margin-left: 58px; 
	z-index: 2;
}

#logo {
	height: 79px;
	width: 783px;
	position: absolute;
	margin-top: 60px;
}

#gestrichelt-waagerecht {
	background-image: url(bilder/punkt.jpg);
	background-repeat: repeat-x;
	height: 3px;
	width: 593px;
 	position: absolute; 
	margin-top: 210px; 
	margin-left: 58px; 
}

#navibox {
	width: 187px;
/*	height: 400px; */
	position: absolute;
	margin-top: 213px;
	margin-left: 58px;
}

a, a:hover, a:focus {
	color: #656160;
	text-decoration: none;
}

.immolink a:hover{
	color: #CF1929;
}

.navitext {
	color: #656160;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px; 
	padding-left: 44px;
	padding-bottom: 2px;
}

.navitext a:hover {
	color: #CF1929;
	text-decoration: none;
}

.activelink {
	color: #CF1929;
	letter-spacing: 4px;
}

.navitrenner {
/*	background-image:url(bilder/navitrenner.jpg);
	background-repeat: no-repeat;*/
	padding: 0px;
	height: 5px;
}

/*  * html .navitrenner {
/*   /* fuer IE Win \*/
/* 	padding: 0px;
/* } */

#gestrichelt-senkrecht {
	background-image: url(bilder/punkt.jpg);
	background-repeat: repeat-y;
	width: 3px;
	height: 100%;
	position: absolute;
/*	margin-top: 210px; */
	margin-left: 247px;
	z-index: 1;
}

#graubox {
	background-color: #cccccc;
	width: 190px;
	height: 100%;
	position: absolute;
/*	margin-top: 211px; */
	margin-left: 652px; 
	z-index: 1;
}

#blindbox {
	width: 190px;
	margin-top: 215px; 
}

* html #blindbox {
 /* fuer IE Win \*/
	margin-top: 211px; 
} 

#blindbox td {
	height: 100px;
	padding: 0px;
	vertical-align: middle;
}

.bild{
	border: 1px solid white;
	margin: 4px; 
}

.bild2 {
	margin: 4px; 
	float: left;
}

a img {
	border:none;
}

.bildtext{
	font-size: 11px;
	margin: 6px; 
	color: #656160;
}

.bildtext a {
	color: #656160;
}

#contentbox {
	position: absolute;
	margin-top: 222px;
	margin-left: 285px;
	width: 330px; 
	line-height: 130%;
}

* html #contentbox {
 /* fuer IE Win \*/
	position: absolute;
	margin-top: 236px;
	margin-left: 285px;
	width: 330px; 
	overflow: hidden;
}

.kleinschrift {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
}

li{
	padding-bottom: 8px;
}

.input {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0px;
	color: #656160;
	width: 310px;
}

.input_kl {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0px;
	color: #656160;
	width: 153px;
}

.ausgabetext {
	color: #CF1929;
}

#admin {
	margin-top: 20px;
	margin-left: 44px;
	color: #999999;
	font-size: 9px;
}

#admin a {
	color: #999999;
}


