﻿@import url("layout.css");
body {
	font-family: 'BenchNine', sans-serif;	
	font-size: 1.0em;
	background-color: #FFFFFF;
	background-image: url('../images/roter_balken_oben.gif');
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin: 30px auto;
}
#masthead {
	text-align: center;
	width: 898px;
	height: 200px;
	background-image: url('../images/masthead.jpg');
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #FFFFFF;
}

#masthead.start {
	text-align: center;
	width: 898px;
	height:200px;
	background-image:url('../images/masthead_start.jpg');
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fafaff;
}

#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 706px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
	padding: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
    font-family: 'BenchNine', sans-serif;
    font-size: 1.1em;
	color: #333333;
}
p {margin:0;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 898px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #ECECEC;
  font-family: 'BenchNine', sans-serif;
    font-size: 0.9em;

}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #333333;
	font-size: xx-large;
}

#masthead h3 {
	color: #A9A9A9;
	font-size: large;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px #A20000 solid;
	background-color: #EEEEEE;
}
/* Inhaltsformatvorlagen */
#content h1,h3,h4,h6 {
	color: #808080;
}

#content h2 {
	color: #A20000;
	font-size: xx-large;
}

#content h5 {
	color: #A20000;
	font-size: xx-large;
}
content img {
	padding: 5px;
	border: 1px solid #808080;
}

#content img.rahmelos {
	padding: 5px;
	border: 0px solid #808080;
}

#content p.impressum {
	font-size:small;
}

/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #666666;
	margin-top: 5px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}