p,BODY {
	color:black;
	background:white;
	margin-left:1%;
	margin-right:1%;
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Serif,Sans-Serif;
	font-size:12px;
	line-height:14px;
        text-align:left;
}

H1 {
	color:black;
        background:white;
        font-weight:bold;
	margin-left:+6%;
	font-size:16px;
	line-height:19px;
	text-align:center;
}

H2 {
	color:black;
        background:white;
        font-weight:bold;
	margin-left:+4%;
	font-size:14px;
	line-height:17px;
	text-align:left;
}


HR {
	width:85%;
	line-height:2px;
        text-align:center;
}

li {
	margin-left:+6%;
	font-size:13px;
	line-height:18px;
        text-align:left;
}

UL {
	font-size:12px;
	line-height:18px;
	list-style-image:url("li.gif");
	margin-left:-2%;
}

td,tr {
	vertical-align:top;
        text-align:left;
}

.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}


img.rand  {
	border-width: 3px;
	border-style: solid;
	border-color: rgb(148,35,40);
	padding: 2px;
	margin: 5px;
}

/* Grundlayout der Seite: mittig, 3geteilt */
#wrapper {
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;	
}

#inhaltsbox {
	width: 560px;
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: white;
	color: black;
	
	min-height: 420px;
	_height: 420px; /* ie hack */
}

#menubox {
	width: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	
}

#fusszeile, #kopfzeile {
	clear: both;
	background-color: rgb(148,35,40); 
	text-align: left;
	color:white;
	padding: 3px;
}


/* einzelne Elemente der NAVIGATION */
a.nav, a.nav:visited { 
	color:rgb(148,35,40); 
	background:white; 
	text-decoration:none;
}
a.nav:hover { 
	color:rgb(223, 118, 48); 
	font-weight:bold; 
	text-decoration:none; 
	background-color:white;
}
a.nav:active { 
	color:yellow; 
	background-color:#FFFF99;
}

.aktMenu { 
	color:rgb(76, 120, 19); 
	font-weight:bold;
	background-color: white;
}

a.fuss, a.fuss:visited { 
	color:white; 
	background-color:rgb(148,35,40); 
	text-decoration:none;
}
a.fuss:hover { 
	color:yellow; 
	font-weight:bold; 
	text-decoration:none; 
	background-color:rgb(148,35,40);
}

a.fuss:active { 
	color:#ce0031;
	background-color:rgb(148,35,40);
}
