@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(../img/hintergrund.jpg);
}
#content {
	height: 700px;
	width: 800px;
	top: 30px;
	left:-401px;
	margin-left:150px;
	margin-top:30px;
	left: 0px;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#head {
	background-image: url(../img/hintergrundbild.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 800px;
}
#navigation {
	background-repeat: no-repeat;
	width: 171px;
	height: 530px;
	background-color: #a81e1e;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	height: 18px;
	display: block;
	font-weight: normal;
	line-height: 18px;
	text-indent: 10px;
	letter-spacing: 1px;
	border: medium solid #a81e1e;
	text-transform: uppercase;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
#navigation a:hover {
	font-weight: bold;
	background-image: url(../img/navigationhover.jpg);
	background-repeat: no-repeat;
}
#navigation a:visited {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: a81e1e;
}
#content_innen { /* der content innen ist der Fließtext auf jeder Seite*/
	height: 500px;
	width: 590px;
	position: absolute;
	left: 321px;
	top: 185px;
	margin:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow: scroll;
}
.img_rechts {
	float: right;
	margin-bottom:10px;
	margin-left:10px;
	border:1px #990000 solid;
}
.img_links {
	float: left;
	margin-bottom:10px;
	margin-right:20px;
	border:1px #990000 solid;
}
#footer {
	text-align: center;
	height: 40px;
	width: 802px;
	color: #CCCCCC;
	line-height:20px;
	padding-top:10px;
	padding-left: 300px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	font-size:12px;	
}
