/* CSS Document */

a.menu:link, a.menu:visited { COLOR: #000000; text-decoration: none; }
a.menu:hover { COLOR: #990000; text-decoration: none; }
a.menu:active { COLOR: #990000; text-decoration: underline; }

a.seite:link, a.seite:visited { COLOR: #999999; text-decoration: underline; }
a.seite:active, a.seite:hover { COLOR: #990000; text-decoration: underline; }

img { border: 0px #10102C; 
	  margin-right: 6px;}
a img { border: 1px solid #ffffff; }
a:hover img { border: 1px dashed #ff0000; } 

h1{
	text-align: center;
	padding:0;
	margin:0px 130px 2px 0px;
	font-size:11px;
	COLOR: #990000;
}

h2{
	padding:0;
	margin:0;
	font-size:14px;
	COLOR: #990000;
}

h3{
	text-align: center;
	padding:0;
	margin:0px 0px 2px 0px;
	font-size:11px;
	COLOR: #990000;
}

ul{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	list-style-type: none; 
}

li{
	padding:0px;
	margin:0;
	font-size:11px;
	float: left;
}

li:hover{
	padding:0px;
	margin:0;
	font-size:11px;
	background-color: #ffffff;
	float: left;
}

body {
	font-family: Verdana;
	background-image: url(bilder/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}

#main{
	background-color: #ffffff;
	width: 900px;
	height: auto;
	margin: auto;
	padding: 0;
	border: 5px solid #ffffff;
	border-style: solid;
}

#kopfzeile {
	height: 140px;
	margin: 0px;
	background-color:#ffffff;
	border-bottom:0px solid black;
	background-image: url(bilder/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

#einleitung {
	float: right;
	padding: 0px;
	margin: 0px;
	COLOR: #000000;
}

#rectangle {
	float: left;
	padding: 0px;
	margin: 0px;
	COLOR: #000000;
}

#bigsize {
  width: 900px;
	height: 90px;
}

#menu {
	height: 16px;
	text-align:left;
	font-size: 11px;
	margin: 0px;
	background-color:#ffffff;
	border-bottom: 0px solid black;
	background-image: url(bilder/menu.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

.seitenzahlen {
	clear: both;
	width: 900px;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#inhalt {
	width: 900px;
	min-height: 145px;
	font-size:12px;
	letter-spacing: 0.3px;
	line-height: 17px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/bgzitro.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
}

.inhalt2{
	clear: both;
	width: 888px;
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.3px;
	line-height: 17px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #990000;
	border-style: dashed;	
}

#footer{
	height: 50px;
	text-align: center;
	background-image: url(bilder/footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.textfeld{
	background-color:#ffffff;
	font-family: Verdana;
	font-size: 11px;
	margin: 2px;
	padding: 0px 2px 0px 2px;
	color: #000000;
	border: 1px solid #990000;
	border-style: dashed;
}
