﻿/* CSS Dokument für Stille finden */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #F4F3ED;
}

.centered {
	position: absolute;
	width: 978px;
	height: 544px;
	margin-left: -489px;
	margin-top: -272px;
	left: 50%;
	top: 50%;
	background-image: url(/img/bgr.jpg);
	background-repeat: no-repeat;
}

.navicontainer {
	width: 938px;
	height: 54px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	text-align: right;
	background-image: url(/img/bgr_navi.jpg);
	background-repeat: no-repeat;
}

.contentcontainer {
	width: 946px;
	height: 458px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.leftbox {
	width: 98px;
	height: 458px;
	float: left;
	background-color: #FFFFFF;
}

.rightbox {
	width: 848px;
	height: 458px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.contentleft {
	width: 374px;
	height: 269px;
	padding-top: 189px;
	padding-left: 26px;
	padding-right: 24px;
	float: left;
	text-align: left;
}

.contentright {
	width: 380px;
	height: 269px;
	padding-top: 189px;
	padding-right: 44px;
	float: left;
	text-align: left;
}

.impressumsbox {
	position: absolute;
	width: 60px;
	height: 6px;
	top: 0px;
	right: 4px;
	text-align: right;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.contentleft {
	color: #7E7E7E;
	font-size: 12px;
	line-height: 18px;
}

.contentright {
	color: #7E7E7E;
	font-size: 12px;
	line-height: 18px;
}

.smallfont {
	font-size: 11px;
	line-height: 16px;
}

.subheadline {
	color: #05ACEF;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.grey {
	color: #7E7E7E;
}

li {
	color: #F4C200;
	list-style-type: disc;
}


/* Links + Navi */

a:link, a:visited {
	color: #05ACEF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #516A84;
	text-decoartion: none;
}

.navi:link, .navi:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.navi:hover, .navi:active {
	color: #F4C200;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.impressum:link, .impressum:visited {
	color: #516A84;
	text-decoration: none;
	font-size: 10px;
}

.impressum:hover, .impressum:active {
	color: #5687BB;
	text-decoration: underline;
	font-size: 10px;
}

body#seite01 a#link01,
body#seite02 a#link02,
body#seite03 a#link03,
body#seite04 a#link04,
body#seite05 a#link05,
body#seite06 a#link06,
body#seite07 a#link07 {
	color: #F2D563;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;;
}


/* Sonstiges */

input,select {
	color: #666;
}

.noborder {
	border: 0px;
}

.select {
	width: 225px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ECF1F6;
	border: 1px solid #2AB9F2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputfeld {
	width: 220px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ECF1F6;
	border: 1px solid #2AB9F2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputfehler {
	width: 220px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ECF1F6;
	border: 2px solid #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.boxfehler {
	border: 2px solid #FF0000;
}

.inputfeld_mi {
	width: 100px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ECF1F6;
	border: 1px solid #2AB9F2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputfeld_kl {
	width: 42px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ECF1F6;
	border: 1px solid #2AB9F2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputfeld_gr {
	width: 220px;
	height: 80px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ECF1F6;
	border: 1px solid #2AB9F2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.button {
	width: 223px;
	height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: #2AB9F2;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
