html{
padding:0;
margin:0;
}

body {
  background-color: #FFF;
  font-size: 12px;
  font-family: "Arial",Verdana, SunSans-Regular, Sans-Serif;
  color:#000;  
  margin: 0;
padding:0;
}

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


 #banner{
 background-color: #B7B09E;
 }
 
 #banner a {color: #000; text-decoration: none;}
 
#inhalt { 
padding:0;
margin:0;
margin-top:25px;
margin-left:200px;
background-color: #FFF;
}

.eintrag{
width: 99.2%;
background-color:#EAE7D7;
border-top: 20px solid #FFF;
}
.txt{
float:right;
padding:100px 20px;
}
 .clearboth { clear: right; }
 
#inhalt ul{
	list-style-type: none ;
	padding: 0px 2px;
	margin: 0;
}

h1
{
	font-size: 16px;
	padding: 8px 18px;
	margin: 0px;
	font-weight: lighter;
}

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

}

h3 {
font-size:11px;
font-weight: bold;
padding: 0px;
margin:0px;
background-color:#EAE7D7;
}

 .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: 30px 20px;
  background-color: #FFF;
  font-size: 12px;
}

ul#navlist { 
font-family: "Arial", Verdana, SunSans-Regular, Sans-Serif; 
}

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

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

}


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

}

ul#navlist li a:hover
{

text-decoration: underline;
}

.current{
font-weight: bold;

}

/*
ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

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


ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }
*/

/*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;}