/* zentrale definition der formate fuer schriften und positionen */
/* generated by csscreator.com */ 
html, body{ 
 background: #fff; /* #737373;*/
 margin:0; 
 padding:0; 
 text-align:center; 
 color: #555; /*#f3f3f3;*/
 font-family: Verdana, Arial, sans-serif;
} 

a { color: #555}

td { vertical-align: top;}

#pagewidth{ 
 width:1024px; 
 text-align:left;
 margin-top:10px;
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 padding-top: 20px;
 height:71px; 
 text-align:center;
 font-size: 2em;
 font-weight: bold;
 color: #999;
 /*background-image: url(../images/Band_mit_Text.jpg); */
 width:100%;
  border-bottom: 2px solid #efefef;
} 

.abstand_oben { margin-top: 20px;}
.abstandgross_oben {margin-top: 50px;}
.abstand_links {margin-left: 20px;}
.abstandklein_links {margin-left: 10px;}
.abstand_rechts  {margin-right: 20px;}
.abstandgross_links {margin-left: 100px;}
.thema_abstand { margin-top: 200px;}
.linie_links {border-left: 1px solid white; padding-left: 5px;}
.zitat {font-style:italic}
.img_floatleft { float:left; margin-right: 10px;}
.align_right { text-align: right; margin-right: 10px;}


.leftcol{
 /*background-image: url(../images/wurzelholz_hoch.jpg); */
 height: 670px;
 width:164px; 
 float:left; 
 position:relative; 
 }
 
.maincol{
 /*background-image: url(../images/schiefer_sw.jpg); */
 float: right; 
 display:inline; 
 position: relative; 
 width:860px; 
 height: 670px;
 overflow: auto;
 }

.content {padding-left: 10px; padding-top:50px; font-size: 12px; margin-bottom: 20px;}
.content_title { color: white; margin:0; margin-left: 13px;padding-left: 20px; padding-top:5px;font-size: 14px; width: 517px; height: 23px;background-image: url(../images/balken1.gif); background-repeat: no-repeat;}
.content_subtitle {color: white; margin:0; margin-left: 13px; padding-left: 20px;padding-top:5px; font-size: 10px; font-weight: normal; width: 155px; height: 23px;background-image: url(../images/balken2.gif);  background-repeat: no-repeat;}

.navi {padding-left: 0px; padding-top: 20px; font-size: small;line-height: 130%;}

.navilink1 { margin-top:20px; height: 19px; width: 155px; }
.navilink1 > a { color: #555;;text-decoration:none;   margin-left:5px;}
.navilink1 > a:hover { color: #eb645e;text-decoration:none;}
.navilink_active1  { margin-top:20px; color: #555;text-decoration:none; height: 19px; width: 155px; }
.navilink_active1 > strong {  margin-left:5px;}

.navilink2 {  padding-left:10px; margin-top:10px;}
.navilink2 > a { color: #555;;text-decoration:none;}
.navilink2 > a:hover { color: #eb645e; text-decoration:none;}
.navilink_active2  { margin-top:10px; padding-left:10px; color: #555; text-decoration:none;}

.navilink3 > a { padding-left: 20px; color:#555;text-decoration:none;}
.navilink3 > a:hover { color: #eb645e;text-decoration:none;}
.navilink_active3 { padding-left:20px; color: #555; text-decoration:none;}

#footer{
 height:20px; 
  background-color:#9CBC99; 
 clear:both;
 } 
 

/*
 

hr {height:2px;border-style:none;border-top:1px;
    color:#990000;
    background:#990000;
}
p,li,th,td,d1,dt  { font-size:medium;
                    line-height:130%;
                    letter-spacing:0.2mm;
                    word-spacing:0.8mm;
                    color:#003366; }
h1        {        font-size:medium;
                   line-height:130%;
                   letter-spacing:0.2mm;
                   word-spacing:0.8mm;
                   color:#003366; }
h2        {        font-size:large;
                        line-height:130%;
                        letter-spacing:0.2mm;
                        word-spacing:0.8mm;
                        color:#003366;
                        margin-top:10px; }
h3        {        font-size:large;
                   font-weigth:normal;
                        line-height:130%;
                        letter-spacing:0.2mm;
                        word-spacing:0.8mm;
                        color:#003366;
                        margin-top:10px; }



p img {
border: 0px;
margin: 0;
}
*/



/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block; clear:both;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

