


 
/********************************************************************************
 * Basis Definitionen
 ********************************************************************************/

 body, p, ul, ol, li, td, th, i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;	
	color: black;
	background-color: #ffffff;
	}
	
 body, p, td, th, i {
 margin: 0px;
 }
	
body {
	background: url(../bilder/back.gif); 
}

	
td {
vertical-align: top;
text-align: left;
background-color: #ffffff;
}
	
	/* optionale tags für scrollbars in farbe

  scrollbar-face-color:#CCB000; 
  scrollbar-arrow-color:#CCB000; 
  scrollbar-shadow-color:#ffffff; 
  scrollbar-darkshadow-color:#CCB000; 
  scrollbar-highlight-color:#CCB000; 
  scrollbar-3dlight-color:#CCB000; 
  scrollbar-track-color:#FCF7DF;
  
 */  

 
 form, text ,input, select, option, textarea, .form {
  font-size :8pt; 
  font-family : Arial, Helvetica, sans-serif; 
  font-weight : normal; 
  font-style : normal;
  margin: 0px;
  }

/* texte */


/* listen */


ul {
	list-style-type:disc;
	list-style-position : inside;
	padding:0px;
}

ol {
	list-style-position : outside;
	padding:0px;
}

li{
	padding-left:0px;
	margin: 0px;
}


.header_gray {

font-weight: bold;
margin-bottom: 5px;
margin-top: 10px;
}

.bottom_space {
padding-bottom: 4px;
}

h1 {
		font-size:11pt;
		color: #656565;
		font-weight: bold;
		margin: 0px;
		margin-bottom: -2px;
}

h2 {
		font-size:9pt;
		color: #656565;
		font-weight: bold;
		margin: 0px;
		margin-bottom: -7px;
}

.white_text {
color: #ffffff;
}

.small {
	font-size: 7pt;
}
