@charset "UTF-8";
/* CSS Document */

body, h1, ul, li, a {
	margin: 0; padding: 0; border: 0;
}

body {
	background: url(img/bgr.png);
	
}

a, #contact a {
  outline: none;
  color: #e6e6e6;
  text-decoration: none;
}

#contact a {
	color: #666;

}

a:hover, #contact a:hover {
	color: #F90;
	text-decoration:none;
	
}

a:focus {
  -moz-outline-style: none;
}

#container {
	width: 1095px; margin: -40px auto;
	position: relative;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	
	
}

#badge {
	width: 208px; height: 71px;
	position: relative; left:930px; bottom:35px; z-index: 15;
	background: url(img/bottom2.png);

}

#contact, #imprint {
	width: 500px;
	position: relative; left:585px; bottom:40px; z-index: 15;
	text-align:right; text-decoration:none;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: xx-small; color: #666;
	letter-spacing: 0.3em;
	
}

ul.tabs li {
list-style:none;
}

ul.dropdown
{
display:none;
}
	
		

h1 {
	width: 222px; height: 144px; margin: 0 auto; position: relative; top: 50px;
	background: url(img/head2.png); text-indent: -9999px; z-index: 10;
}

#slideshow {
	width: 1083px; height: 518px;
	overflow: scroll;
	position: relative; z-index: 5;
	
}

.fb-like {
	top: 40px;

}


#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 20px; z-index: 15;
	
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 15px;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 20px 0 0;
	}
	div#slideshow ul#nav li a {
		display: block; width: 30px; height: 34px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(img/prev.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(img/next.png);
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
			

}

