body
	{
	/*color: #C0C0C0;*/
	/* background: #6D1501;/*darkgray; /*black;*/
	background:#696969;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link { 
	color: #8B4513;
	font-style:normal;
	text-decoration: none; 
		
} 

a:visited { 
	color: #8B2500;
	text-decoration: none;
} 

a:active { 
	color: #CD0000;
	text-decoration: none;
} 

img { 
	border: 0; 
	margin: 0;
}
	
	
	
h1 {
	font-size: 12pt;
	color: #6D1501;/*white;*/ /*#FF0000;*/
	background-color:#C7C7C7;
	position:relative;
	left:-10px;
	width:100%;
	padding:5px;
	padding-left:10px;
	margin-top: 0;
	margin-bottom: 5;
	/*border-top:1px solid #6D1501;*/
	<!background-image: url(./images/h1_bg.gif);>
}	
	
h2 {
	font-size: 11pt;
	color: #6D1501; /*#FF0000;*/
	margin-top: 25px;
	margin-bottom:5px;	
}

h3 {
	font-weight:bold;
	font-size: 10pt;
	color: #6D1501;
	margin-top:20px;
	margin-bottom:-10px;
}

h4 {
	font-weight:bold;
	font-size: 10pt;
	color: #6D1501; /*#FF0000;*/
	margin-top:20px;
	margin-bottom:5px;
}

h5 {
	font-size: 7pt;
	color: #666666;
	margin-top:15px;
	margin-bottom:3px;
	text-decoration: none;
}

h6 {
	font-size: 7pt;
	color: #666666;
	margin-top:5px;
	margin-bottom:2px;
	text-decoration: none;
}
	
table {
	border:0;
}

p, td {
	font-size: 10pt;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

ol, ul  {
	margin-top:3px;
	margin-bottom:-10px;
}

li {
	/*line-height:50%;*/
	font-size: 10pt;
	color: #666666;
	margin:0px;
}

/***************Forms*************************/
input, select, textarea {
	border: 1px solid #666666;
}

.button {
	border:1px solid gray;
	/*background-color:#FDC7BC;*/
}

/***************Legende*************************/

.legende {
	font-size: 10px;
	color: #666666;
	line-height: 170%;
	/*width:120px;*/
	padding:0px;
	padding-left:3px;
	vertical-align: middle;
}

/***************navi*************************/
a.navi:link { 
	font-size: 10px;
	color: #FFFFFF;
	font-style:normal;
	text-decoration: none;
	line-height: 164%;
} 

a.navi:visited { 
	font-size: 10px;
	color: #FFFFFF;
	font-style:normal;
	text-decoration: none;
	line-height: 164%;
} 

a.navi:active { 
	font-size: 10px;
	color: #6D1501;
	font-style:normal;
	text-decoration: none;
	line-height: 164%;
} 


/***************navi2*************************/
a.navi2:link { 
	font-size: 10px;
	color: #6D1501;
	font-style:normal;
	text-decoration: none;
	line-height: 170%;
} 

a.navi2:visited { 
	font-size: 10px;
	color: #6D1501;
	font-style:normal;
	text-decoration: none;
	line-height: 170%;
} 

a.navi2:active { 
	font-size: 10px;
	color: #6D1501;
	font-style:normal;
	text-decoration: none;
	line-height: 170%;
} 


/***************navi2*************************/
.unten {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

/***************navi3*************************/
a.navi3:link { 
	font-size: 10px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	line-height: 170%;
} 

a.navi3:visited { 
	font-size: 10px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	line-height: 170%;
} 

a.navi3:active { 
	font-size: 10px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	line-height: 170%;
} 

/***************navi3*************************/
.unten3 {
	font-size: 10px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 0;
}

/***************Schattenstyles*************************/
.schattenrechts{
	background-image: url(./images/s_rechts.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

.schattenunten{
	background-image: url(./images/s_unten.gif);
	background-repeat: repeat-x;
	text-align: left; 
}

.schattenoben{
	background-image: url(./images/s_oben.gif);
	background-repeat: repeat-x;
	text-align: left; 
}

.schattenlinks{
	background-image: url(./images/s_links.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}