/**
 * @description: CSS Stylesheet for exklusiv-models.ch
 * @copyright: Venus Model GmBH
 * @author: Demirkiyik Goekhan
*/

/**
 * Body information
 */
body {
	padding:0;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #861d1d;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	background-image: url(../layout/website/bg.jpg);
	background-repeat: repeat-x;
}

/**
 * Standarttags
 */
ul {
	padding:0;
	margin:0;
} 
img {
	border:0;
}

a {
	color: #d1b288;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

/**
 * Standard headers h1, h2, h3
 */
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #861d1d;
	text-align:center;
}

h2 {
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #861d1d;
	margin-top:14px;
	line-height:normal;
	text-align: justify;
}

h3 {
	margin:0;
	padding:0;
	margin-top:30px;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #861d1d;
	text-align: center;
}

div#top {
	margin: 0 auto;
	width: 815px;
	height: 223px;
	background-image: url(../layout/website/top.jpg);
}

 /** 
  * TABLE classes
  */
table.unique {
	font-family: Tahoma;
	font-size: 9pt;
	text-align:center;
	background-color: #FFFFFF;
}

td.leftspace {
	width:31px;
}

table.top {
	height:120px;
	width:100%;
	text-align:center;
	margin: 0 auto;
}
table.top td img {
	text-align:center;
}
td .topspace {
	margin-top:0px;
	height:120px;
	width:100%;
}

p.just {
	text-align:justify;
}





div.innerimg {
	padding:20px;
	text-align:center;
}

 /** 
  * CONTENT 
  */
div.content {
	text-align:justify;
	font-size: 12px;
	color: #861d1d;
	width:600px;
	margin:0 auto;
}

 /** 
  * Escort description layer 
  */
div#escort-description {
	margin: 0 auto;
	width:600px;
	color: #d1b288;
}

 /** 
  * Sitemaps 
  */
div#sitemaps {
	margin: 0 auto;
	width:600px;
}
div#sitemaps ul{
	padding-left:90px;
	float: left;
	width: 250px;
	list-style:none;
	color:#d1b288;
}
div#sitemaps ul li {
	text-align:left;
	width: 600px;
}

li.disc {
	list-style:disc;
}



 /** 
  * Container 
  */
div#container {
	width:100%;
}

 /** 
  * Spaces 
  */
div.space {
	height: 60px;
}
