﻿/* Websichere Farbe fürs Blau: #99CCFF;*/

body{
  text-align: center; /* für alten IE */
  margin:0px;
  padding:0px;
  background: #eeeeee url(../images/bodyBg.png) repeat;
}

p, a, td, th, caption, h1, h2, h3, h4, h5, input, textarea, select, option , div, button, ul, ol, li
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style:normal;
   color: #333333;
   text-align:left;
   line-height: 160%;
   text-indent: 0px;
   margin: 0px;
   padding:0px;
   font-variant: normal;
   font-weight: normal
}

li{
   list-style-position: inside;
}

em{
   font-weight: bold;
   font-style: normal;
   color: #999;
}


h2{
   font-weight:bold;
   padding-left: 13px;
   background-image: url(../images/headline.gif);
   background-position: center left;
   background-repeat: no-repeat;
   margin-bottom:10px;
}

h3{
   font-weight:bold;
   padding-bottom:0px;
}

h4{
   margin-top:40px;
   margin-bottom: 15px;
   background-color: #99CCFF;
   padding-left: 2px;
   font-weight: bold;

}



p{
   padding: 5px 0px;
}


a img{
   border:none;
}

a:link{
   color: inherit;
   text-decoration: inherit;
}

a:visited{
   color: inherit;
   text-decoration: inherit;
}

a:active{
   color:inherit;
   text-decoration: inherit;
}

a.innerlink{
   text-decoration: underline;
   font-weight: bold;
}

a.innerlink:hover{
   color: #999999;
}


/* Der Seitenbereich */
#site{
  background-color: #ffffff;
  width: 800px;
  margin: 15px auto 10px;
}

/* Bereich über dem Menü (enthält die Buttons und das Logo) */
#top{
   height:80px;
   position:relative;
}

/* Buttonbereich */
#top #quickNavigator{
   position: absolute;
   left: 7px;
   top:7px;
}

/* Buttons */
#top #quickNavigator img{
   position: relative;
   top: 4px;
}

/* Logo */
#top #logo{
   display:block;
   position:absolute;
   background-image: url(../images/logo.png);
   width:192px;
   height:54px;
   right:15px;
   top: 15px;
}

#submenu{
   background-repeat: repeat;
   background-image: url(../images/pixel_beige.png);
   height: 20px;
   margin-top:-2px;
}


#submenu ul{

}

#submenu li{
   float:left;
   padding-left:28px;
}

#submenu li a{
   color: #ffffff;
   font-size: 11px;
   text-decoration: none;
}

#submenu li a:visited{
   color:#ffffff;
   text-decoration:none;
}

#submenu li a:active{
   color:#ffffff;
   text-decoration:none;
}

#submenu li a:hover{
   color:#bbbbbb;
   text-decoration:none;
}

/* Das Menü */
#menu{

}

#menu ul{
	background:url(../images/menu_bg.png) top left repeat-x;
	height:37px;
	list-style:none;
}

#menu li{
  float:left;
  padding-left:8px;
}

#menu li a{
  font-size:12px;
  font-weight:bold;
  color:#333300;
  display:block;
  line-height:37px;
  padding:1px 20px 0px;
  text-align:center;
  text-decoration:none;
}

#menu li a:hover{
	color:#eee;
}

#menu li ul{
  background:#fff;
  border-left:2px solid #66CCFF;
  border-right:2px solid #66CCFF;
  border-bottom:2px solid #66CCFF;
  display:none;
  height:auto;
  filter:alpha(opacity=90);
  opacity:0.9;
  position:absolute;
  width:156px;
  z-index:200;
}

#menu li:hover ul{
  display:block;
}

#menu li li {
  display:block;
  float:none;
  width:156px;
  padding-left:0px;
  border-bottom:1px solid #eee;
}

#menu li ul a{
  display:block;
  text-align:left;
  line-height: 25px;
  padding-left:18px;
  padding-top:0px;
}

#menu li ul a:hover{
	background:#ccc;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#menu p{
  clear:left;
}

#menu #current{
  padding-top:0px;
  background:url(../images/menu_bg_current.png) top left repeat-x;
  color:#ffffff;
}

/* Bereich mit dem Hauptbild */
#image_area{
   margin-top: 1px;
   height: 200px;
}

/* Inhalt */
#content{
   margin-top:35px;
   min-height: 300px;
   padding: 0px 120px 40px 147px;
}

/* Seitenfuß */
#footer{
   margin-top:40px;
   top:0px;
   background-repeat: repeat;
   background-image: url(../images/pixel_beige.png);
   height: 33px;
   position: relative;
   text-align:center;
   line-height:33px;
   color:#ffffff;
}

#footer a:link{
   color:#ffffff;
   text-decoration: underline;
}


#footer a:visited{
   color: #ffffff;
   text-decoration: underline;
}

#footer a:hover{
   color:#bbb;
   text-decoration: underline;
}

footer a:active{
   color:#ffffff;
   text-decoration: underline;
}


/* Bild rechts unten mit dem Kreis */
#footerImg{
   background:url(../images/footer_circle.png) top left no-repeat;
   position: absolute;
   right: 0px;
   bottom:0px;
   height: 110px;
   width:115px;
}

.refDetail{
	border: none;
	font-weight: bold;
}

.refDetailBg{
   margin-top:5px;
   background: #EEE;
   padding: 10px;
}


div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 5px;
}

.ref{
   padding-top: 5px;
   padding-bottom:5px;
   border-top: 1px solid #eee;
}


.refLabel{
   float: left;
   width:200px;

   line-height: 140%;
}

#refDescription{
   width: 400px;
}


#references{
   margin-top: 30px;
}


.refContent{
   float: left;
   padding-left:20px;
   width:270px;
   line-height: 140%;
}

.refToggle{
   float:left;

   width:20px;
   margin-left: 20px;
}


.clearfix{
   clear:both;
}

#ieWarning{
   margin:10px;
   background-color: #CC0000;
   color:#FFFFFF;
   padding: 3px;
}

form.anfrage{
   margin-top:5px;
   position: relative;
}

form.anfrage fieldset{
   border: 1px solid #ccc;
}


form.anfrage legend {
  padding: 0 4px;
  font-weight: bold;
}
form.anfrage label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form.anfrage fieldset li {
  list-style: none;
  padding: 5px;
}

form.anfrage em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.anfrage label {
  width: 120px; /* Width of labels */
}

form input{
   width:200px;
   padding: 3px;
}

form select{
   width:208px;
   padding: 3px;
}

form textarea{
   width: 370px;
   height: 100px;
}

form .button{
   width:100px;
   background-color: #FFF;
   border: 1px solid #ccc;
   text-align:center;
   font-weight: bold;
}

form .button:hover{
   background-color: #ddd;
}

form .optional{
   position: relative;
   top: 5px;
   right: 5px;
   width: 40px;
}

#maschinenpark td, #maschinenpark th{
   padding: 3px;
   vertical-align: top;
}

.anker{
   position: relative;
   top: -30px;
}

#popup_address{
   display: none;
}


