@charset "utf-8";
/* CSS Document */

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}

body {
	font-family: Arial, Helvetica;
	font-size:11px;
	margin-top: 80px;
	background-color:#AB9D90;

}
#main {
	width:779px;
	height:565px;
	padding-left:4px;
	padding-top:4px;
	background-image: url(img/index_bg.gif);
	background-repeat: no-repeat;
}


a:link { color:#003300; text-decoration:none; font-weight:bold; }
a:visited { color:#003300; text-decoration:none; font-weight:bold; }
a:hover { color:#003300; text-decoration:underline; font-weight:bold; }
 
p {
	margin-top:5px;
	margin-bottom: 5px;
}

.weiss {
	color: #ffffff;
}

.titel {
	font-size:13px;
	font-weight: bold;
	margin-bottom:0px;
}

.subnavtitel {
	font-size:12px;
	font-weight: bold;
}

.subnav {
	font-size:12px;
	color:#7fa88f;
	font-weight: bold;
}
.bild {
	border-color:#FFFFFF;
	border-width: 1px solid;
	}

ul {
	list-style-image:url(img/aufzaehlung.gif);
	list-style-position: outside;
	padding-left: 20px;
	margin-top: 5px;
}

.feld {
	height:14px;
	font-size: 10px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 80px;
	}

.button {
	height: 25px;
	font-size: 12px;
}

.alert {
	color: #ff0000;
}

.hgbilder {
	background-repeat:no-repeat;
	
} 
