/* CSS Document */
body {
	margin:0px;
	background-color:#060714;
	/*background-image:url(../images/navi/kachelBody.jpg);*/
	background-repeat:repeat-x;
	font-family:Verdana, sans-serif;
	font-size:12px;
}
p { 
	orphans:5;
	widows:5;
}

a {
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#993300;
}
a:link, a:visited, a:active {
	color:#660000;
} 
.klein {
	font-size:90%;
}
.subNavi {
	font-size:90%;
	line-height:20px;
	padding-right:10px;
}
.roteSchrift {
	color:#5D1D0A;
}
.bildumlauf {
	float:left;
}
.bildumlaufStopp {
	clear:both;
}
/*
///////////////// Überschriften & Aufzählungen
*/
h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", Verdana;
}
h1 {
	font-size: 140%;
	color: #5D1D0A;
	font-weight:bold;
}

h2 {
	font-size: 120%;
	color: #5D1D0A;
	font-weight:bold;
}

h3 {
	font-size: 100%;
	color: #5D1D0A;
	font-weight:bold;
}
h4 {
	font-size: 100%;
	color:#333333;
	font-weight:bold;
}

h5 {
	font-size: 90%;
	color: #970202;
	font-weight:bold;
}
h6 {
	font-size:120%;
	color:#ffffff;
	font-weight:bold;
	line-height:30px;
	display:block;
	background-color:#2d0505;
	padding-left:10px;
}
ul li{
	list-style-type: square;
	line-height:20px;
	margin-left:10px;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

label{
	color: #484848;
}


