body
	{
	/*color: #C0C0C0;*/
	/* background: #6D1501;/*darkgray; /*black;*/
	background:#F3F3F3;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link { 
	color: #FF0000;
	text-decoration: none; 
} 

a:visited { 
	color: #FF0000;
	text-decoration: none;
} 

a:active { 
	color: #FF0000;
	text-decoration: none;
} 

img { 
	border: 0; 
	margin: 0;
}
	
	
	
h1 {
	font-size: 12pt;
	color: white;/*#6D1501;*/ /*#FF0000;*/
	background-color:#6D1501;
	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: 5;
	margin-bottom: 5;	
}
	
table {
	border:0;
}

p, li, td {

	font-size: 10pt;
	color: #666666;
	margin-top: 0;
	margin-bottom: 10px;
}

li {
	/*line-height:50%;*/
	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;
	text-decoration: none;
	line-height: 170%;
} 

a.navi:visited { 
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 170%;
} 

a.navi:active { 
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 170%;
} 


/***************navi2*************************/
a.navi2:link { 
	font-size: 10px;
	color: #6D1501;
	text-decoration: none;
	line-height: 170%;
} 

a.navi2:visited { 
	font-size: 10px;
	color: #6D1501;
	text-decoration: none;
	line-height: 170%;
} 

a.navi2:active { 
	font-size: 10px;
	color: #6D1501;
	text-decoration: none;
	line-height: 170%;
} 

/***************navi2*************************/
.unten {
	font-size: 10px;
	color: #FFFFFF;
	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;
}