/**
 * @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: #FF9900;
	scrollbar-face-color:#000000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#000000;
	background-color: #770004;
}

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

a {
	color: #FFCC99;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;s
}
a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
a:link {
	color: #FFCC99;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

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

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

h3 {
	margin:0;
	padding:0;
	margin-top:30px;
	margin-left:-20px;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

 /** 
  * TABLE classes
  */
table.exklusiv {
	background-image:url('../layout/bg_index.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	height:1050px;
	width:100%;
	font-family: Tahoma;
	font-size: 9pt;
	text-align:center;
}

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: #FFFFFF;
	width:603px;
	margin:0 auto;
}

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

li.disc {
	list-style:disc;
}



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

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

