﻿@import url('layout.css');
body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-color: #E1E1E1;
}
#container
{
    height: 100%;
    margin-left: 40px;
    margin-right: 10px;
    background-color: #fff;
    margin-top: 20px;
    width: 85%;
    overflow:hidden;
}
#masthead
{
    position: relative;
    float: left;
    vertical-align: bottom;
    padding-left: 10px;
    text-align: left;
    background-color: #FFFFFF;
}
#masthead_left {
	position: relative;
	float: left;
	vertical-align: bottom;
	padding-left: 10px;
	text-align: left;
	background-color: #fff;
}
#masthead_right {
	position: relative;
	float: left;
	vertical-align: bottom;
	text-align: left;
	background-color: #fff;
}
#hauptteil {
	height: 100%;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #a9a9a9;
	background-color: #fff;
}
#navigation_top
{
    text-align: left;
    clear: both;
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: 0px;
    border-top: 1px solid #3d6c87;
    background-color: #FFFFFF;
    background-image: none;
    position: relative;
}
#content
{
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    margin-top: 0px;
    padding-right: 10px;
    position: relative;
}
#footer {
	text-align: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	border-top: 1px solid #3d6c87;
	background-color: #fff;
}
/* Mastertitel-Formatvorlagen  */
h1 {
	font-size: 140%;
	color: #3d6c87;
	height: 25px;
}
#masthead h3
{
    color: #006600;
}
#masthead acronym {
	color: #006600;
}
/* 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: #3d6c87;
	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 #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
#content h1, h2, h3, h4, h5, h6 {
	color: #3d6c87;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 85%;
}
#content h2 {
	font-size: 100%;
}
#content h3 {
	font-size: 85%;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#navigation_top a {
	color: #5f8ea9;
	text-decoration: underline;
}
#navigation_top a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
a:visited
{
    color: #800080;
    text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.acronym
{
    font-size: 250%;
    font-weight: bold;
    color: #006600;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.head {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 200%;
	color: #006600;
	font-weight: bold;
}
h1 {
	font-size: 140%;
	color: #3d6c87;
}
