﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#container {
	border-bottom-color: #FFFFFF;
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
	border-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dbf;
}
html>body #navigation {
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	overflow: hidden;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
#column_l {
	width: 150px;
	background-color: #fff;
	margin-bottom: 15px;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	margin-top: 20px;
}
/* Mastertitel */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 0;
	margin-left: 8px;
	background-color: #00CCFF;
	margin-bottom: 5px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: 12pt;
	color: #CC0000;
	font-family: Verdana;
	font-weight: normal;
	margin-bottom: 5;
	margin-top: 5;
}
h2 {
	font-size: x-large;
	font-style: normal;
	color: #CC0000;
}
h3 {
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: inherit;
	margin-bottom: -15px;
	margin-top: 15px;
}
h4 {
	font-size: medium;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	padding: 0px 0 0 0;
	font-size: 25pt;
	font-style: normal;
	color: #000000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	margin-bottom: -15px;
	margin-top: 5px;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Hyperlinks */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}