/*
Globale Informationen
Farbode
	dunkles rot	#c50d0e
	helles rot #ff0000

*/

body,tr,td,a {
	font-family:'Arial',sans-serif;
	font-size:90%;
	color:#000;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

body {
	background-color:#f2f2f2;
	margin:0;
	padding:0;
}

dfn {
	display:none;
}

ul {
	margin:0px;
	padding:0px;
}

#wrapper {
	background-color:#f9f9f9;
	width:897px;
	margin:0 auto;
	border-right:2px solid #c50d0e;
	border-left:1px solid #000;
}

/*Header*/
#header {
	width:897px;
	height:215px;
	background-image:url("header.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
#header a {
	display:block;
	width:450px;
	height:120px;
	position:absolute;
	margin-left:445px;
	margin-top:0px;
}
#header a span {
	display:none;
}	


/*Navigation*/
#nav {
	width:325px;
	min-height:450px;
	float:left;
	background-image:url("menu.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

#nav ul {
	list-style:none;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:-10px;
	background-image:url("nav_elem.png");
	background-position:top left;
	background-repeat:repeat-y;
}
#nav ul li {
	padding-bottom:10px;
	padding-left:10px;
}
#nav ul li li {
	padding-bottom:5px;
}
span.dn, span.hier {
	display:none;
} 
#nav a#current {
	font-weight:bold;
}

/* Footer */
#footer {
	float:right;
	width:525px;
	height:30px;
	background-image:url("footer.gif");
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:5px;
	margin-bottom:20px;
	padding-top:133px;
}

/* Inhaltsbereich */
h1 {

	font-family:'Arial Narrow','Arial',sans-serif;
	border-bottom:5px solid #c50d0e;
	font-weight:bold;
	padding-bottom:8px;
	width:525px;
	font-size:1.8em;
	line-height:1.1em;
}

h2 {
	font-size:1.3em;
	line-height:110%;
	margin:5px 0px;
}


#main_content {
	width:550px;
	float:right;
	line-height:130%;
}

#main_content #text {
	margin-right:10px;
}
