/* . by TopStyle Pro Trial Version - www.bradsoft.com */


h1,h2,h3,h4,h5,h6 {
 font-family:     Arial, Helvetica, sans-serif;
 color:#414B56;
 clear:both;
}


h1 {
			font-family: Arial, Helvetica, sans-serif;
      font-size: 22px;
			padding-left:6px;
			border-bottom:4px solid #414B56;
}

h2 {
      font-size: 20px;
		  padding-left: 10px;
			background-color:#FBC000;
}

h3 {
         font-size: 18px;
				padding-left:20px;
 }

h4 {
         font-size: 16px;
}
h5 {
         font-size: 14px;
}
h6 {
         font-size: 12px;
}


body {
        margin-right: 20px;
        padding: 0px;
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 13px;
        background-color: white;
}

body#index {
        margin: 10px;
        padding: 0px;
        background-color:#DDDDDD;
        text-align:center;  /*Workaroud für IE 5.5*/
}

#bg {
		  width:1024px;
		  padding:0px;
		  margin:0px auto;
		  border: 2px solid black;
		  background-image: url(../bilder/bg.jpg);
		  background-position: top left;
		  background-repeat: y-repeat;
}

#kasten {
	 text-align:left;  /*Workaroud für IE 5.5*/
   width: 760px;
   min-height:400px;
   height:auto !important; /* moderne Browser */
   height:400px; /* IE */
   margin:0px auto;
	 background-image: url(../bilder/back_gesamt.jpg);
	 background-position: top left;
	 background-repeat: no-repeat;
}

#top {
	 background-image: url(../bilder/logo.jpg);
	 background-position: top left;
	 background-repeat: x-repeat;
	 height:80px;
}

#wobinich {
        font-size:12px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../bilder/wobinich.gif);
        height:21px;
}

#wobinich a:visited { color: black;}
#wobinich a,#wobinich a:link {color: black;text-decoration: none ;}
#wobinich a:hover {text-decoration: underline; }


#main {
		padding: 0px;
		background-color:white;
}

#links {
        float:left;
        width:180px;
        margin-top:30px;
}
        
#suche {
text-align:center;
font-family:courier;
} 
#suche .suchfeld {
width:100px;
}

.button {


}
        
#infobox {
  margin-top:20px;
  background-color:#2387f8;
  padding:0px;
}

#content {
	float:right;
	width:555px;
	padding:10px;
  min-height:400px;
  height:auto !important; /* moderne Browser */
  height:400px; /* IE */
}

#content[id] {
 height:auto;
 min-height:400px;
 }


#content table {
	border-collapse:  collapse;
}


#content a:visited { color: #27664D;}
#content a,#content a:link {color: #27664D;text-decoration:  underline;}
#content a:hover {text-decoration: none;}


hr{
        border: 1px solid black;
        background-color:black; /* Mozilla 1.4 */
        color:black; /* IE 6 */
        border: black; /* Opera 7.11 */
        height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

#bottom {
   clear: both;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   text-align:  center;
	 background-color:#CCCCCC;
	 height:20px;
}
#bottom a, #bottom a:visited {
	color:blue;
	}

.left {
	float:left;
	padding-left:10px;
}

.right {
	float:right;
	padding-right:10px;

}


td {
	vertical-align:top;
}






