﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #B6BDCD;
	background-image: url('../images/hg_duh.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

hr {
  border:solid #E63233 5px;
  height:5px;
	
}
#container {
	width: 940px;
	background-color: #FFFFFF;
	margin-left: 195px;
	margin-top: 50px;
	height: auto;
	position: absolute;
}
#header {
	width: 940px;
	height:auto;
}

#headerlogo {
	width: 897px;
	height: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#headerlogobeuren {
	width: 897px;
	height: 262px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}



#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 200px;
	position: relative;
	margin-left: auto;
	left: inherit;
	height: auto;
}
#content {
	float: right;
	width: 675px;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: right;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}


/* Formatvorlagen für Content */
#content a {
	color: #fff;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
}


/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
