/* index-shop.htm */
body {
	background-color:#000000;
	background-image: url(/skin/background.jpg);
	margin: 0px;
	padding: 0px;
}
.menu {
	color: #D7D7D7;
}
.menuActive {
	color: #D7D7D7;
	font-weight: bold;
}	

#head, #main, #footer {
	width: 973px;
	margin: 0px auto;
	padding-left: 7px;
}
#head {
	background-image: url(/skin/adultclipfinder.jpg);
	background-repeat: no-repeat;
	height: 98px;
}
#head-naviblock {
	padding-top: 60px;
}
#head-navi {
	float: left; 
	width: 855px;
	margin-right: 7px;
	padding-top: 5px;
}
#head-navilist{
	float: left;
	width: 615px;
}
#head-searchblock{
	float: right;
	text-align: right;
}
#head-langnavi {
	float: left;
	width: 104px;
	text-align: right;
}
#main {
	background-image:url(/skin/tabellebg.jpg);
	background-repeat:repeat-y;
}
#main-left, #footer-left {
	width: 785px;
	float: left;
	margin-right: 7px;
}
#main-right {
	width: 174px;
	float: left;
}
#main-right ul {
	padding-left: 20px;
}
* html #main-right ul {
 margin-left: 5px;
}
#footer {
	background-image:url(/skin/tabelleunten.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#user-online, #hallo-user, #partner-anmeldung, #coininfo, #coinsaufladen{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
}
#kategorien-box{
	background-image: url(/skin/kategorien.jpg);
	width: 174px;
}
#kategorien {

}
/* Verwendung in index.row.htm */
.cliprow0, .cliprow1{
	padding: 15px 5px 8px 5px;
	border-bottom: 1px #f4debe solid;
	text-align: left;
}
.cliprow0 {
	background-color:#191919;
}
.cliprow1{
	background-color:#121212;
}
.clip-nr{
	width: 35px;
	float: left;
}
.clip-thumbbox {
	background-image:url(/bilder/player.jpg);
	background-repeat:no-repeat;
	width: 168px;
	height: 182px;
	float: left;
	padding-left: 4px;
	padding-top: 10px;
}
.clipthumb{
	width: 160px;
	height: 120px;
	border: none;
}
.clip-title{
	margin: 0px;
	padding: 0px;
}
.clip-description {
	width: 370px;
	float: left;
	text-align: justify;
	margin: 0px 10px;
}
.clip-infos {
	width: 155px;
	float: left;
}
.clip-length, .clip-date {
	width: 77px;
	float: left;
}
.clip-date {
	text-align: right;
}
.clip-today-new {
	padding-top: 20px;
	text-align: center;
	clear: both;
	float: none;
}
/* Clips Blättern */
.clips-blattern {
	padding-top: 10px;
	text-align: center;
	background-image: url(/skin/naviverlauf.jpg);
	padding-bottom: 10px;
}
.clips-blattern-head {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
.clips-blattern-pages {

}
.pagenumstatic {
	font-weight: bold;
	color: #FF0000;
}
.suche-blattern-top, .suche-blattern-bottom {
	background-image: url(/skin/naviverlauf.jpg); padding-bottom: 4px;
}
.suche-blattern-top {
	border-bottom: 2px solid;
}
.suche-blattern-bottom {
	border-top: 2px solid;
}
/* FAQ Modul */
.faq-thema-box {
	width: 90%;
	margin: 5px auto;
	border: 2px #f4debe dotted;
	padding: 5px;
	text-align: justify;
}
.faq-thema-text {
	border-top: 2px #f4debe solid;
}
/* SUCHE */
#searchresults {
	height: 110px;
	padding-left: 40px;
}
.searchresults-res{
	position: relative;
	top: 40px;
}
.searchresults-order{
	position: relative;
	top: 40px;
}
