﻿@import url('layout.css');
.align_right
{
	text-align: right;
}
.align_center
{
	text-align: center;
}

h1
{
	font: 14pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	color: #000080;
}

h2
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	color: #000080;
	font-style: italic;
}

.logo_margin
{
	margin: 10px 5px 5px 5px;
	border-width: 0;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000080;
	background-color: #F2F2F2;
}

#masthead
{
	background-color: #ffff99;
	width: 100%;
	overflow: auto;
	border-bottom-style: solid;
	border-bottom-color: #FCAE70;
	border-bottom-width: 6px;
}

#container
{
	position: relative;
	width: 100%;
	background-color: #ffff99;
	float: left;
	min-height:450px;
}

#left_nav
{
	float: left;
	width: 200px; /*	position: relative; */;
	position: absolute;
	clear: both;
	margin-left: 0px;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fcae70;
}

#page_content
{
	margin-left: 220px;
	padding-left: 10px;
	padding-top: 10px;
	width: 620px;
	/*	overflow: auto; */
}

#footer
{
}

p
{
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	line-height: 120%;
}

#page_content li
{
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

#masthead a
{
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

#masthead a:hover
{
	color: #FF0000;
}

#masthead a:hover
{
	color: #FF0000;
}

#page_content a
{
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #2828FF;
	text-decoration: none;
}

#page_content a:hover
{
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #FF0000;
}

#page_content a:active
{
	color: #800080;
}

td
{
	vertical-align: top;
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #000066;
}

ul
{
	line-height: 100%;
}

li
{
	margin-top: 6pt;
	margin-right: 10px;
	margin-bottom: 0px;
}

/* Formatvorlagen für die Navigation */
#left_nav p
{
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	color: #0044BB;
	display: block;
	padding: 3px;
/*
	font: 9pt "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #000066;
	margin-left: 7px;
	margin-right: 7px; */
}

#left_nav ul
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#left_nav li
{
	display: block;
}

#left_nav a
{
	font-weight: normal;
	text-decoration: none;
	color: #0044BB;
	display: block;
	padding: 3px;
}

#left_nav a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #04b; ;
	background-color: #f9f9f9;
}

.td_zentriert
{
	background-color: #FFdF5e;
	text-align: center;
}

.bgnd_dunkelgelb
{
	background-color: #FFDF5E;
}

.bgnd_dunkelgelb_linie_hell_unten
{
	border-bottom: 1px solid #FFFFDF;
	background-color: #FFdf5e;
}

.linie_unten_dunkelgelb
{
	border-bottom: 1px solid #FFEFB0;
	border-bottom-color: #FFdf5e;
}

.keingrafikrand
{
	border-width: 0;
}

.grafikrand
{
	border-width: 1px;
	border-style:solid;
	border-color:#FFDF5E;
}

.border_collapse
{
	border-collapse: collapse;
}

