BODY {
	background-color: #ffFFFF;
	/*background-color: #CCFFFF;*/
	font-family : tahoma, Arial, Helvetica, sans-serif;
	color: #8B4513;
	font-size: 13px;
	margin: 5% 10% 5% 10%;	
	list-style : circle;
}
.leiste{
	background-color: #FF8C00;
	border-style : solid;
	border-color : #FF8C00;
	font-size: 12px;
}
.bild{
	text-align: right;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0033FF;
	}
A {
	color: blue;
	text-decoration: none;
	/*font-weight: bold;*/
}
A:Hover {
	text-decoration: underline;
	color: #FFffff;
}
A:Hover.text {
	text-decoration: underline;
	color: #FF0033;
}
a:visited {
	color: #000080;
}

H1{ 
	color: #8B4513;
	font-size: 26px;
	font-weight: bold;
	width: 100%;	
}

H2{ 
	color: #8B4513;
	font-size: 20px;
	font-weight: normal;
	width: 100%;	
}
p, text, ul {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B4513;
	list-style : circle;
}



