/* CSS Document */

html,* {margin: 0px; padding:0px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	background-color:#FFFFFF;
	overflow:auto;
	background-image: url(../images/aufbau/bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	}

#wrapper {
	width: 960px;
	height: 100%;
	top:0px;
	left:0px;
	position:relative;
	margin:0px;
	padding:0px;
}

#adresse {
	position:absolute;
	width:749px;
	height: 13px;
	top: 75px;
	right: 0px;
	background-image: url(../images/aufbau/adresse.gif);
	background-repeat: no-repeat;
	background-position:right;
	text-align:right;
	padding-right:2px;
	padding-top:2px;
	font-size:9px;
	color:#727376;
}

#adresse a:link, #adresse a:visited, #adresse a:active { color: #727376; text-decoration:none; }
#adresse a:hover { color: #727376; text-decoration:none; }

#header {
	position:absolute;
	width:960px;
	height: 108px;
	top: 93px;
	left: 0px;
	background-image: url(../images/aufbau/header.jpg);
	background-repeat: no-repeat;
}

#header_start {
	position:absolute;
	width:960px;
	height: 108px;
	top: 93px;
	left: 0px;
	background-image: url(../images/aufbau/header_start.jpg);
	background-repeat: no-repeat;
}

#navi {
	position:absolute;
	width:246px;
	height:262px;
	top: 201px;
	left: 0px;
	z-index:2;
	padding-top:10px;
}

#navi ul { list-style-type: none; margin-left: 0px; padding-left: 0px; margin-top: 0px;}
#navi ul li { display: block; float: left; text-align: right;}
#navi ul li a { display: block;  padding:8px 19px 5px 0px; width:200px; height:18px; color: #727376; text-decoration: none; font-weight: normal; font-size: 12px;}
#navi ul li a:hover, #navi ul li a.aktiv { background-image:url(../images/aufbau/button_over.jpg); background-repeat:no-repeat; background-position:right; color: #727376; text-decoration: none;}


#navistart {
	position:absolute;
	width:246px;
	height:262px;
	top: 201px;
	left: 0px;
	background-image:url(../images/aufbau/bg_navi_start.jpg);
	background-repeat:repeat-y;
	z-index:2;
	padding-top:10px;
}

#navistart ul { list-style-type: none; margin-left: 0px; padding-left: 0px; margin-top: 0px;}
#navistart ul li { display: block; float: left; text-align: right; padding:0px;}
#navistart ul li a { display: block;  padding:8px 19px 5px 0px; width:200px; height:20px; color: #727376; text-decoration: none; font-weight: normal; font-size: 12px;}
#navistart ul li a:hover, #navistart ul li a.aktiv { background-image:url(../images/aufbau/button_over_start.jpg); background-repeat:no-repeat; background-position:right; color: #727376; text-decoration: none;}


#inhalt {
	position:absolute;
	width:507px;
	top: 201px;
	right: 170px;
	padding:20px 10px 10px 26px;
	font-size:12px;
	color:#464646;
	line-height:18px;
}

#inhalt ul { margin: 0px; padding:0px 0px 20px 12px; }
#inhalt ul li { list-style-image:url(../images/aufbau/aufzaehlung.gif); margin: 0px 0px 0px 0px;; padding:0px 0px 5px 0px; line-height:13px;}
*+html #inhalt ul li {  list-style-image:url(../images/aufbau/aufzaehlung_ie.gif); margin: 0px 0px 0px 3px; }
* html #inhalt ul li {  list-style-image:url(../images/aufbau/aufzaehlung_ie.gif); margin: 0px 0px 0px 4px; }


#bildbox {
	position:absolute;
	width: 156px;
	top: 225px;
	right: 0px;
	height: 155px;
}

#bildbox img { padding:0px 0px 10px 0px; }

.formular { border-top: 1px solid #3022a9; border-bottom: 1px solid #3022a9; }

.formular input, .formular select, .formular textarea {  border:1px solid #464646; color:#464646; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:2px; width: 250px; }

.formular .button { border:1px solid #464646; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:2px; width:100px;}

.formular .checkbox { background-color:#ffffff; border:none; padding:0px; width:auto;}


h1 {color: #ffffff; font-size: 12px;}
h2 {color: #727376; font-size: 12px; font-weight:normal; padding:0px 0px 7px 0px;}
p  { padding:0px 0px 20px 0px; }
p2 { padding:0px 0px 0.25px 0px; }

a:link, a:visited, a:active { color: #3022a9; text-decoration:none; }
a:hover { color: #3022a9; text-decoration:underline; }

#start {
	position:absolute;
	width:751px;
	height:280px;
	top: 201px;
	right: 0px;
	background-image: url(../images/aufbau/vogel.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

