﻿/* 

Basis Formatierung ==============================*/
.Bild {
	margin: 5px;
	border: 1px solid #008080;
}
.BildFlaeche {
	text-align: center;
}
.mittig {
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
}

body {
	width: 700px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-height: 400px;
}
p {
	margin: 0px;
	padding: 5px 0 0 0;
}
#Kopf a {
	color: #333333;
	text-decoration: none;
}
#Navi a {
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #016946;
}
#Fuss a {
	margin: 2px 5px 2px 5px;
	color: #003300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	font-weight: bold;
}

/*

DIV-Einstellungen ===============================*/
#Seite {
	padding: 0 5px 0 5px;
	min-height: 450px;
	font-size: small;
}
#Kopf {
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 8pt;
	background-color: #FFFFFF;
	height: 77px;
}
#Navi {
	padding: 5px;
	background: #E0EFE1;
	color: #333333;
	text-align: center;
	font-size: 9pt;
	border-top-width: 1px;
	border-top-color: #70B675;
	border-top-style: solid;
}
#Titel {
	font-size: larger;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #003300;
}
#Info {
	border: 1px #016946 double;
	width: 95%;
	height: 320px;
	margin-right: 5px;
}
/*

Tabellen Klassen ================================*/
.wichtig {
	text-decoration: underline;
	line-height: 120%;
	padding-top: 3px;
	font-size: x-small;
}
.Hinweis {
	font-size: xx-small;
	vertical-align: top;
}
.Beschreibung {
	font-size: x-small;
	padding-right: 5px;
	padding-left: 5px;
}

/*

===== Inhalt ====================================*/

#MailFenster {
	width: 100%;
	height: 420px;
	padding-top: 5px;
}



/*

===== FUSS mit IMPRESSUM und (C)2008 ============*/
#Fuss{
	font-size: 8pt;
	background: #e0efe1;
	color: #003300;
}
#FussOben{
	padding-bottom: 4px;
	padding-top: 4px;
}
#FussUnten {
	text-align: center;
	border-top-width: 1px;
	border-top-color: #70B675;
	border-top-style: solid;
	background: #e0efe1;
	padding-bottom: 2px;
	padding-top: 2px;
}
#Titeltext {
	height: 65px;
	vertical-align: middle;
}

