html{
padding:0;
margin:0;
}

body {
  background-color: #FFF;
  font-size: 12px;
  font-family: "Arial", Verdana, SunSans-Regular, Sans-Serif;
  letter-spacing: 0.1em;
  color:#666;  
  margin: 0;
  margin-top: 20px;
padding:0;
}

#container{
 width: 100%;
   padding: 0;
 margin: 0; 
  background-color: #FFF;
}


 #banner{
 background-color: #fff;
 padding-bottom: 15px;
 }
 
 #banner a {color: #666; text-decoration: none;}
 
#inhalt { 
padding:0;
margin:0;
margin-top:15px;
margin-left:220px;
background-color: #FFF;
}

#inhalt img {
float:left;
/*
-moz-box-shadow: 10px 10px 5px #ccc;
-webkit-box-shadow: 10px 10px 5px #ccc;
box-shadow: 10px 10px 5px #CCC;
*/
}

/*
#slider1{
-moz-box-shadow: 10px 10px 5px #ccc;
-webkit-box-shadow: 10px 10px 5px #ccc;
box-shadow: 10px 10px 5px #CCC;
}
*/

.eintrag{
float:left;
padding:0 0 50px 0;
margin:0;
width: 99.2%;
background-color:#fff;
}
.txt{
float:right;
padding:0;
margin:0;
padding:100px 20px;
background-color:#fff;
}
 .clearboth { clear: right; }
 
#inhalt ul{
	list-style-type: none ;
	padding: 0px 2px;
	margin: 0;
}

h1
{
	font-size: 14px;
	padding: 8px 20px;
	margin: 0px;
	font-weight: normal;
}

h2 {
font-size:11px;
font-weight: bold;
padding: 0px;
margin:0px;

}

h3 {
font-size:11px;
font-weight: bold;
padding: 0px;
margin:0px;
border-bottom: 1px solid #666;
}

 .clearboth { clear: left; }

p{
padding: 5px 0px;
margin:0px; 
}


a {color: #666; text-decoration: underline;}
a:visited {color:#666;}
a:hover {color: #564b47;text-decoration: none;}
a:active { color:#666;}


.klein{
font-size: 10px;
letter-spacing: 0.1em;
line-height: 1.2em;
font-family: Arial;
}

#footer{
clear:both;
height:60px;
margin:0;
padding:0;
background-color: #FFF;
}

#dotted{
width: 99.2%;
margin:0;
padding:0;
background-image:url(bilder/line_x_dotted_666.gif);
background-repeat:repeat-x;
background-position: center;
}

/*navi*/

#navcontainer{
float:left;
color:#000;
margin: 0px; 
padding: 14px 20px;
  background-color: #FFF;
  font-size: 12px;
}

ul#navlist { 
text-transform:uppercase;
}

ul#navlist a{
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
padding-bottom: 4px;

}

ul#navlist li a
{
color: #666;
background-color: transparent;
letter-spacing: 0.1em;
padding-right: 40px;
border: 0;
}


ul#navlist ul li{
padding: 2px 8px;

}

ul#navlist li a:hover
{

text-decoration: underline;
}

.current{
font-weight: bold;
}

/*second level*/

ul#subnavlist {
padding: 0px ;
margin: 0px;
}

ul#subnavlist li { 
padding: 0px 5px;
}

ul#subnavlist li a{
text-decoration: none;
padding: 0px;
margin: 0px;
padding-bottom:5px;
}



/*navi fertig*/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(img/overlay.png) 0 0 repeat;}
#colorbox{}

    #cboxContent{background:#fff; border:8px solid #fff;}
        #cboxLoadedContent{margin-bottom:2px;}
        #cboxTitle{position:absolute; bottom:8px; left:15px; text-align:left; width:100%; color:#F30;}
        #cboxCurrent{position:absolute; bottom:35px; left:68px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:30px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:30px; left:10px; background:url(img/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:30px; left:37px; background:url(img/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(img/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(img/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:30px; right:10px; background:url(img/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
