* {

  margin:0;
  padding:0;
}


body {
  background:#000000;
  font-family:arial, verdana, sans serif;
  text-decoration: none;
  font-size:11px;
  color:#9B9B8B;
  text-align:center;
  }
  
a:link, a:visited {text-decoration:none; color:#9B9B8B;}
a:hover, a:active {text-decoration:none; color:#717064;}


hr {

}


#container {
	background:url(../bilder/layout/background.jpg) no-repeat;
	margin:auto;
	width:430px;
	min-height:540px;
}



#navi {
	padding:256px 0 0 15px;
	text-align:left;
}


#navi img {
	border:0;
}


#main {
  width:339px;
  height:380px;
  text-align:left;
  margin:12px 0 0 50px;
}


#main h1 {
	margin:0;
	font-weight:bold;
	font-size:12pt;
	padding-bottom:20px;
}


#main p {
	line-height:12pt;
}


#main img {
	float:left;
	padding:0 18px 1px 0;
	border:0;
}