
a:link {text-decoration:underline; color: #999933; }  
a:visited {text-decoration:underline; color: #999933;  }
a:hover {text-decoration:underline; color: #999933; }   
a:active {text-decoration:none; color: #999933; }  
a:focus {text-decoration:none; color: #999933; }   

body  { background-color: #efefef;
              background-image:url(images/main_schatten.gif); 
			  background-repeat:repeat-y;
			  background-position:right;
			  
	         margin-top: 20;
			 margin-bottom: 15;
             margin-left: 15;
             margin-right: 25; 
			  
			  color: #333333;
	  	      font-family: ,arial,helvetica,sans-serif;
	  	      font-size: 11 pt;
		       line-height: 115%;
		
		scrollbar-face-color: #e8e8e8;
		scrollbar-shadow-color: #777;
		scrollbar-highlight-color: #777;
		scrollbar-3dlight-color: #fff;
		scrollbar-darkshadow-color: #ccc;
		scrollbar-track-color: #e8e8e8;
		scrollbar-arrow-color: #777
	  }

	  
table {	border: 0;
		padding: 0;
		border-color: none;
		color: #333333;
	  	font-family: arial,helvetica,sans-serif;
	  	font-size: 11pt;
		line-height: 105%;
	  }

td	{vertical-align: top;
	  border: 0;}

img {float: right;             /*Bild-Standardausrichtung ist rechts*/
	 margin-top: 5px;
	 margin-left: 15px;
	 margin-bottom: 15px;
	 border:0px;}

ul {margin-top: 3px;}

h1  {color:  #666666;            /*Seitenüberschriften*/
	  font-size: 15px;
	  font-weight: bold;
	  font-stretch: expanded;
	  padding-left:8px;
	  pading-top:15px;
	}

h3  { color: #666666;            /*Absatzüberschriften oder Unterüberschriften*/
	  font-size: 11pt;
	  font-weight: bold;
	  font-stretch: expanded;
	  text-decoration: none;
	margin: 0 px;
	margin-top: 10px;
	 padding-left:8px
	}

hr {heigth: 1px;
    width: 100%;
    margin-left: 10 px;
   }
   
p {padding-left: 8px;}

.hinweis {font-size: 10 pt;				/*kleingedrucktes, pauschal*/
          color: #333333;
		  }
.fett    {font-weight: bold;}			/*Klasse für Fett*/
.cursiv  {font-style: italic;}

.topalign{	vertical-align: top;
}

