html {

}

/**
 * G E N E R A L  S T Y L E S
 */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

body.table {
	background: #9f170b url(../img/tableBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	color: #000;
}

body.tableHome {
	background: #9f170b url(../img/tableBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

* html body.tableHome {
	background: #9f170b url(../img/tableBgIE.jpg) !important;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

a,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.table a,
.table a:visited,
.table a:active {
	color: #000;
	text-decoration: none;
}

.table a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.L {
	float: left;
}

.R {
	float: right;
}

.inline {
	display: inline;
}

h1 {
	color: #de1c22;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

.table h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

/**
 * F L A S H M O V I E
 */
div.flashmovie {
	position: absolute;
	top: 143px;
	left: 228px;
}

div.flashmovieTable {
	position: absolute;
	top: 143px;
	left: 310px;
}

div.sound {
	position: absolute;
	top: 460px;
	left: 760px;
}

div.soundTable {
	position: absolute;
	top: 466px;
	left: 841px;
}

/**
 * B A C K G R O U N D S
 */

div.background {
	width: 1018px;
	text-align: left;
	background: #000 url(../img/bgPattern.gif) repeat-y;
}

div.backgroundTable {
	width: 1018px;
	text-align: left;
	background: #9e170a url(../img/bgPatternTable.gif) repeat-y;
}

div.headerHome {
	background: #000 url(../img/headerHome.jpg) no-repeat;
	height: 410px;
	width: 1018px;
}

div.headerHomeTable {
	background: #000 url(../img/headerHomeTable.jpg) no-repeat;
	height: 410px;
	width: 1018px;
}

div.footerHome {
	background: #000 url(../img/footerHome.jpg) no-repeat;
	height: 156px;
	width: 1018px;
}

div.footerHomeTable {
	background: #9e170a url(../img/footerHomeTable.jpg) no-repeat;
	height: 156px;
	width: 1018px;
}

div.header {
	background: url(../img/header.jpg) no-repeat;
	background-position: top;
	min-height: 410px;
	width: 1018px;
}

div.headerTable {
	background: url(../img/headerTable.jpg) no-repeat;
	background-position: top;
	min-height: 578px;
	width: 1018px;
}

div.footer {
	background: #000 url(../img/footer.jpg) no-repeat;
	height: 156px;
	width: 1018px;
}

div.footerTable {
	background: #000 url(../img/footerTable.jpg) no-repeat;
	height: 156px;
	width: 1018px;
}

div.head {
	height: 145px;
}

a.homeLink img {
	margin: 40px 0 0 200px;
}

/**
 * M E N U
 */

ul.menu {
	width: 216px;
	height: 253px;
	margin-left: 0;
	margin-top: 0;
	list-style: none;
	padding: 0;
}

ul.menu li {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 12px;
	padding-right: 25px;
}

ul.menu li.active { 
	background: url(../img/activeMenuDot.png) no-repeat;
	background-position:  top right;
}

ul.menu li.active a {
	font-weight: bold !important;
}

ul.menu li a,
ul.menu li a:active,
ul.menu li a:visited {
	text-decoration: none;
	color: #fff !important;
	font-weight: normal;
}

ul.menu li a:hover {
	text-decoration: underline;
}

ul.menu li.active a:hover {
	text-decoration: none;
}

/* MENU TABLEDANCE */
ul.menuTable {
	width: 298px;
	height: 253px;
	margin-left: 0;
	margin-top: 0;
	list-style: none;
	padding: 0;
}

ul.menuTable li {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 12px;
	padding-right: 25px;
}

ul.menuTable li.active { 
	background: url(../img/activeMenuDotTable.png) no-repeat;
	background-position:  top right;
}

ul.menuTable li.active a {
	font-weight: bold !important;
}

ul.menuTable li a,
ul.menuTable li a:active,
ul.menuTable li a:visited {
	text-decoration: none;
	color: #fff !important;
	font-weight: normal;
}

ul.menuTable li a:hover {
	text-decoration: underline;
}

ul.menuTable li.active a:hover {
	text-decoration: none;
}

/**
 * L A N G U A G E - S E L S E C T
 */

ul.languages {
	list-style: none;
	margin: 30px 10px 0 0;
	padding: 0;
}

ul.languages li {
	float: left;
	height: 17px;
	line-height: 17px;
}


ul.languages li a,
ul.languages li a:visited,
ul.languages li a:active,
ul.languages li a:hover {
	color: #fff;
}

ul.languages li.de a {
	background: url(../img/flagDe.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	margin-right: 15px;
	padding-bottom: 2px;
}

ul.languages li.en a {
	background: url(../img/flagEn.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	padding-bottom: 2px;
}

/**
 * T H U M B N A I L - S W I T C H
 */

ul.imgThumbs {
 	list-style: none;
	width: 338px;
	padding: 0;
	margin: 10px 0 0 0;
}

ul.imgThumbs li {
 	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	width: 84px;
	height: 53px;
	overflow: hidden;
}

ul.imgThumbs li img {
	margin: 0 !important;
}

ul.imgThumbs li img:hover {
	cursor: hand;
	cursor: pointer;
}

/**
 * C O N T E N T - A R E A
 */

div.content {
 	width: 772px;
	text-align: left;
	padding-top: 10px;
}
 
div.newsEntry {
 	width: 640px;
}
 
div.newsEntry h1 {
 	width: 640px;
	overflow: hidden;
	line-height: 22px;
}
 
div.newsEntry img {
 	margin: 0 10px 10px 0;
}

/* CONTENT-AREA FOR TABLEDANCE */
div.contentTable {
 	width: 700px;
	text-align: left;
	padding-top: 10px;
	min-height: 405px;
}

* html div.contentTable {
	height: 405px;
}

div.contentTableHome {
	min-height: 265px;
}

* html div.contentTableHome {
	height: 266px;
}
 
div.newsEntryTable {
 	width: 570px;
}
 
div.newsEntryTable h1 {
 	width: 570px;
	overflow: hidden;
	line-height: 22px;
}
 
 
 /**
  * N E W S
  */

  
  
 /**
  * G I R L S - L I S T
  */
ul.girlsList {
	width: 640px;
	list-style: none;
	padding: 0;
	margin-left: 0;
}

ul.girlsList li {
	float: left;
	padding-top: 15px;
	width: 140px;
	height: 105px;
	margin-right: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom;
}

ul.girlsList li a {
	display: block;
	width: 140px;
	height: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom;
}

ul.girlsList li a span {
	display: block;
	width: 140px;
	background: #000;
}

.table ul.girlsList li a span {
	display: block;
	width: 140px;
	background: #d0571e;
	color: #fff;
}

 
 
 /**
  * G I R L S - S I N G L E
  */
 
div.showGirl {
 	padding-top: 17px;
}
 
div.showGirl .L img {
 	margin-right: 18px;
}

div.showGirl div.theGirl {
 	width: 280px;
}

ul.girlFacts {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.girlFacts li {
	margin-bottom: 10px;
}

ul.girlProgram {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 260px;
}

ul.girlProgram li {
	background-image: url(../img/listIcon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	padding-left: 10px;
	margin: 10px 20px 0 0;
	float: left;
}

.table ul.girlProgram li {
	background-image: url(../img/listIconTable.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	padding-left: 10px;
	margin: 10px 20px 0 0;
	float: left;
}

ul.girlProgram li span {
	color: #fff;
}

.table ul.girlProgram li span {
	color: #000;
}

#pictureFrame {
	background-repeat: no-repeat;
	background-color: #000;
	background-position: top;
}

.pictureFrameTable {
	background-repeat: no-repeat;
	background-color: #cc551d !important;
	background-position: top;
}

/**
 * A M B I E N C E
 */

div.showAmbience {
 	padding-top: 17px;
}
 
div.showAmbience .L img {
 	margin-right: 18px;
}

div.ambience {
 	width: 280px;
}

/**
 * G U E S T B O O K
 */
#guestbook {
	width: 640px;
	overflow-x: hidden;
}
