body {
	color: black;
	background: #F2F2F2;
	padding: 0;
	margin: 10px;
	min-width: 40em;
	/* Mindestbreite verhindert Umbruch und Anzeigefehler */
	font: 13px verdana, sans-serif;
}

img {
	border: 0px;
}

.mythumb {
	border: 0px;
	max-height: 200px;
	max-width: 270px;
	padding: 5px;
}

#mainbox {
	width: 100%;
}

/*
	Links ------------------------------------------------------------------------------------------------
*/

a:link,a:visited,a:hover,a:active,a:focus {
	color: #214281;
	text-decoration: underline;
	font: bold
}



/*
	Header ------------------------------------------------------------------------------------------------
*/
#head {
	color: white;
	background: #214281;
	border-bottom: 3px solid black;
	border-top: 1px solid black;
	text-align: center;
	font: bold 20px verdana, sans-serif;
	padding: 2px;
}

/*
	Linkes Menue ------------------------------------------------------------------------------------------------
*/
.menulinks {
	padding: 0 5px 0 5px;
	width: 195px;
	min-width: 195px;
	vertical-align: top;
}

.menulinks ul {
	width:195px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulinks ul li {
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 1px;
}

.navlink {
	display: block ! important;
	color: white ! important;
	background: #214281 ! important;
	padding: 2px 0px 2px 5px ! important;
	border: 1px solid black ! important;
	font: bold 12px verdana, sans-serif ! important;
	text-decoration: none ! important;
	text-align: left ! important;
}

/*.menulinks ul li a:visited {
	display: block;
	color: white;
	background: #214281;
	padding: 2px 0px 2px 5px;
	border: 1px solid black;
	font: bold 12px verdana, sans-serif;
	text-decoration: none;
	text-align: left;
}*/

.menulinks ul li a:hover {
	color: black !important;
	background: #F2F2F2 !important;
}

.menulinks h3 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-left: 8px solid #214281;
	border-bottom: 1px solid #214281;
}

.sub {
	/*text-align: right;*/
	display: block ! important;
	color: white ! important;
	background: #214281 ! important;
	padding: 2px 2px 2px 5px ! important;
	border: 1px solid black ! important;
	font: bold 12px verdana, sans-serif ! important;
	text-decoration: none ! important;
	text-align: left ! important;
	margin-left: 10px ! important;
}


/*
	Rechtes Menue ------------------------------------------------------------------------------------------------
*/

.menurechts {
	width: 0px;
	vertical-align: top;
}

.menurechts ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menurechts li {
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 1px;
}

/*.menurechts a:link {
	color: #214281;
	text-decoration: none;
	font: 10px verdana, sans-serif;
}

.menurechts a:visited {
	color: #214281;
	text-decoration: none;
	font: 10px verdana, sans-serif;
}

.menurechts a:hover {
	color: #214281;
	text-decoration: none;
	font: 10px verdana, sans-serif;
}

.menurechts a:active {
	color: #214281;
	text-decoration: none;
	font: 10px verdana, sans-serif;
}

.menurechts a:focus {
	color: #214281;
	text-decoration: none;
	font: 10px verdana, sans-serif;
}*/

.menurechts h1 {
	font: bold 10px verdana, sans-serif;
}

.menurechts .text {
	font: 10px verdana, sans-serif;
}

.menurechts h3 {
	font: bold 14px verdana, sans-serif;
	border-left: 8px solid #214281;
	border-bottom: 1px solid #214281;
}

.menurechts .button {
	background: transparent;
	color: black;
	font: 10px Verdana;
	border: 1px solid black;
	height: 20px;
	width: 100px;
	cursor: hand;
}

/*
	Boxen des rechten Menues ---------------------------------------------------------------------------------------------
*/
.box {
	background: #F2F2F2;
	overflow: hidden;
	text-align: left;
}

.box h1,.box p {
	margin: 0 10px;
}

.box h1 {
	font-size: 150%;
	color: #214281;
}

.box .top,.box .bottom {
	display: block;
	background: #F2F2F2;
}

.box .top span, .box .bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #214281;
}

.box .r1 {
	margin: 0 5px;
}

.box .r2 {
	margin: 0 3px;
}

.box .r3 {
	margin: 0 2px;
}

.box .top .r4,.box .bottom .r4 {
	margin: 0 1px;
	height: 2px;
}

.startbox {
	width: 50%;
	vertical-align: top;
}


/*
	Content ------------------------------------------------------------------------------------------------
*/
.content {
	color: black;
	background: #F2F2F2;
	padding: 30px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	vertical-align: top;
	width: 85%;
}

.content h1  {
	margin: 10px 10px 10px 0px;
	padding: 2px 0 2px 5px;
	font: bold 26px verdana, sans-serif;
	border-left: 10px solid #214281;
	border-bottom: 1px solid #214281;
}

.content h2 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 16px verdana, sans-serif;
	border-left: 10px solid #214281;
	border-bottom: 1px solid #214281;
}

.content h3 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-left: 8px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}

.content h4 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 11px verdana, sans-serif;
	border-left: 6px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}


.content a:link,a:visited,a:hover,a:active,a:focus {
	color: #214281;
	text-decoration: underline;
	font: bold
}
/*
	Footer ------------------------------------------------------------------------------------------------
*/
#foot {
	color: white;
	background: #214281;
	padding: 4px;
	border-top: 2px solid black;
	clear: both;
	text-align: center;
}


/*
	Tabellen ------------------------------------------------------------------------------------------------
*/
.TBLlist {
	background-color: #FFFFFF;
	color: #000000;
	font: 11px;
	border: 1px solid #214281;
	margin-bottom: 15px;
}

.TBLlist_Head,.TBLlist_Head th {
	background: #214281;
	color: #FFFFFF;
	padding:3px 5px;
	font-size: 13px;
	font-weight: normal;
}


.TBLlist td {
	background-color: #F2F2F2;
	color: black;
	line-height: 14px;
	height: 22px;
	vertical-align: top;
	padding: 3px;
}

.TBLStammname tt {
	background: #214281;
	color: #FFFFFF;
	font: bold 12px/ 18px Verdana;
}

.TBLstlist {
	background-color: #ebeaa9;
}


/*
	Jahresauswahl bei den Einsaetzen ------------------------------------------------------------------------------------------------
*/
ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	color: black;
	background-color: transparent;
	border: 1px black;
}

ul#Navigation a,ul#Navigation span {
	float: left;
	margin: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px black;
	color: black;
	background-color: #214281;
}

* html ul#Navigation a,* html ul#Navigation span {
	/* Korrektur fuer IE 5.x */
	width: 50px;
}

ul#Navigation a:link {
	color: #ffffff;
	text-decoration: none;
	font: bold border :   1px black;
}

ul#Navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	font: bold;
	border:   1px black;
}

ul#Navigation a:hover {
	color: black;
	background: #F2F2F2;
	border: 1px black;
}

ul#Navigation a:active {
	color: #ffffff;
	text-decoration: none;
	font: bold border :   1px black;
}

ul#Navigation a:focus {
	color: #ffffff;
	text-decoration: none;
	font: bold;
	border :   1px black;
}

ul#Navigation div {
	clear: left;
}

/*
 * additionals
 */

.quote {
	border: 1px solid black;
	font-style: italic;
	padding: 5px;
	margin-bottom: 5px;
}

.viewinput {
	width: 250px;	
}

.fact_title {
	font-style: italic;
	font-weight: bold;
	width: 200px;
}

.floatleft {
	float: left;
	margin: 3px 10px;
}

.floatright {
	float: right;
	margin: 3px 10px;
}
