* {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------*/

body {
	background: url(/gfx/bg-body01.gif) repeat-y #fff;
	color: #000;
}

body, div, p, span, a, ul, li, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*---------------------------------------------------------------------*/

#container-bg {
	position: absolute;
	width: 100%;
	height: 214px;
	background: url(/gfx/header-top-border.gif) repeat-x #fff;
	z-index: 1;
}

#container {
	position: absolute;
	width: 950px;
	z-index: 2;
}

/*---------------------------------------------------------------------*/

#header {
	height: 179px;
	padding-top: 35px;
}

#header .bilder {
	float: left;
	padding-right: 20px;
}

#header .subnav {
	height: 120px;
}

#header .suche {
	clear: both;
	float: left;
	width: 220px;
	height: 40px;
	padding: 19px 0px 0px 20px;
}

#header .nav {
	float: left;
	width: 630px;
	height: 40px;
	background: url(/gfx/nav-bg01.gif) repeat-x;
	padding: 19px 0px 0px 30px;
}

#header .nav a {
	margin: 0px 10px;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #036;
	background: url(/gfx/pfeil_blau.gif) no-repeat 0px 5px;
}

#header .nav a:hover, #header .nav a.aktiv {
	color: #FE7C11;
	background: url(/gfx/pfeil_orange.gif) no-repeat 0px 5px;
}

/*---------------------------------------------------------------------*/

#navleft {
	width: 210px;
	float: left;
	padding: 18px 15px;
}

.nav-box01-01 {
	width: 206px;
	height: 19px;
	background: url(/gfx/bg-box01-01.gif) no-repeat;
}

.nav-box01-02 {
	width: 166px;
	background: url(/gfx/bg-box01-02.gif) repeat-y;
	
	padding: 0px 20px;
}

.nav-box01-02, .nav-box01-02 a {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

.nav-box01-03 {
	width: 206px;
	height: 17px;
	background: url(/gfx/bg-box01-03.gif) no-repeat;
}

/*---------------------------------------------------------------------*/

#main {
	float: left;
	width: 660px;
	padding: 18px;
}

/*---------------------------------------------------------------------*/

.startbox1, .startbox2 {
	float: left;
	width: 287px;
	height: 169px;
	padding: 9px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.startbox1 {
	background: url(/gfx/bg-box02.gif) no-repeat;
}

.startbox2 {
	background: url(/gfx/bg-box03.gif) no-repeat;
}

.startbox1 h1 a, .startbox2 h1 a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	font-style: oblique;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 20px;
	
	padding: 7px 15px;
	margin-left: 15px;
	background: url(/gfx/pfeil_weiss.gif) no-repeat 0px 15px;
}

.startbox1 img, .startbox2 img {
	float: left;
	border: 0px;
}

.startbox1 p, .startbox2 p {
	float: left;
	height: 60px;
	width: 124px;
	text-align: center;
	font-size: 11px;
	color: #036;
	padding: 25px 5px;
}

/*---------------------------------------------------------------------*/

.text {
	width: 385px;
	font-size: 12px;
	float: left;
}

.text h1{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	font-style: oblique;
	color: #FE7C11;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-left: 15px;
	margin: 7px 22px;
	background: url(/gfx/pfeil_orange.gif) no-repeat 0px 10px;
}

.text h2 {
	font-size: 12px;
	text-decoration: none;
	padding-left: 37px;
}

.text p {
	padding: 5px 10px 5px 37px;
	line-height: 130%;
}

.text td {
	background-color: #cbd5df;
	padding: 5px 10px;
	margin: 1px;
}

.text tr .td1 {
	background-color: #036;
	color: #fff;
	text-align: center;
}

.text a, .erklaerbox p a {
	color: #036;
}

.text a:hover {
	text-decoration: none;
}

.blau {
	color: #036;
}

.orange {
	color: #db7121;
}

.spalte1, .spalte2 {
	width: 150px;
	float: left;
	padding-top: 18px;
}

.spalte1 {
	padding-left: 37px;
}

.spalte2 {
	padding-left: 20px;
}

.erklaerbox {
	float: left;
	width: 240px;
	margin-right: 15px;
	margin-bottom: 10px;
	background: url(/gfx/bg-box04-02.gif) repeat-y;
}

.erklaerbox .kopf {
	width: 230px;
	height: 27px;
	background: url(/gfx/bg-box04-01.gif) no-repeat;
	padding: 15px 0px 0px 25px;
}

.erklaerbox .kopf h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding-left: 15px;
	background: url(/gfx/pfeil_weiss.gif) no-repeat 0px 7px;
}

.erklaerbox p {
	padding: 10px 25px;
	font-size: 11px;
	line-height: 140%;
}

p.sep {
	margin: 0px 25px;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	border-bottom: 1px solid #ccc;
}

.erklaerbox li{
	margin: 0px 38px;
	font-size: 11px;
	line-height: 140%;
}

.erklaerbox .fuss {
	width: 240px;
	height: 19px;
	background: url(/gfx/bg-box04-03.gif) no-repeat;
}

.erklaerbox a img {
	border: 0px;
}

/*---------------------------------------------------------------------*/

a.pdf, a.zip, a.doc, a.xls {
	padding: 1px 0px 1px 20px;
}

a.pdf {
	background: url(/gfx/icon_pdf.gif) no-repeat;
}

a.zip {
	background: url(/gfx/icon_zip.gif) no-repeat;
}

a.doc {
	background: url(/gfx/icon_doc.gif) no-repeat;
}

a.xls {
	background: url(/gfx/icon_xls.gif) no-repeat;
}

a.mehr {
	padding-left: 15px;
	background: url(/gfx/pfeil_blau.gif) no-repeat 0px 5px;
}

a.anfrage {
	padding: 2px 0px 4px 18px;
	background: url(/gfx/anfrage.gif) no-repeat;
}

/*---------------------------------------------------------------------*/

fieldset {
	border: 0px;
}

label.left {
	float: left;
	text-align: right;
	width: 180px;
	margin-left: 20px;
	padding: 4px 4px;
	font-weight: bold;
}

input.kontakt, textarea.kontakt {
	width: 350px;
	margin: 2px 0px;
}

input, textarea {
	background: url(/gfx/bg-input.gif) no-repeat;
	border-top: 1px solid #6a6a6a;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #A7B9CA;
	border-bottom: 1px solid #A7B9CA;
	padding: 2px 4px;
	font-size: 11px;
}

input[type=radio] {
	background: none;
	padding: 3px 0px;
	border: 0px;
}

input.button {
	background: none;
	background-color: #ccc;
	border: 1px solid #6a6a6a;
	text-align: center;
	padding: 0px 5px;
}

/*---------------------------------------------------------------------*/

#fuss {
	position: fixed;
	bottom: 0px;
	clear: both;
	width: 100%;
	height: 25px;
	background: url(/gfx/header-bottom-border.gif) repeat-x;
	-moz-opacity:0.9;
	
	font-size: 9px;
	color: #036;
	
	padding: 10px 0px 0px 10px; 
	z-index: 3;
}

#fuss a {
	color: #036;
}

/*---------------------------------------------------------------------*/

a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------*/
