/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
body {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #F5F5F5;
	margin:0;
	padding:0;
}
.hidden {
	display:none;
}
#content_wrapper {
	background-image: url('./hintergrund.jpg');
}
ul {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-indent: 0pt;
	clear: none;
	background-position: left;
	margin: 2px 0 0 15px;
	padding:0
}
.TextObject {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(153,0,0);
	font-weight: normal;
	font-style: normal;
	margin: 0 0 12px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
#impressum h2 {
	font-size: 12px;
	margin-bottom:0;
}
#impressum p {
	margin-top:0;
}
p {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}
#menue p {
	margin:0;
	padding:0;
}
ol {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
.TextNavBar {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #29418B;
}
a:visited {
	color : gray;
}
a:hover {
	color:#990000;
	text-decoration: underline;
}
a:active {
	color: red;
	background: #CCCCCC;
}
#menue a {
	font-size:12px;
	display:block;
}
#menue a:link {
	color: #29418B;
}
#menue a:visited {
	color : gray;
}
#menue a:hover {
	background-color: #C8C8C8;
	color:#990000;
}
#menue a:active {
	background-color:#C8C8C8;
	color: red;
	background: #CCCCCC;
}
.col-left {
	width:285px;
	float:left;
}
.col-main {
	margin: 0 20px 0 300px;
	padding-top: 23px;
}
div.block50 {
	float:left;
	width:50%;
}
div.blockCenter {
	margin: 0 auto;
	text-align: center;
	width:300px;
}
div.contentBlock {
	border: 2px solid #083088; 
	margin-bottom:1em;
	padding:0.9em 1em;
	border-radius: 15px;
}
p.first {
	margin-top:0;
}
p.last {
	margin-bottom:0;
}
.teaserButton, .teaserButtonTall {
	display:block;
	width: 250px;
	height: 110px;
}
.teaserButtonTall {
	height: 143px;
}
#btnRatgeber {
	background: url(./img/btn_rg_sprite.png) no-repeat scroll 100% 0 transparent;
}
#btnRatgeber:hover {
	background: url(./img/btn_rg_sprite.png) no-repeat scroll 100% -143px transparent;
}
#btnKontaktdatenDirekt {
	background: url(./img/btn_kd_plz.png) no-repeat scroll 100% 0 transparent;
}
#btnCheckliste {
	background: url(./img/btn_cl_sprite.png) no-repeat scroll 100% 0 transparent;
}
#btnCheckliste:hover {
	background: url(./img/btn_cl_sprite.png) no-repeat scroll 100% -110px transparent;
}
form, fieldset {
	margin:0;
	padding:0;
}	
#frmKdDirekt fieldset {
	display: block;
	border: 0 none #333;
}
#frmKdDirekt legend {
	display:none;
}
#frmKdDirekt div {
	float:left;
	margin-top:96px;
	margin-left:111px;
}
#txtPlz {
	width: 53px;
	border:1px solid #999;
	padding:2px;
	margin-right:2px;
}
.VA_Results {
	margin-top:10px;
}
.VA_result { 
	height: 200px;
	margin-bottom:15px;
	padding-top:10px;
	
}
.VA_result .lblEmail {
	float:left;
	margin-right:5px;
}
.VA_result .valEmail {
	float:left;
	width:395px;
	margin-bottom:9px;
}
.VA_portrait {
	width:200px;
	float:left;
}
.portrait {
	width:150px;
	height:200px;
}
#VA_email {
	margin: 25px 0 0 95px;
}
#btnPrintResult {
	float:right;
	position:relative;
	top:-36px;
	right:133px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;}

/* End hide from IE-mac */

.bild {
	float: right;
	margin: 0 0 1em 1em;
}
