/* Start of CMSMS style sheet 'calenberger' */
*{
	margin:0;
	padding:0;
}
*:focus{
   outline:0;
}

body{
	background:#373737 url('../img/bkg_body.jpg') repeat-y center top;
	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size:11px;
	color: #000;
}
a img{
  border:0;
}
#container{
  width:796px;
  background:#fff url('../img/bkg_content.jpg') repeat-x left bottom;
  margin:0px auto 0px auto;	
}
h1,hr{
  display:none;
}

#header{
  border-top:solid 6px #5d4c3b;
  background:#fff url('../img/bkg_header.jpg') repeat-x left top;
  min-height:100px;
  padding-top:7px;
  height:auto !important;
  height:100px;
}
#logo{
  width:343px;
  min-height:91px;
  height:auto !important;
  height:91px;
  float:left;
  margin-left:20px;
  margin-top:15px;
}
#logo a, #logo a:hover{
  display:block;
  background:transparent url('../img/logo.gif') no-repeat;
  min-height:91px;
  height:auto !important;
  height:91px;
}
#logo a:hover{
  /*background:transparent url('../img/logo.gif') 0px -91px no-repeat;*/
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         TOP NAVIGATION
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#topNavi{
  width:350px;
  float:left;
  text-align:right;
  margin-top:20px;
  padding-right:20px;
  margin-bottom:5px;
}

#topNavi ul{
  list-style:none;
}
#topNavi ul li{
  display:inline;
  background:transparent url('../img/bullet_top.gif') no-repeat left center;
  padding:3px;
}
#topNavi ul li a,#topNavi ul li a:hover, #topNavi ul li a.current{
  padding:8px 12px 8px 20px;
  color:#000;
  text-decoration:none;
}
#topNavi ul li a:hover, #topNavi ul li a.current{  
  text-decoration:underline;
  color:#ff6600;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         MAIN NAVIGATION
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#navi{
  width:796px;
  text-align:center;
  margin-top:20px;
  margin-bottom:25px;
}

#navi ul{
  list-style:none;
  padding:10px;
  padding-left:0px;
  padding-right:0px;
  margin:0;
}
#navi ul li{
  background:#807f7f;
  display:inline;
  margin:0;
  padding:10px;
  margin-right:1px;
 margin-left:1px;
  /*border-left:1px solid #f5f5f5;*/
}
#navi ul li#first{
  border-left:0;
}
#navi ul li.current{
  background:#ff6600;
  border-top:3px solid #ff6600;
  border-bottom:3px solid #ff6600;
}
#navi ul li a,#navi ul li a:hover, #navi ul li a.current{
  padding:8px 40px 8px 38px;
  color:#fff;
  text-decoration:none;
}
#navi ul li a:hover, #navi ul li a.current{  
  color:#000;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         BIG IMG
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#bigImg, #bigImg.startseite{
  width:100%;
  min-height:224px;
  height:auto !important;
  height:224px;
	background:#373737 url('../img/bigImg.jpg') no-repeat center top;
}
#bigImg.ueber-uns{background-position:center -224px;}
#bigImg.unsere-leistungen{background-position:center -448px;}
#bigImg.referenzen{background-position:center -672px;}
#bigImg.presse{background-position:center -898px;}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         CONTENT
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#content{
  width:550px;    
  min-height:500px;
  height:auto !important;
  height:500px;
  margin:auto;
}
#content h2{
  color:#000;
  font-size:26px; 
  margin-bottom:15px;  
  padding:12px 40px;  
  border-bottom:15px solid #3d4143;
  background:transparent url('../img/bkg_h2.jpg') no-repeat left center;
}

#content p{
  margin-bottom:10px;
  line-height:1.4em;
  padding:0px;
}

#content table{
  max-width:550px;
}
#content table tr{
  vertical-align:top;
}
#content table td{
  padding:2px;
}
#content ul{ 
	margin-left: 40px;
	padding-left: 2em;
	text-indent: -1.5em;
	list-style: disc url('../img/bullet_content.gif') inside;
	margin-bottom:10px;
}
#content a, #content a:visited{  
  color:#EE7F00;
  text-decoration:none;
}
#content a:hover{  
  text-decoration:underline;
}


/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         FOOTER
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#footer{
  margin-top:20px;
  text-align:center;
  padding:15px;
  color:#FF9A64;
}

#footer a, #footer a:visited{
  color:#FF9A64;
  text-decoration:none;
}
#footer a:hover{  
  text-decoration:underline;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         HELPERS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.clear{
  clear:both;
}
.hidden{
  display:none;
}


.pageinput{
 background:#fff;
}

/* End of 'calenberger' */

