﻿@import url('4layout.css');
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #E6E4C7;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	min-width: 1024px;
	max-width: 1200px;
	margin: 10px auto;
}
#masthead {
	text-align: left;
	width: 1022px;
	height: 145px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #E6E4C7;
}
#navhead {
	text-align: center;
	width: 1032px;
	height: 30px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #E6E4C7;
}

#navigation {
	position: relative;
	float: left;
	width: 150px;
	height: 740px;
	min-height: 630px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #E6E4C7;
}
#rightcol{
 position: relative;
	float: left;
	width: 150px;
	height: 100%;
    min-height: 740px;	
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #E6E4C7;
 }
 
#werbung{
 position: relative;
	float: right;
	width: 162px;
	height: 600px;	
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #E6E4C7;
 }

#content {
	float: left;
	text-align: center;
	width: 728px;
	height: 100%;
	min-height: 738px;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 1px;
	border-top: 1px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #E6E4C7;
}
#footer {
	bottom:0px;
	text-align: center;
	clear: both;
	width: 1032px;
	height: 24px;
	padding-top: 1px;
	padding-bottom: 2px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #E6E4C7;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #000066;
}
/* 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: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000066;
	background-color: #000066;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #000066;
}
#content img {
	padding: 5px;
	border: 0px solid #808080;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #000066;
	margin-top: 5px;
}
#footer a {
	color: #000066;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
