/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	background-color: #FFFFFF;
	color: #7B797B;
}
	
td	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;}	

a {
	color: #7B797B;
}

a:hover {
	color: #DE8208;
}

H1 a, H2 a {
	color: #7B9A29;
}

p	{
	margin-top: 8px;
	margin-bottom: 8px;
	}

h1	{
	font-size: 16px;
	color:  #7B9A29;
	margin-bottom: 8px;
	font-weight: bold;

	}

h2	{
	font-size: 12px;
	color:  #7B9A29;
	margin-bottom: 0px;
	}
	
ul	{
	list-style-type: square;
	margin-left: 15px;
	margin-top: 0px;


	}
	
ol li	{
	padding-bottom: 6px;
	}
	
strong {
	font-weight: bold;
	color: #7B9A29;
}		
	
.haupttabelle	{
	border: 0px solid;
	height: 100%;
	width: 100%;
}
	
	
.navigation	{
	background-image: url(pics/hg_nav.gif);
	background-repeat: repeat-x;
	}	
	
	
.fusszeile	{
	font-size: 10px;
	text-indent: 20px;
	height:27px;
	background-image: url(pics/fusszeile.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: left bottom;
	padding-bottom: 1px;
	background-color: #DE8208;

	}
	
.fusszeile a{
	color: white;
	text-decoration: none;}

.fusszeile a:hover{
	color: white;
	text-decoration: underline;}	
	

.inhalt {
	background-color: #FFE38C;
}

.tabelleinhalt	{
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 70px;

}

.tabelleinhalt_zweispalten	{
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 70px;}


.zitat {
	background-image: url(pics/illu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.kasten {
	background-color: #DEDB7B;
	padding: 5px 9px;

}

.kasten a:hover{
	color:  #7B9A29;
}
