/* Willi Busacker Style Sheet */

html{
	    font: normal 11px arial;
		color: black;
		letter-spacing: 0px;
	    text-align: left;		
		background-color: white;		
	    /* alter Hintergrund */
	    /* background-image: url(pics/wbbg.gif);*/
		/* background-color: #000000; */
	}

div {   /* gilt für alle <div> ! */
      margin: 0px auto;
	  background-color: white;	  
    }

body {
  padding: 0px;
  margin: 0px;
  background-color: white;
}

#wbmain {
	position: relative;
	vertical-align: middle;
	top: 0px;
	width: 700px;
	height: auto;
	/* border-bottom: none; */
	/* background-repeat: no-repeat; */
	/* background-color: #8762;  */ 
	padding-top:0%;
	border-top: 1px #0053C7 solid;
	border-left: 1px #0053C7 solid;
	border-right: 1px #0053C7 solid;
	border-bottom: 1px #0053C7 solid;
}
 
#wbheader {
	position: relative;
	vertical-align: middle;
	height: 60px;
	width: 100%;
	margin: 0px;
	/* Innenabstand:  */
	/* background-color: silver; */ 

}

#wbleft {
  position: absolute;
  top: 67px;
  left: 10px;
  width: 105px;
  height: auto;
}

#wbinhalt {	
	position: relative;
	top: 5px;
	left: 55px;
	width: 570px;
	height: auto;
	/*border-left: 1px gray dashed; */
	/* border-right: 1px gray dashed; */
	border: 0px red solid;
	right: 0px;
	padding: 2px 0px 0px 0px;
	/*Außenabstand: top  right  bottom left  */

	padding-top:0%
}
 
 #history {
	font: normal 9px Arial;
	color:#dddddd;
	text-align: left;	
	width: 520px;
	height: auto;
	border: 0px #cccccc solid;
	padding: 2px 2px 2px 2px;
	/*Außenabstand: top  right  bottom left  */


}

#wbfooter {		    
	font: normal 10px Arial;
	letter-spacing: 1px;
	text-align: center;		
	height: 80px;
	width: 100%;
	margin: 0px;
	border-top: 0px #0053C7 solid;
}


 
/* Normale Link Definition  Style Sheet */
 
a:link {
	font-weight:bold;
	color: Black;
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	color: Black;
	text-decoration:none
}

a:hover {
	font-weight:bold;
	color: #0053C7;
	text-decoration:underline
}

a:active {
	font-weight:bold;
	color: Black;
	text-decoration:underline
}

/* Neue Menue Dekleration */

#menux a  { display:inline-block;
		 text-align:left; 
		 text-transform:none;		 
		 letter-spacing:1px;
		 /* font-size:12px; */
		 font-weight:bold;
         background-image:url(images/button-1.gif);
		 background-repeat:no-repeat;
		 border-style:ridge; 
		 border-color:black; 
		 border-width:0px; 
		 padding: 6px 0px 3px 12px;
		 /*Außenabstand: top       right     bottom   left  */

         width:105px; 
		 height:20px }
		 
		 
#menux  a:link    { 
	background-image:url(images/button-1.gif);
	color: black;
	text-decoration:None;  }

	
#menux a:visited { 
	background-image:url(images/button-1.gif); 
	color: black;
	text-decoration:none; }


#menux a:hover   { 
	background-image:url(images/button-1.gif); 
	color: #0053C7;
	font-weight:bolder;
	text-decoration:None; }


#menux a:active  { 
	background-image:url(images/button-1_ov.gif); 
	color: #0053C7;
	font-weight:bolder;
	text-decoration:none; }
	
	
#xactive a  { 
		display:inline-block;
		 text-align:left; 
		 text-transform:none;		 
		 letter-spacing:1px;
		 /* font-size:12px; */
		 font-weight:bolder;
         background-image:url(images/button-1_ov.gif);
		 background-repeat:no-repeat;
		 border-style:ridge; 
		color: #0053C7;
		 border-width:0px; 
		 padding: 6px 0px 3px 12px;
		 /*Außenabstand: top       right     bottom   left  */
         width:105px; 
		 height:20px;
}

/* Menue ENDE */




/* Überschrift und Text Definitionen   Style Sheet */

p {
	text-align: justify;
	margin: 0px 14px 10px 10px;
	/*Innenabstand:  top  right  bottom left  */
	}


img {	
	padding: 0px 0px 10px 0px;
	/*Außenabstand: top  right  bottom left  */
}

#img-left {	
	padding: 0px 10px 0px 0px;
	/*Außenabstand: top  right  bottom left  */
}




h1 {
	color: #0053C7;
	font-size: large;
	font-weight: normal;
	letter-spacing: 1px;
	text-align:right;
	margin-top:0px;
	font-style: normal;
	margin: 0px;
	padding: 20px 20px 0px 0px;
	/*Außenabstand: top  right  bottom left  */
}


h2 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align:left; 
	margin-top:1px; 
	font-style: normal;
	padding: 5px 0px 0px 10px;
	/*Außenabstand: top        right     bottom   left  */

}


h3 {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: right; 
	margin-top: 1px; 
	padding: 0px 14px 0px 10px;
	/*Außenabstand: top  right  bottom left  */
}

h4 {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left; 
	margin-top: 1px; 
	padding: 0px 14px 0px 10px;
	/*Außenabstand: top  right  bottom left  */
}



table {
	font-size: 12px;
	text-align: justify;
}


