#galleryWrapper
{
	position: relative;
	width: 100%;
	height: 685px;
	background: url(images/bg_galerie.jpg) no-repeat;
}

#gallery
{
	position: absolute;
	top: 120px;
	left: 80px;
}

#gallery ul
{
	width: 840px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery ul li
{
	float: left;
	width: 95px;
	height: 60px;
	margin: 0 10px 10px 0;
}

#gallery ul li.end
{
	float: none;
	clear: both;
	margin: 0;
	width: 840px;
	height: 4px;
}

.gal
{
	margin: 5px 0 0 0;
	padding: 3px 0;
}


#b_close img
{
	margin: 25px 0 0 0;
}



#loopWrapper
{
	position: relative;
	width: 100%;
	height: 685px;
	background: url(images/bg.jpg) no-repeat;
}

#loopTextBox
{
	color: #fff;
	font: normal 11px/20px Helvetica, Verdana, Arial, sans-serif;
	position: absolute;
	top: 478px;
	left: 422px;
	width: 510px;
}

#loopTextBox h2, #gallery h2
{
	color: #ffdc00;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#gallery h2
{
	font-style: italic;
}


#loopTextBox a
{
	text-decoration: none;
	color: #ffdc00;
	font-size: 12px;
	font-weight: normal;
}



#tellafriend
{
	position: absolute;
	top: 625px;
	left: 0px;
	display: block;
	width: 251px;
	height: 54px;
	background: url(images/b_tellafriend.gif) no-repeat;
}


#dunloopLink
{
	position: absolute;
	top: 625px;
	left: 251px;
	display: block;
	width: 147px;
	height: 54px;
	background: url(images/b_dunlop.gif) no-repeat;
}


#tellafriend strong, #dunloopLink strong
{
	display: none;
}


#countdown
{
	color: #fff;
	position: absolute;
	top: 22px;
	left: 554px;
	width: 388px;
	height: 59px;
}

#videoplayer
{
	width: 405px;
	height: 350px;
	position: absolute;
	left: 538px;
	top: 100px;
}

#video_menu
{
	width: 120px;
	height: 350px;
	position: absolute;
	left: 414px;
	top: 101px;
}

#video_menu a
{
	margin: 0;
}

#video_menu img
{
	margin: 0;
	padding: 0;
/*
	margin-bottom: 0px;
*/
}

#loopTeaser
{
	width: 510px;
	height: 340px;
	position: absolute;
	left: 422px;
	top: 105px;
}



/*-------- COMMENTS ----------*/
#commentEnv
{
	margin: 46px;
}

#commentEnv ul
{
	width: 730px;
	display: block;
	list-style-type: none;
	margin: 0 0 0 auto;
	padding: 0;
}

#commentEnv ul li
{
	line-height: 20px;
	float: left;
	width: 220px;
	margin: 20px 0;
}

.trenner, .trenner2, .trenner_small
{
	clear: both;
	width: 730px;
	height: 2px;
	background-color: #bfbfbf;
	margin: 0 0 0 auto;
}

.trenner_small
{
	height: 1px;
}

#commentEnv small
{
	color: #888;
	font-size: 10px;
}

.trenner2
{
	background-color: #fff;
}

#commentEnv .comment
{
	width: 500px;
	margin-right: 10px;
}

#commentEnv ul li strong
{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #f1c800;
	padding: 1px 3px;
}

#commentEnv ul li span
{
	font-weight: bold;
}

#form
{
	width: 540px;
	margin: 20px 0 0 auto;
}

#form p
{
	font-size: 13px;
	font-style: italic;
}

#form input
{
	float: none;
	margin: 0;
	padding: 0;

}

#form .nick, #form textarea
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #383838;
	background-color: #fff;
	width: 540px;
	border: 1px #777 solid;
	margin: 20px 0 0 0;
}


#form .submit
{
	margin: 20px 0 10px auto;
	padding: 0;
	width: 64px; 
	height: 24px;
	
}

