body {
	background-color: #fefefc;
	font: normal 11px/13px Arial, sans-serif;
	text-align: center;
	margin-top: 0;
	color: #5d5d5d;
}

/* auto hoehe fuer ie */
#container {
	background: #f6f8f4 url('../img/edge.gif') repeat-y;
	width: 712px;
	height: 780px;
	text-align: center;
}

/* auto hoehe fuer die guten */
#container[id] {
	height: auto;
	min-height: 780px;
	margin: 0 auto;
}

#head {
	height: 120px;
	width: 698px;
	background: #fff url('../img/logo.png') no-repeat 36px 53px;
	margin: 0 auto;
}

#middle {
	height: 236px;
	width: 698px;
	background: #f6f8f4 url('../img/bg_middle.gif') repeat-x;
	margin: 0 auto;
	text-align: left;
}

#image {
	width: 347px;
	height: 208px;
	background: #fff url('../img/image_border.gif') no-repeat;
	position: relative;
	top: 5px;
	left: 32px;
	float: left;
}

#image img {
	margin: 13px 0 0 13px;
}

#headline {
	float: right;
	margin: 110px 18px 0 0;
}

#content {
	width: 590px;
	background: #f6f8f4;
	margin: 0 auto;
	height: 329px;
	text-align: left;
	padding: 0 72px 36px 36px;
}

/* auto hoehe fuer die guten */
#content[id] {
	height: auto;
	min-height: 329px;
}

#bottom {
	height: 55px;
	background: #fff url('../img/edge_bottom.gif') no-repeat bottom;
	font: normal 9px/10px Arial, sans-serif;
	color: #5d5d5d;
	text-align: left;
	padding: 9px 0 0 36px;
}

#content h1 {
	margin-top: 33px;
	font: normal 27px/27px Arial, sans-serif;
	color: #475f2e;
}

/* position fuer ie */
#bottom span {
	padding-left: 75px;
}

a {
	text-decoration: none;
	color: #61803f;
}


/* navigation */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 7px 9px;
	text-align: right;
	white-space: nowrap;
}

ul#nav li {
	display: inline;
	margin: 0 9px;
}

ul#nav a {
	text-decoration: none;
	padding: 4px 0 0;
	color: #fff;
	font-size: 12px;	
}


ul#nav a#current { 
	border-top: 3px solid #fff;
}

ul#nav a:hover { 
	border-top: 3px solid #fff;
}


span {
	padding-left: 20px;
}
