﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	}
#container {
	width: 900px;
	height: inherit;
	margin: 0 auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background-color: #D9DCC1;
	}
	
#masthead {
	background-color: #fff;
	text-align: right;
	width: 850px;
	padding-left: 50px;
	padding-bottom:15px;
	padding-top:15px;
}
#navigation {
	background-color: #6F7724;
	overflow: hidden;
}
#column_l {
	background-image: url("../images/schatten-links.jpg");
	background-repeat: no-repeat;
	width: 220px;
	margin: 0;
	position: absolute;
}
#column_r {
	width: 680px;
	margin: 0;
	float: right;
	background-repeat: no-repeat;
}
#footer {
	width: 680px;
	height: 100px;
	overflow: hidden;
}
.start {
	background-color: #D9DCC1;
	background-image:url('../images/schattenG.jpg');
}
.normal {	
	background-color: #fff;	
	background-image:url('../images/schatten.jpg');
	}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 12px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 12px;
	margin: 7px;
	padding-left: 5px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-left: 2px solid;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	border-left: 2px solid;
	padding: 5px;
	background-color: #525A00;
}
#column_l a:hover {
	font-size: 16px;
	color: #003f5f;
	text-decoration: none;
}
.open {
	background-color: #525A00;
}
.closed {
}
.yes {
	padding-left: 20px;
	color: #003f5f;
	font-size: 16px;
	text-decoration: none;
}
.no {
	padding-left: 20px;
	color: #6F7724;
	font-size: 16px;
	text-decoration: none;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	height: 135px;
	color: #003366;
	font-size:xx-large;
	font-weight: normal;
	padding-top: 90px;
	padding-bottom: 20px;
	padding-left: 120px;
}
h2 {
	font-size: 22px;
	padding-left: 10px;
	padding-top: 8px;
	color: #003f5f;

}
h3 {
	padding-left: 10px;
	color: #003f5f;
}
h4 {
	padding-left: 10px;
	color: #003f5f;
}
table {
	margin: 10px;
}
.tb1 {
	border-collapse: collapse;
	border: 1px solid #003f5f;
}
#column_r li {
	margin: 10px;
}
#column_r a {
	color: #003f5f;
	text-decoration: none;
}
#column_r a:hover {
	color: #6F7724;
	text-decoration: none;
}

