html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
}

body {
   width: 100%;
   font-size: 100%;
   background: #D9DADA url(img/bg.gif) repeat-y center;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
}

div, ul, ol, li, img, h1, p, span, a {
   margin: 0;
   padding: 0;
   border: none;
}

img, h1, p { display: block; }

a { text-decoration: none; }

/* =============================================================== */
/* =============================================================== */

#wrapper {
	position: relative;
	width: 100%;
	min-width: 908px;
}

#container {
   position: relative;
   width: 908px;
	margin: 0 auto;
   background: #FFFFFF;
}

/* =============================================================== */
/* =============================================================== */


#topbox {
	position: relative;
	top: 25px;
	left: 25px;
	width: 858px;
	height: 230px;
	background: #C9070A;
}

#logo {
	position: relative;
	top: 45px;
	left: 36px;
}

#head {
	position: relative;
	top: 10px;
	left: 436px;
	width: 390px;
	height: 40px;
}

/* --------------------------------------------------------------- */

#navibox {
	position: relative;
	top: 25px;
	left: 25px;
	width: 858px;
	height: 75px;	
	border-bottom: 1px dotted #E3000F;
}

#navibox ul {
	list-style-type: none;
	padding-top: 46px;
}

#navibox ul li {
   display: inline;
   padding-left: 3px;
	color: #E3000F;
}

#navibox ul li a { color: #E3000F; }
#navibox ul li a:hover { color: #000000; }

#navibox ul .navi1 { padding-left: 38px; }
#navibox ul .navi2 { padding-left: 502px; }
#navibox ul .navi3 { padding-left: 84px; }

#navidot {
	position: relative;
	top: 20px;
	width: 9px;
	height: 9px;
	background: #E3000F;
}

.navi1dot { left: 90px; }
.navi2dot { left: 652px; }
.navi3dot { left: 803px; }

/* --------------------------------------------------------------- */

#mainbox {
	position: relative;
	top: 40px;
	left: 25px;
	width: 858px;
}

#content {
	position: relative;
	margin-top: 45px;
	padding-left: 38px;
	padding-bottom: 25px;
	padding-right: 13px;
	width: 450px;
	border-right: 1px solid #999999;
}

#address {
	float: right;	
	width: 335px;
}

.headline {
	font-weight: bold;
	padding-bottom: 16px;
}

.copytext {
	font-weight: normal;
	padding-bottom: 16px;
}

.headline a, .copytext a {
	text-decoration: underline;
	color: #000000;
}

.headline a:hover, .copytext a:hover {
	text-decoration: underline;
	color: #E3000F;
}

/* =============================================================== */
/* =============================================================== */

#kontaktformular {
	position: relative;
	top: 0;
	left: -20px;
	width: 460px;
}

#kontaktformular fieldset {
	margin-bottom: 20px;
	border: 1px dotted #000000;
}
  
#kontaktformular legend {
	background: #E3000F;
	color: #FFFFFF;
	padding: 3px 6px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 11px;
}
	  
#kontaktformular label {
   width: 120px;
	float: left;
   clear: both;
   padding: 5px 10px;
   margin: 3px 0;
	font-size: 11px;
}
          
#kontaktformular input, #kontaktformular textarea {
	border: 1px solid #999999;
   background: #F0F0F0;
   padding: 2px;
   margin: 3px 0;
	width: 280px;
}

.kontaktdaten table, .anliegen table, .buttons table {
	border-spacing: 0px;
	width: 360px;
	border: 0;
	padding: 2px 0;
}

.label {
	width: 100px;
	padding: 0;
}

.field {
	width: 250px;
	padding: 0;
}

.alert {
	color: #E3000F;
	font-size: 11px;
}

.buttons { text-align: center;}

.buttons input { width: 80px; }

.submitbutton { padding-top: 4px; }

#kontaktformular input:focus, #kontaktformular input:hover, #kontaktformular textarea:focus, #kontaktformular textarea:hover { background: #FFFFFF; }

