﻿@import url(layout.css);
.style18 {
	font-weight: bold;
	text-align: center;
}
.style17 {
	text-align: center;
	font-size: x-small;
}
.style15 {
	margin-right: 0px;
}
.style16 {
	font-style: italic;
	font-weight: bold;
}
.style14 {
	color: #008000;
}
.style12 {
	text-align: left;
}
.style13 {
	font-size: x-small;
}
.style10 {
	margin-left: 40px;
}
.style11 {
	font-weight: normal;
}
.style9 {
	text-align: center;
}
.style7 {
	text-align: right;
}
.style8 {
	color: green;
}
.style3 {
	font-weight: bold;
	background-color: #61FC88;
}
.style4 {
	font-weight: bold;
	background-color: #46A3FF;
}
.style5 {
	font-weight: bold;
	background-color: #CCCC99;
}
.style6 {
	margin-top: 0px;
}
.style1 {
	color: #000000;
}
.style2 {
	border-width: 0px;
}
body {
	color: black;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #fff;
	width: 620px;
}
#navigation {
	background-color: #c9c9c9;
	overflow: hidden;
}
#column_l {
	width: 590px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 590px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #c9c9c9;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* 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;
}