/*
	Normal: 0
	Animationen: 1
	Karten: 2
	Navigation: 2
	Logo 3
	Tooltipps: 4
	Lupe: 5
	Footer: 10;
*/
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3a9dff;
	color: #003366;
}

.clear {
	clear: both;
}

a {
	color: #410a00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ############################### Grundriss ################################### */

#container {
	position: relative;
	width: 1024px;
	margin:auto;
}

#logo {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 252px;
	height: 95px;
	z-index: 3;
}

#logo img {
	behavior: url(iepngfix.htc);
	border: 0;
}

#navigation {
	position: absolute;
	top: 120px;
	left: 15px;
	width: 146px;
	height: 440px;
}

#navigation img {
	border: 0;
}

/* ############################### Footer ################################### */

#footer {
	position: absolute;
	width: 1024px;
	text-align: center;
	top: 750px;
	z-index: 10;
}

#footer a {
	color: #003366;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ############################### Herzen ################################### */

#heart1 {
	position: absolute;
	top: 150px;
	left: 39px;
	background-image: url(../images/hearts/heart1.jpg);
	width: 18px;
	height: 14px;
	z-index: 2;
	overflow: hidden;
}

#heart2 {
	position: absolute;
	top: 188px;
	left: 43px;
	background-image: url(../images/hearts/heart2.jpg);
	width: 16px;
	height: 16px;
	z-index: 2;
	overflow: hidden;
}

#heart3 {
	position: absolute;
	top: 229px;
	left: 42px;
	background-image: url(../images/hearts/heart3.jpg);
	width: 14px;
	height: 16px;
	z-index: 2;
	overflow: hidden;
}

#heart4 {
	position: absolute;
	top: 275px;
	left: 30px;
	background-image: url(../images/hearts/heart4.jpg);
	width: 14px;
	height: 13px;
	z-index: 2;
	overflow: hidden;
}

#heart5 {
	position: absolute;
	top: 318px;
	left: 27px;
	background-image: url(../images/hearts/heart5.jpg);
	width: 14px;
	height: 14px;
	z-index: 2;
	overflow: hidden;
}

#heart6 {
	position: absolute;
	top: 363px;
	left: 37px;
	background-image: url(../images/hearts/heart6.jpg);
	width: 14px;
	height: 15px;
	z-index: 2;
	overflow: hidden;
}

#heart7 {
	position: absolute;
	top: 403px;
	left: 40px;
	background-image: url(../images/hearts/heart7.jpg);
	width: 15px;
	height: 14px;
	z-index: 2;
	overflow: hidden;
}

#heart8 {
	position: absolute;
	top: 447px;
	left: 47px;
	background-image: url(../images/hearts/heart8.jpg);
	width: 14px;
	height: 12px;
	z-index: 2;
	overflow: hidden;
}

#heart9 {
	position: absolute;
	top: 495px;
	left: 35px;
	background-image: url(../images/hearts/heart9.jpg);
	width: 17px;
	height: 13px;
	z-index: 2;
	overflow: hidden;
}

/* ############################### Lupe ################################### */

#lupe {
	position: absolute;
	top: 0px;
	left: 279px;
	width: 693px;
	height: 768px;
	z-index: 5;
}

#close-lupe {
	position: absolute;
	left: 270px;
	top: 594px;
	z-index: 20;
}

#close-lupe a {
	color: #FFF;
}

#close-lupe a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ############################### News ################################### */

#news {
	position: absolute;
	top: 61px;
	left: 155px;
	background-image: url(../images/raeume/bg-news.jpg);
	width: 860px;
	height: 678px;
	z-index: 2;
}

#news-detail-container {
	position: absolute;
	top: 100px;
	left: 80px;
	height: 440px;
	width: 460px;
}

h3 {
	color: #f1a0c2;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

h3 img {
	margin-right: 10px;
}

#news-detail {
	position: absolute;
	height: 440px;
	width: 440px;
	padding-right: 20px;
	color: #006e9e;
	line-height: 18px;
}

#news-detail a,
#news-before a,
#news-after a {
	color: #f1a0c2;
	text-decoration: underline;
	font-weight: bold;
}

#news-detail a:hover {
	text-decoration: none;
}

#news-latest {
	position: absolute;
	left: 605px;
	top: 100px;
}

#news-latest ul {
	list-style-type: none;
	margin-left: 0px;
}

#news-latest ul li {
	background-image: url(../images/hearts/news-latest.jpg);
	background-repeat: no-repeat;
	background-position:0px 7px;
	padding-left: 20px;
}

#news-latest ul li a {
	color: #006e9e;
	font-weight: bold;
	text-decoration: underline;
	line-height: 22px;
}

#news-latest ul li a:hover {
	color: #006e9e;
	font-weight: bold;
	text-decoration: none;
}

#news-archiv {
	position: absolute;
	left: 605px;
	top: 390px;
}

#news-select {
	margin-left: 0px;
}

#news-before {
	position: relative;
	float:left;
	width: 220px;
	margin-top: 10px;
}

#news-after {
	position: relative;
	float:left;
	width: 220px;
	margin-top: 10px;
	text-align: right;
}


/* ############################### Shows ################################### */

#shows {
	position: absolute;
	top: 61px;
	left: 155px;
	background-image: url(../images/raeume/bg-shows.jpg);
	width: 860px;
	height: 678px;
	z-index: 2;
}

/* ############################### Serviceseiten ################################### */

#service {
	position: absolute;
	top: 61px;
	left: 155px;
	background-image: url(../images/raeume/bg-service.jpg);
	width: 860px;
	height: 678px;
	z-index: 2;
}

#kontakt .textfeld {
	width: 240px;
	background-color: #f1f0ef;
	border: 1px solid #acaba9;
	font-size: 11px;
	height: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#kontakt .textarea {
	width: 240px;
	height: 100px;
	background-color: #f1f0ef;
	border: 1px solid #acaba9;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#kontakt .submit {
	background-color: #f1f0ef;
	border: 1px solid #acaba9;
	color: #488dc6;
	font-size: 12px;
	position: relative;
	left: 176px;
	padding: 2px;
	overflow: visible;
}

.spalte1 {
	float: left;
	/*background-color: #949594;*/
	width: 160px;
	height: 60px;
	margin-right: 12px;
	margin-bottom: 10px;
}

.spalte2 {
	float: left;
	/*background-color: #949594;*/
	width: 160px;
	height: 60px;
}

/* ############################### Animationen ################################### */

#anim_shows {
	position: absolute;
	top: 232px;
	left: 573px;
	width: 162px;
	height: 165px;
	z-index: 1;
}

#anim_bein {
	position: absolute;
	top: 388px;
	left: 868px;
	width: 52px;
	height: 50px;
	z-index: 1;
}

#anim_flirtpoint {
	position: absolute;
	top: 6px;
	left: 845px;
	width: 97px;
	height: 59px;
	z-index: 1;
}

#anim_freier {
	position: absolute;
	top: 419px;
	left: 519px;
	width: 51px;
	height: 81px;
	z-index: 1;
}

#anim_luftmatratze {
	position: absolute;
	top: 677px;
	left: 434px;
	width: 141px;
	height: 62px;
	z-index: 1;
}

#anim_paar {
	position: absolute;
	top: 419px;
	left: 158px;
	width: 75px;
	height: 73px;
	z-index: 1;
}

#anim_salon {
	position: absolute;
	top: 244px;
	left: 876px;
	width: 53px;
	height: 41px;
	z-index: 1;
}

#anim_sexkino {
	position: absolute;
	top: 310px;
	left: 727px;
	width: 118px;
	height: 122px;
	z-index: 1;
}

#anim_toys {
	position: absolute;
	top: 64px;
	left: 366px;
	width: 55px;
	height: 52px;
	z-index: 1;
}

#anim_bar {
	position: absolute;
	top: 263px;
	left: 195px;
	width: 50px;
	height: 80px;
	z-index: 1;
}

#anim_fetish {
	position: absolute;
	top: 70px;
	left: 655px;
	width: 75px;
	height: 34px;
	z-index: 1;
}

#anim_club {
	position: absolute;
	top: 247px;
	left: 399px;
	width: 96px;
	height: 60px;
	z-index: 1;
}

#pfeil {
	position: absolute;
	top: 5px;
	left: 943px;
	width: 72px;
	height: 49px;
	z-index: 1;
}

/* ############################### Scrollbar ################################### */

a.jScrollArrowUp {
	background-image: url(../images/arrow/arrow_up_inactive.jpg);
	width: 36px !important;
	height: 34px;
	z-index: 10;
}

a.jScrollArrowDown {
	background-image: url(../images/arrow/arrow_down_inactive.jpg);
	width: 36px !important;
	height: 34px;
	z-index: 10;
}

a.jScrollArrowUp.jScrollActiveArrowButton, a.jScrollArrowUp:hover {
	background-image: url(../images/arrow/arrow_up.jpg);
	width: 36px !important;
	height: 34px;
	z-index: 10;
}

a.jScrollArrowDown.jScrollActiveArrowButton, a.jScrollArrowDown:hover {
	background-image: url(../images/arrow/arrow_down.jpg);
	width: 36px !important;
	height: 34px;
	z-index: 10;
}

#news-detail-container .jScrollPaneTrack {
	background-color: #dad9d7;
	position: relative;
	left: 439px;
	z-index: 10;
}

/* ############################### Tooltipps ################################### */

#tt_sexkino {
	position: absolute;
	top: 300px;
	left: 845px;
	width: 153px;
	height: 55px;
	z-index: 4;
	display: none;
	cursor: default;
}

#tt_fetish {
	position: absolute;
	top: 50px;
	left: 730px;
	width: 165px;
	height: 58px;
	z-index:4;
	display: none;
}

#tt_sextoys {
	position: absolute;
	top: 55px;
	left: 250px;
	width: 119px;
	height: 55px;
	z-index: 4;
	display: none;
}

#tt_amateure {
	position: absolute;
	top: 180px;
	left: 550px;
	width: 189px;
	height: 60px;
	z-index: 4;
	display: none;
}

#tt_cams {
	position: absolute;
	top: 252px;
	left: 380px;
	width: 154px;
	height: 53px;
	z-index: 4;
	display: none;
}

#tt_club {
	position: absolute;
	top: 232px;
	left: 280px;
	width: 125px;
	height: 61px;
	z-index: 4;
	display: none;
}

#tt_flirtpoint {
	position: absolute;
	top: 0px;
	left: 550px;
	width: 135px;
	height: 61px;
	z-index: 4;
	display: none;
}

#tt_nightlife {
	position: absolute;
	top: 319px;
	left: 422px;
	width: 161px;
	height: 56px;
	z-index: 4;
	display: none;
}

#tt_sauna {
	position: absolute;
	top: 200px;
	left: 50px;
	width: 200px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_shows {
	position: absolute;
	top: 306px;
	left: 731px;
	width: 161px;
	height: 61px;
	z-index: 4;
	display: none;
}

#tt_video {
	position: absolute;
	top: 30px;
	left: 295px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_bar {
	position: absolute;
	top: 252px;
	left: 122px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_books {
	position: absolute;
	top: 479px;
	left: 266px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_cabaret {
	position: absolute;
	top: 169px;
	left: 449px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_salons {
	position: absolute;
	top: 232px;
	left: 616px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_buero {
	position: absolute;
	top: 12px;
	left: 483px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_escort {
	position: absolute;
	top: 447px;
	left: 485px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

#tt_shopping {
	position: absolute;
	top: 121px;
	left: 347px;
	width: 194px;
	height: 59px;
	z-index: 4;
	display: none;
}

/* ############################### Sonstiges ################################### */

#close {
	position: absolute;
	left: 790px;
	top: 35px;
	width: 16px;
	height: 26px;
	z-index: 10;
}

#close img {
	border: 0;
	behavior: url(iepngfix.htc);
}

.error {
	color: red;
}

