/* 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;
}

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;
}

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;
}
div.block50 {
	float:left;
	width:50%;
}
div.blockCenter {
	margin: 0 auto;
	text-align: center;
	width:300px;
}
.teaserButton {
	display:block;
	width: 250px;
	height: 110px;
}
#btnRatgeber {
	background: url(btn_rg_sprite.png) no-repeat scroll 100% 0 transparent;
}
#btnRatgeber:hover {
	background: url(btn_rg_sprite.png) no-repeat scroll 100% -110px transparent;
}
#btnKontaktdaten {
	background: url(btn_kd_sprite.png) no-repeat scroll 100% 0 transparent;
}
#btnKontaktdaten:hover {
	background: url(btn_kd_sprite.png) no-repeat scroll 100% -110px transparent;
}
#btnCheckliste {
	background: url(btn_cl_sprite.png) no-repeat scroll 100% 0 transparent;
}
#btnCheckliste:hover {
	background: url(btn_cl_sprite.png) no-repeat scroll 100% -110px transparent;
}