@CHARSET "ISO-8859-1";

                  
html {
   padding:                0px;
   margin:                 0px;
}

body {
   background-color:       #eaeaea;
   background-image:       url(/cmsCore/img/webflyer01/6/bodybg.png);
   background-repeat:      repeat-x;
   font-family:            Verdana, Helvetica, freeSans, sans-serif;
   font-size:              12px;
   padding:                0px;
   margin:                 0px;
}

#mainBox {
	width:                 892px;
	margin-left:           auto;
	margin-right:          auto;
	
	border-color:          #ffffff;
	border-width:          3px;
	border-style:          solid;
	
	background-color:      #fcfcfc;
   background-image:      url(/cmsCore/img/webflyer01/6/contbg.png);
   background-repeat:     repeat-x;
   background-position:   bottom left;
}

#header {
	padding:               0px;
	margin:                0px;
	
	width:                 892px;
	height:                246px;
	
	background-repeat:     no-repeat;
	background-color:      #ffffff;
	
	border-top:            none;
	border-left:           none;
	border-right:          none;
	
	border-bottom-color:   #ffffff;
	border-bottom-style:   solid;
	border-bottom-width:   1px;
}

#header img {
	border:                none;
	padding:               0px;
	margin:                0px;
	cursor:                pointer;
}

#mainNav {
	height:                40px;
	
	background-color:      #be0000;
	
	border-bottom-color:   #ffffff;
   border-bottom-style:   solid;
   border-bottom-width:   1px;
}

#mainNav div {
	height:                32px;
	padding-top:           8px;
	text-align:            center;
	float:                 left;
	cursor:                pointer;
}

#mainNav div:hover {
	background-color:      #990000;
}

#mainNav div.on {
   background-color:      #990000;
}

#mainNav div a {
	text-decoration:       none;
	color:                 #ffffff;
	font-size:             18px;
	font-weight:           normal;
}

#cont {
	position:              relative;
	float:                 left;
	width:                 602px;
	left:                  30px;
	padding-top:           30px;
	padding-bottom:        80px;
}

#cont h1, #sidebar h1{
	font-size:             18px;
	font-weight:           normal;
	
	text-indent:           5px;
	
	border-bottom-style:   solid;
	border-bottom-width:   1px;
	border-bottom-color:   #BF0000;
}

#cont div.willkommen {
	margin-left:           30px;
	margin-top:            30px;
	margin-bottom:         30px;
}

#cont div.willkommen img {
	border:                none;
}

#cont div.willkommen a {
	text-decoration:       underline;
	color:                 #000000;
	font-weight:           bold;
}


#cont hr {
   clear:                 both; 
   height:                0px; 
   margin:                0 0 10px 0; 
   border-top:            0px; 
   border-bottom:         1px solid #BF0000; 
}

#contactForm p label {
	float:                 left;
	width:                 200px;
}

#contactForm p input, #contactForm p textarea{
	width:                 220px;
	border-width:          1px;
	border-style:          solid;
	border-color:          #BF0000;
}

#contactForm p button {
	border-width:          2px;
   border-style:          solid;
   border-color:          #ffffff;
   background-color:      #be0000;
   color:                 #ffffff;
   margin-left:           200px;
   margin-top:            20px;
   font-weight:           bold;
   width:                 130px;
   cursor:                pointer;
}

#contactForm p button:hover {
   background-color:      #990000;
}	

#cont div.formErr {
	border-style:          solid;
	border-width:          1px;
	border-color:          #ffffff;
	
	margin-top:            20px;
	margin-bottom:         20px;
	
	padding-left:          70px;
	padding-top:           5px;
	padding-bottom:        5px;
	
	color:                 #cc0000;
	font-weight:           bold;
	
	background-color:      #fdefee;
	background-image:      url(/cmsCore/img/webflyer01/kontakt_form/GFehler.gif);
	background-repeat:     no-repeat;
	background-position:   5px 10px;
}

#cont div.formOk {
   border-style:          solid;
   border-width:          1px;
   border-color:          #ffffff;
   
   height:                70px;
   
   margin-top:            20px;
   margin-bottom:         20px;
   
   padding-left:          70px;
   padding-top:           5px;
   padding-bottom:        5px;
   
   color:                 #009900;
   font-weight:           bold;
   
   background-color:      #eef8ef;
   background-image:      url(/cmsCore/img/webflyer01/kontakt_form/GRichtig.gif);
   background-repeat:     no-repeat;
   background-position:   5px 10px;
}

#cont div.formErr ul {
	color:                 #000000;
	font-weight:           normal;
}

#sidebar {
   position:              relative;
   float:                 left;
   width:                 170px;
   left:                  95px;
   padding-top:           30px;
}

span.bold {
	font-weight:           bold;
	display: block;
}

#apobyteLogo {
   border:                none;
   margin-top:            10px;
}