
/* Reset all */
@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 70%;
	line-height: 1.6em;
	color: #666;
	background: #000;
	background-image: url(jpg/bgrd.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #333;

	text-decoration: underline;
}

a:visited {
	color: #333;

	text-decoration: underline;
}
a:hover {
	background-color: #333333;
	color: #FFFFFF;
}


/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
	margin: 0;
	padding: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	color: #aa2c01;
	
	font-size: 185%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	letter-spacing: -1px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 9px;

}

h2 {
	color: #1c4480;
	
	font-size: 145%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	
	margin-bottom: 19px;


}

h3 {

}

h4 {

}

/* Layout */
#wrapper {
	width: 778px;
	margin: 0 auto;
	
}

#header {
	width: 778px;
	height: 226px;
	background-image: url(jpg/bg_head.jpg);
	background-repeat: no-repeat;
	
}
#headerimg {
	width: 267px;
	height: 226px;
	float: right;
	padding-right: 16px;
}
#metanav {	
text-align: right;

margin-right: 60px;
margin-top: 33px;
padding-bottom: 15px;


}
#metanav a {
	color: #FFFFFF;
	font-size: 85%;
	margin-right: 4px;
	text-decoration: none;


}
#metanav a:hover {
	color: #ff4100;
	
}
#metanav a:visited {
	color: none;
text-decoration: none;
}

#navi {
	width: 185px;
	float: left;
	padding-left: 75px;
	padding-top: 10px;
}
#navi ul li {
	list-style: none;

}
#navi li {
	margin-bottom: 4px;
	
}
#navi a {
	font-size: 95%;
	border-left: 1px solid #aa2d02;
	padding-left: 6px;
	display: block;
	width: 160px;
	margin-left: 5px;
	text-decoration: none;
	
}
#navi a:hover {
	color: #FFFFFF;
	background-color: #aa2c01;
	font-weight: 300;
}
#nav a:visited {
	text-decoration: none;
}
.active {
	color: #FFFFFF;
	background-color: #ce3400;
	font-weight: 300;
		font-size: 95%;
	border-left: 1px solid #aa2d02;
	padding-left: 6px;
	display: block;
	width: 120px;
	margin-left: 5px;
}
#content {
	width: 778px;
	background-image: url(jpg/bg_content.jpg);
	background-repeat: no-repeat;
	
	padding-top: 13px;
}

#text {
	float: left;
	width: 400px;
	padding-left: 10px;
	padding-top: 10px;
}
#text ul {
	margin-bottom:20px;
}
#text li {
	width: 230px;
	list-style-image: url(jpg/bg_li.gif);
	margin-bottom: 4px;
	list-style-position: inside;
	color: #88432b;
	border-bottom:1px dashed #b9dba0;
	padding-bottom:6px;
	
}
#text li:hover {
	background-color: #efefef;
}
#footer {



}

