/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
html,body {
	text-align: center;
	line-height: 1.4;
	height: 100%;
	color: #000;
	background: #fefefb url(../images/bg.gif) repeat-x left bottom fixed;
	font: 100.1% arial,verdana,helvetica,sans-serif;
	height: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

.c { clear: both; }
.dn { display: none; }
.s { font-size: 0.9em; }
p { margin: 0.7em 0; }
.fett {
	font-weight: 600;
}

h1{
	text-align: center;
	font-size: 1.3em;
}

h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

#right ul, #right ol {
	margin: 1em 2em;
}

#wrapper {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 780px;
	min-height: 100%;
	background: #fff url(../images/header.jpg) no-repeat;
	font-size: 0.9em;
}

* html #wrapper {
	height: 100%;
}

#topnav {
	float: right;
	margin-top: 6px;
	list-style: none;
}

#topnav li {
	float: left;
}

#topnav li a {
	color: #fff;
	font-style: italic;
	font-size: 0.8em;
	font-weight: 600;
	border-right: 1px solid #D4EF20;
	padding: 0 13px;
}

#topnav li a.last {
	border-right: none;
}

#topnav li a:hover {
	color: #D4EF20;
}

#content {
	padding: 270px 0 30px 0;
	float: left;
	width: 100%;
}

#content a:hover {
	color: #6E901F;
}

#left {
	float:left;
	margin: 0 10px;
	width: 160px;
}

* html #left {
	margin: 0 5px;
}

#left .box {
	background:#C4C6AA;
	margin-bottom: 10px;
}

#left .box ul {
	list-style: none;
	padding: 10px;
	font-weight: 600;
	line-height: 1.5;
}

#right {
	float:right;
	margin-right: 24px;
	width: 550px;
	line-height: 1.4;
}

* html #right {
	margin-right: 12px;
}
