/* --- General Properties --- */

* {
	margin:0;
	padding:0;
	}

body {
	font-family: verdana, arial;
	font-size: 0.75em;
	color:#000000;
	line-height:1.3em;
	background-color:#6f715c;
	}

a:link {
	text-decoration: none;
	color: #fcc600;
	}

a:active {
	color:#d17000;
	text-decoration:none;
	}

a:hover {
	color:#d17000;
	text-decoration:underline;
	}

/* --- Text Properties --- */
p {
	color:#000000;
	padding-top:1em;
	}

.bold {
	color:#d17000;
	font-weight:bold;
	}

h1 {
	font-size:1.3em;
	color:#d17000;
	font-weight:bold;
	text-align:left;
	padding-bottom:0.5em;
	padding-top:1.5em;
	}

h2 {
	font-size:1.3em;
	color:#d17000;
	font-weight:bold;
	text-align:right;
	padding-bottom:0.5em;
	padding-top:1.5em;
	}

/* --- Image Properties --- */

p.imageright {
	float:right;
	width:160px;
	height:auto;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
	}

p.imageleft {
	float:left;
	width:160px;
	height:auto;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	margin:1.25em 2.5em 0.25em 0.25em;
	}

/* --- General Div Properties --- */

#container {
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	background:url(bg.gif);
	border-left:10px solid #85c226;
	border-right:10px solid #85c226;
	padding-top:3em;
	}

#pageHeader { 
	background: url(header.jpg);
	position: relative;
	width: 770px;
	height: 216px;
	margin-bottom:60px;
	}

#footer {
	clear: both;
	height:6em;
	padding-right:4.5em;
	}
	
#footer img{
	float:right;
	border:0;
	height:31px;
	width:88px;
	margin-top:1.2em;
	}
	
/* --- Content Properties--- */

#content {
	float:left;
	left:200px;
	width:500px;
	background: transparent;
	margin-top:-5em;
	margin-left: 6em;
	min-height:450px;
	}

/* --- Menü Properties --- */

/* Navbar */

ul {
	float:left;
	width: 10em;
	margin: 0;
	padding: 0;
	border:0;
	}
* html ul {  /* Korrekturen fuer IE 5.x */
	width: 11.6em;
	w\idth: 10em;
	padding-left: 0;
	padd\ing-left: 0.8em;
	}
	
ul li {
	list-style: none;
	margin:0;
	padding:0;
	background-color:#7d6340;
	border-bottom:1px dotted #85c226;
	}

ul a, ul span, ul h2 {
	width:9em;
	display:block;
	padding: 0.5em;
	text-decoration: none; 
	font-weight: bold;
	color: #fcc600;
	}
* html ul a, ul span, ul h2 {
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	w\idth:9em;  /* Breitenangabe fuer IE 6 */
	}

ul h2 {
	width:10em;
	}
* html ul h2 {
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	w\idth:10em;  /* Breitenangabe fuer IE 6 */
	}

ul a:hover, ul span {
	color: #d17000;
	background: url(navbg.gif) repeat-x;
	text-decoration:none;
	}
	
ul h2 {
	font-size: 1em;
	margin:0;
	color:#FFF;
	background-color:#85c226;
	}