html, body {
	margin: 0;
	padding: 0;
	font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
	background : #fff;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.logo {
	margin: 0;
	padding: 0;
	border: none;
}

a, h1, h2, h3, h4, h5, h6, p, td, tr {
	margin: 0;
	padding: 0;
}

/* --- LAYOUT -------------------------- */

#gesamteseite {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: #fff url('hintergrund.gif') repeat-y;
	text-align: left;
}

#kopfzeile {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 210px;
}

#linkespalte {
	margin: 0;
	padding: 0;
	width: 340px;
	float: left;
}

#linkespalte-abstand {
	margin: 10px 5px 0 30px;
}

#rechtespalte {
	margin: 0;
	padding: 0;
	width: 430px;
	float: right;
}

#rechtespalte-abstand {
	margin: 10px 30px 20px 10px;
}

#fusszeile {
	margin: 0;
	padding: 0;
	clear: both;
	width: 770px;
	height: 30px;
	text-align: center;
	background: #fff url('fusszeile_hintergrund.jpg') bottom left no-repeat;
}

#fusszeile-abstand {
	margin: 4px 30px 10px 30px;
}



/* --- NAVIGATION -------------------------- */


/* navigation */

#navcon {
	margin: 0 0 0 20px;
}


#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 730px;
	list-style: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #333;
	background: #555 url('nav-hintergrund-dunkelgrau.gif') repeat-x top left;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url('nav-li-hintergrund.gif') no-repeat top right;
}

#nav a {
	float: left;
	padding: 5px 13px;
	text-decoration: none;
	color: #fff;
}

#nav a:hover, #nav a.aktuell {
	color: #fff;
	background: #aaa url('nav-aktuell-hintergrund.gif') repeat-x bottom left;
}

#nav a.aktuell {
	font-weight: bold;
	background: #777 url('nav-aktuell-hintergrund.gif') repeat-x bottom left;
}

	
/* --- SUB NAVIGATION -------------------------- */
	
#subnavcon {
	margin: 0 0 0 20px;
}


#subnav {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 730px;
	list-style: none;
	border-top: 1px solid #bbb;
	border-bottom: 0px solid #355A10;
	background: #777 url('subnav-hintergrund-grau.gif') repeat-x top left;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url('subnav-li-hintergrund.gif') no-repeat top right;
}

#subnav a {
	float: left;
	padding: 5px 13px;
	text-decoration: none;
	color: #fff;
}

#subnav a:hover, #subnav a.aktuell2 {
	color: #fff;
	background: #aaa url('subnav-aktuell-hintergrund.gif') repeat-x bottom left;
}

#subnav a.aktuell2 {
	font-weight: bold;
	background: #aaa url('subnav-aktuell-hintergrund.gif') repeat-x bottom left;
}


	