html, body {
	margin:0px; 
	padding:0px;
	background: #ffffff;
	font-size: 10px;
	font-family: tahoma;
	color: #000;
}

#site {
	position:absolute;
	left:50%;
	width:1000px;
	margin-left:-500px;
	margin-top:5px;
	padding:0px;
	text-align: left;
}

#page {
	width:1000px;
	height:707px;
	margin:0px;
	padding:0px;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	border:0px #000 solid;
}





a {
	text-decoration: none;
	font-weight: bold;
	color: #bcbcbc;
}

a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #b42118;
}

H1 {
	margin:0px;
	font-size: 14px;
	color: #888;
	font-weight: bold;
	font-variant: small-caps;
}

H2 {
	margin:0px;
	font-size: 14px;
	color: #888;
	font-weight: bold;
	font-variant: small-caps;
	color:#b42118;
}

.liste
{
	list-style-image:url(red.jpg);
	margin-left:-25px !important;
	margin-left: 25px /* nur IE */;
}

UL {
	margin:0px;
}

INPUT {
	margin-bottom:2px;
	color: #000;
	font-size: 10px;
	border: 1px #000 solid;
	background-color: #e4e4e4;
	font-family: Verdana, arial;
}

textarea {
	color: #000;
	font-size: 10px;
	border: 1px #000 solid;
	background-color: #e4e4e4;
	font-family: Verdana, arial;
}









#logo {
	float:left;
	width:237px;
	height:15px;
	text-align:right;
	margin-top:95px;
	margin-right:10px;
	border: 0px #000 solid;
}

#logo A {
	text-decoration: none;
	font-weight: bold;
	color:#b42118;
	padding-right: 5px;
	padding-left: 5px;
}

#logo a:hover, a:hover, a:focus {
	color:#b42118;
}









#content {
	clear:both;
	float:left;
	width: 700px;
	height: 400px;
	padding:0px;
	margin-top:0px;
	margin-left:30px;
	text-align: left;
}


#information {
	float:left;
	text-align: left;
	width: 239px;
	height: 400px;
	padding:0px;
	margin:0px;
	margin-top:0px !important;
	margin-top:3px; /*IE*/
	border-bottom: 3px #b42118 solid;
}

#text {
	clear:both;
	float:left;
	width: 690px;
	height: 120px;
	padding-left:5px;
	margin-top:0px;
	margin-left:30px;
	text-align: left;
	color:#636363;
}

#copyright {
	clear:both;
	float:left;
	width: 939px;
	height: 27px;
	padding:0px;
	margin-top:0px;
	margin-left:30px;
	text-align: center;
	color:#888;
}








#menu {
	float:left;
	width:700px;
	height:15px;
	margin-top:95px !important;
	margin-top:98px; /*IE*/
	margin-left:30px;
	text-align:left;
	border-bottom: 3px #bcbcbc solid;
}

#menu A {
	text-decoration: none;
	font-weight: bold;
	color: #bcbcbc;
	padding-bottom:3px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

#menu  a:hover, a:hover, a:focus {
	border-bottom: 3px #b42118 solid;
	color:#b42118;
}




.padding-inhalt {
	padding:5px;
}

.padding-inhalt a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #bcbcbc;
}

.padding-inhalt a:hover, a:hover, a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #b42118;
	border:0px;
}


