* {
	margin:0;
	padding:0;
}

body {
	background: url(img/bg_site.jpg) 50% 0 #000 no-repeat;
	text-align:center;
	font:0.8em/1.4em Helvetica, Arial;
}

#frame {
	
	width:465px;
	margin:0 auto;
}

#header {
	background: url(img/header.jpg) 50% 0 no-repeat;
	width:465px;
	height:274px;
}

#content {
	clear:both;
	border:4px solid #fff;
	background:#947d60;
	margin:0 3px;
	padding:1em;
	text-align:justify;
}

#navi {
	list-style:none;
	display:block;
	height:20px;
	width:465px;
	padding-top:254px;
	text-align:left;
	text-indent:-5000px;
}

a {
	color:#a00;
	text-decoration: none;
}


#navi li {
	display:inline;
	height:20px;
	float:left;
}

#navi li a {
	height:20px;
	display:block;
}	

#navi li a.uberuns {
	width:65px;
	background:url(img/navi.jpg) no-repeat 0 0;
}

#navi li a.repertoire {
	width:75px;
	background:url(img/navi.jpg) no-repeat -65px 0;
	margin-right:40px;
}

#navi li a.home {
	width:100px;
	margin-right:125px;
	background:url(img/navi.jpg) no-repeat -180px 0;
	
}
#navi li a.kontakt {
	width:60px;
	background:url(img/navi.jpg) no-repeat -405px 0;
}

#navi li a:hover {
	background:none;
}

h2 {
	font-size:1.2em;
	margin-bottom:0.5em;
}

h3 {
	font-size:1.0em;
	margin-bottom:0.5em;
	font-style:italic;
}

p {
	margin-bottom:1em;
}

ul.liste2, li.liste2 {
	list-style-type: square;
	display:block;
	margin-left:10px; 
	list-style-position: outside;
	padding:0;
}

ul.liste, li.liste {
  list-style-type: square;
  list-style-position: inside;
  margin-left: 15px;
  text-align: left;
  }
  

