html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	lline-height: .8em;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	overflow: auto;
}

h1 
{
	font-size: 24px;
	color: #dfcf9c;
	font-weight:bolder;
	line-height: 1em;
	margin: 5px 0 0 0;
}
h2 
{
  font-size: 12px;
	color: #dfcf9c; 
	font-weight:bolder;
	line-height: 1em;
	margin: 5px 0 0 0;

}
a:link 
{
  color: #662081; 
	text-decoration:none;
}
a:visited 
{
  color: #662081; 
	text-decoration:none;
}
a:active 
{
  color: #dfcf9c; 
	text-decoration:none;
}
a:hover 
{
  color: #dfcf9c; 
	text-decoration:none;
}
label
{
	font-weight: bold;
}
.styles 
{
  margin: 0;
}
.copy
{
  color: #662081;
}
.content
{
  position: relative;
	float: left;
	width: 380px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: right;
}
.pics
{
  position: relative;
	float: left;
	width: 200px;
	height: 100%;
	margin-top: -10px;
}
.singlepic
{
  position: relative;
	float: left;
	width: 80px;
	padding: 10px 0px 10px 20px;
	border: 0px;
}
.singlepickontakt
{
  position: relative;
	float: left;
	width: 180px;
	padding: 10px 0px 10px 20px;
	border: 0px;
}
#wrapper
{
  text-align: left;
	width: 802px;
	margin: auto;
	position: relative;
	height: 100%;
}
#header
{
	width: 800px;
	height: 175px;
	position: relative;
	background: url(../images/hintergrund_top.gif) no-repeat left top;
}
#logo
{
  position: relative;
	top: 40px;
}
#navigation
{
	float: left;
	width: 200px;
}
#navigation ul
{
  padding: 0px;
	margin: 0px;
	list-style: none;
}
#navigation hr 
 {
  height: 17px;
  background: #fff url(../images/ende_link_leiste.gif) no-repeat scroll center;
	border: 0px;
	margin-top: -1px;
}
#contentwrapper
{
  position: relative;
	float: left;
	width: 600px;
}
#picgross
{
  width: 380px;
}