/* grid */
#header {
	margin: auto;
	width:700px;
	position:relative;
}
#content {
	margin: auto;
	width:700px;
}
#navigation {
	margin:auto;
	width:700px;
}

/*body*/
body {
	background: url("bilder/hintergrund.jpg");
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*header*/
#header #mohnblume{
	position:absolute;
	left:575px;
	top:0;
}
#header a img{
	border:0;
}

/*navigation*/
#navigation {
	text-align:center;
	color:#5f383b;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#navigation ul{
	position:relative;
	left:0;
	top:0;
	margin: auto;
	width:700px;
	list-style:none;
	padding:0;
	margin:20px 0;
}
#navigation  li{
	display:inline;
}

#navigation a {
	color:#ee2e2e;
	font-size:1em;
	margin:0.3em;
	text-decoration:none;
}

#navigation  a:hover {
	color:#5f383b;
	text-decoration:underline;
}

#navigation  .active{
	color:#5f383b;
	text-decoration:none;
}

#navigation   .active:hover{
	text-decoration:none;
}

/*content*/
#content h2{
	font-size:14px;
	color:#5f383b;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
}
#content  .darsteller dt {
	width:380px;
	border:1px solid black;
	float:left;
}
#content  .darsteller dd {
	width:380px;
	border:1px solid black;
	display:inline;
	margin:0;
}
#content  .instrumente dt {
	width:100px;
	border:1px solid black;
	clear:both;
}
#content .instrumente dd {
	display:inline;
	margin:0;
}

#content p, li, td{
	font-size:13px;
	line-height:18px;
}
#content a{
	color:#000000;
	text-decoration:none;
}

#content a:hover{
	color:#5f383b;
}

/*home*/
#home{
	margin: auto;
	width:1000px;
}
#home #namen{
	margin
}
#home #bild{
	text-align:center;
}
