html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #868686;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #EBEBEB;
	text-decoration: none;
}

a:hover {
	color: #868686;
}

a {
	outline: none;
}

img {
	border: none;
}

#wrapper {
	width: 1020px;
	margin: 0px auto;
	background: #000;
	overflow: hidden;
}

#header {
	width: 1020px;
	height: 35px;
	padding: 5px 0 0 0;
	line-height: 1em;
	float: left;
}

#header p {
	margin: 0;
	padding: 0;
}

#pages {
	float: right;
	list-style: none;
	margin: 10px 55px 0 0;
	padding: 0;
}

#pages li {
	display: inline;
	margin: 0 0 0 10px;
}

#pages li.telefon {
	color: #868686;
}
#content .carousel  {
	position: relative;
}

#content .main {
	margin: 0;
}

#content .carousel a.prev1, #content .carousel a.prev3 {
	display: block;
	margin-top:2px;
	margin-left: 11px;
	float:left;
	width: 39px;
	height: 60px;
	background: url("../img/gfx/prev1.png") no-repeat 0 0;
}

#content .carousel a.prev1:hover, #content .carousel a.prev3:hover {background: transparent url("../img/gfx/prev1.png") no-repeat 0 -60px;}

#content .carousel a.next1, #content .carousel a.next3 {
	display: block;
	margin-top:2px;
	float:left;
	width: 39px;
	height: 60px;
	background: url("../img/gfx/next1.png") no-repeat 0 0;
}

#content .carousel a.next1:hover, #content .carousel a.next3:hover {background: transparent url("../img/gfx/next1.png") no-repeat 0 -60px;}

#content .carousel a.prev2 {
	position: absolute;
	width: 380px;
	height: 450px;
	background: url("../img/gfx/prev2.png") no-repeat 0 0;
	top: 124px;
	left: 30px;
	z-index: 10000;
}

* + html #content .carousel a.prev2  { top: 5px; } 

#content .carousel a.next2 {
	position: absolute;
	width: 380px;
	height: 450px;
	background: url("../img/gfx/next2.png") no-repeat 0 0;
	top: 124px;
	right: 30px;
	z-index: 10000;
}
* + html #content .carousel a.next2  { top: 5px; } 

#content .carousel a:hover, #content .carousel a:active {
	border: none;
	outline: none;
}    


#content .carousel .rotate1, #content .carousel .rotate3{
	float: left;
	margin: 0 0 0 0;
	position: relative;
	visibility: visible;
	left: -5000px;
	overflow: hidden;
	z-index: 2;
}

#content .carousel .rotate2 {
	float: left;
	margin: 20px 0 20px 30px;
	position: relative;
	visibility: visible;
	left: -5000px;
	overflow: hidden;
	z-index: 2; 
	width: 960px;
}

#content .carousel ul { margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; }

#content .rotate1 ul, #nieogarniete ul {
	position: relative; 
	list-style-type: none; 
	z-index: 1;
}

#content .rotate1 li img, #nieogarniete li img {
	width: 64px;
	height: 64px;
}

#content .rotate1 li, #nieogarniete li {
	width: 64px;
	height: 64px;
	margin: 0 10px 0 10px;
	overflow: hidden; 
	float: left; 
}

#content .rotate2 ul { width: 4180px; left: -2280px; }

#content .rotate2 li img {
	width: 300px;
	height: 450px;
}

#content .rotate2 li {
	width: 300px;
	height: 450px;
	margin: 0 10px 0 10px;
	overflow: hidden; 
	float: left;
}


