/* html, body */
html {
}
body {
	/*background: url(bilder/bg_body.jpg)  repeat-x;*/
	background: url(bilder/bg_html.jpg) #121212 center top repeat-y;
	margin-bottom:20px;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ALLGEMEINE STYLES */
* {
	margin:0;
	padding:0;
	border: none;
}

.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

a:link, a:active, a:visited { color: #e61818; font-weight:bold; }
a:hover { text-decoration:none; }

.header {
	background:url(bilder/header.jpg) no-repeat center top;
	height: 435px;
}
.link {
	width:960px;
	margin:0 auto;
	z-index:2;
	position:relative;
}
.header_small {
	background:url(bilder/header_small.jpg) no-repeat center top;
	height:167px;
}
.container {
	width:960px;
	margin: 0px auto;
}
.blackhammerimg {
	margin-left:10px;
}

/* ITEM HOVER */
.item {
	position: relative; /*fuer opera und firefox*/
}
.tooltip {
	visibility: hidden;
	position: absolute;
	top: -35px;
	left: 280px;
	width: 655px;
	z-index: 100;
	/*ab hier anpassen*/
	background-color: #121212;
	border: 1px dotted #ccc;
	text-align: center;
	padding: 5px;
	color: #ccc;
	font-weight:bold;
}
.item:hover, .item a:hover {
	cursor: pointer;
	cursor: hand;
}
.item:hover .tooltip, .item a:hover .tooltip {
	visibility: visible;
	cursor: default;
	text-decoration: none;
}


/* TEXT STYLES */
h1 {
	font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
	color: #e61818;
	padding: 10px 0px 10px 10px;
}
h2 a {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color: #e61818;
}
h2 a:hover { text-decoration:underline; }
.grey {	color: #ccc; }

h3 {
	font-size:20px;
	font-weight:bold;
	color: #b00000;
	height:35px;
	line-height:35px;
}

/* P STYLES */
p.index_bonus {
	margin: 0px 5px 15px 0px;
}
p.index_dvd {
	padding: 5px 0px 0px 10px;
}
p.about {
	padding: 10px 35px 0px 10px;
}
p.imgbox {
	display:block;
	width:430px;
	margin: 5px 10px 0px 10px;
}
p.bonus {
	width:300px;
	margin: 10px 20px 10px 10px;
}
p.noflash {
	height:240px;
}

/* BUTTONS*/
a.button:link, a.button:active, a.button:visited {
	display:block;
	width:230px;
	height:45px;
	background:url(bilder/btn_white.jpg);
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size:14px;
	line-height:30px;
	margin:10px 0px 0px 18px;
}
a.button:hover {
	background:url(bilder/btn_white_hover.jpg);
	color:#fff;
}
a.index_link:link, a.index_link:active, a.index_link:visited {
	line-height:35px;
	margin-right:15px;
	text-decoration:none;
}
a.index_link:hover {
	color:#ccc;
}

/* CONTENT BOX */
.box {
	margin: 0px auto 25px auto;
}
.box .left {
	background:url(bilder/box/box_left.jpg) repeat-y;
}
.box .right {
	background:url(bilder/box/box_right.jpg) repeat-y;
}
.box .bottom {
	background:url(bilder/box/box_bottom.jpg) repeat-x;
}
.box a.btn_details:link, .box a.btn_details:active, .box a.btn_details:visited  {
	display:block;
	width:250px;
	height:45px;
	background:url(bilder/btn_details.jpg);
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size:14px;
	line-height:35px;
	margin:0px 0px 0px 550px;	
}
.box a.btn_details:hover {
	background:url(bilder/btn_details_hover.jpg);
	color:#fff;
}
.box .top {
	background:url(bilder/box/box_top.jpg) repeat-x;
}
.box .content {
	background-color:#000;
}

.fotoshooting {
	margin:0px 10px 25px 10px;
	float:left;
}
*html .fotoshooting {
	margin:0px 10px 25px 5px;
}

/* ABOUT TABLE */
.box .datentbl {
	font-size: 14px;
	color:#ccc;
	font-weight:bold;
	margin: 10px 0px 0px 5px;
}

/* GALLERY & DVD ITEMS */
p.itemliste {
	padding:0px 0px 30px 15px;
	display:block;
	width:250px;
}
.itemnavi img {
	margin:0px 10px;
}

.imgbox img {
	margin:3px;
	border: 1px solid #333;
}
h1.imgbox {
	padding: 4px 0 5px 10px;	
	width:420px;
}

/* BONUS */
ul {
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style:none;
}
li {
	background:url(bilder/bonus_bullet.jpg) no-repeat left bottom;
	padding: 10px 0px 00px 30px;
	font-size: 14px;
	font-weight:bold;
}
img.bonus {
	margin: 10px 10px 10px 0;
}
#bonusplayer {
	position:absolute;
	top:0px;
	left:333px;
	width:544px;
	height: 408px;
	border:2px solid #333;
	margin: 10px;
}
#bonusplayer p {
	text-align:center;
	padding: 15px 5px;
}

/* LOGIN */
.loginbox {
	width:343px;
	margin-top:40px;
}
.loginbox p {
	margin:10px 0px;
}
a.loginbtn:link, a.loginbtn:active, a.loginbtn:visited {
	display:block;
	width:230px;
	height:45px;
	background:url(bilder/btn_white.jpg);
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size:14px;
	line-height:30px;
	margin:20px auto;
}
a.loginbtn:hover {
	background:url(bilder/btn_white_hover.jpg);
	color:#fff;
}

.support {
	width:450px;
	padding:10px 0px;
}
.support p {
	padding: 0px 20px 10px 10px;
}

/* FOOTER */
.footerbtns {
	padding: 10px 0px 35px 0px;
}
.footer {
	background: url(bilder/footer_bg.jpg) center top no-repeat;
	padding-top: 20px;
	color: #666;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #353535;
	text-decoration:none;
}
.footer a:hover {
	color: #666;
	text-decoration:underline;
}
.footer p {
	padding-top:5px;
}

/* TRAILER HEADER */
#player {
	position:absolute;
	top:89px;
	left:622px;
	width:308px;
}
#player p {
	text-align:center;
	padding: 15px 5px;
}
