body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	background: #7D0000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#wrapper{
width: 860px;
margin: 60px auto;
padding:0px;
text-align: left;
}
#nav {
	width: 190px;
	padding: 0px;
	float: left;
	background: #FEEB05;
	height: 500px;
}
#nav h1, #nav h2 {
	text-indent: -2000px;
}
#nav h1 {
	background: url(img/nav/gesche_picolin.gif) no-repeat;
	height: 67px;
}
#nav ul {
list-style: none;
margin: 203px 0 0 0;
padding: 0;
}
#nav li {
margin-bottom: 3px;
}
#nav a {
display: block;
height: 22px;
width: 190px;
text-indent: -2000px;
}
#start {	background: url(img/nav/home.gif) no-repeat; }
#beruf {	background: url(img/nav/beruf.gif) no-repeat; }
#person {	background: url(img/nav/person.gif) no-repeat; }
#bilder {	background: url(img/nav/bilder.gif) no-repeat; }
#kontakt{	background: url(img/nav/kontakt.gif) no-repeat; }

#nav a:hover  {background-position: 0 -22px;}
#start.active, #beruf.active, #person.active, #bilder.active, #kontakt.active
 {background-position: 0 -22px;}
	
#content1 {
	width: 300px;
	height: 500px;
	background: #F76300 url(img/nav/portrait_gesche.jpg) left top no-repeat;
 padding:0px;
 float:left;
overflow: auto;

}
#content2 {
background:url(img/nav/schauspielerin.gif) no-repeat bottom  #600;
width: 367px;
float: left;

height: 500px;
overflow: auto;
}

#content2wrap {
padding: 5px 5px 60px;

}
#content2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
th, a {
font-size: 12px;
	color: #FFFF99;
	font-weight: normal;
}
th {
	text-align: right;
}
#impressum {
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}
#impressum a {
	color: #FF6600;
}