﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #F6F2EF;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 510px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 900px;
	background-color: #5f8ea9;
	background-image: url("../images/master_bg.jpg");
	border-top: 1px solid #584642;
	border-right: 1px solid #584642;
	border-bottom: 1px solid #584642;
	border-left: 1px solid #584642;
	background-color: #584642;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #EBDACD;
	border-right: 1px solid #EBDACD;
	border-bottom: 1px solid #EBDACD;
	border-left: 1px solid #EBDACD;
	background-color: #F6F2EF;
}
#formular {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #EBDACD;
	border-right: 1px solid #EBDACD;
	border-bottom: 1px solid #EBDACD;
	border-left: 1px solid #EBDACD;
	background-color: #F6F2EF;
}
#content {
	float: left;
	width: 510px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #EBDACD;
	border-right: 1px solid #EBDACD;
	border-bottom: 1px solid #EBDACD;
	border-left: 1px solid #EBDACD;
	background-color: #F6F2EF;
}
#news {
	position: relative;
	float: right;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #EBDACD;
	border-right: 1px solid #EBDACD;
	border-bottom: 1px solid #EBDACD;
	border-left: 1px solid #EBDACD;
	background-color: #F6F2EF;
}
#news2 {
	position: relative;
	float: right;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #EBDACD;
	border-right: 1px solid #EBDACD;
	border-bottom: 1px solid #EBDACD;
	border-left: 1px solid #EBDACD;
	background-color: #F6F2EF;
}
#news3 {
	position: relative;
	float: right;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #EBDACD;
	border-right: 1px solid #EBDACD;
	border-bottom: 1px solid #EBDACD;
	border-left: 1px solid #EBDACD;
	background-color: #F6F2EF;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #584642;
	border-right: 1px solid #584642;
	border-bottom: 1px solid #584642;
	border-left: 1px solid #584642;
	background-color: #584642;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #C45838;
}
#masthead h3 {
	color: #C45838;
}
/* 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 #F6F2EF;
	background-color: #F6F2EF;
}
#navigation a {
	color: #584642;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #F6F2EF;
	background-color: #F6F2EF;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #584642;
	background-color: #584642;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #584642;
}
h5 {
	color: #584642;
}
h4 {
	color: #584642;
}
h3 {
	color: #584642;
}
h2 {
	color: #584642;
}
#content h1 {
	color: #584642;
}
#content img {
	padding: 5px;
	border: 1px solid #F6F2EF;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #C45838;
	margin-top: 5px;
}
#footer a {
	color: #C45838;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #584642;
	text-decoration: underline;
}
a:hover {
	color: #584642;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}