/************************************

	Global Styles

*************************************/


* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
}

body {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #262626;
}


a {
	text-decoration: none;
}


/************************************

	Navigation

*************************************/

#navigation {
	position:absolute;
	right:0px;
	top:170px;
}

#navigation a, #navigation li {
	display:block;
	width: 165px;
	height: 38px;
	background-image: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	overflow: hidden;
	margin-bottom:10px;
}

#navigation a:hover {
	background-position: -171px 0px;
}

#navigation a.trailer {
	background-image: url("images/nav/trailer.jpg");
}
#navigation a.polohofer {
	background-image: url("images/nav/polohoferwebsite.jpg");
}

#navigation a.dlposter {
	background-image: url("images/nav/dlposter.jpg");
}
#navigation a.dlpostkarten {
	background-image: url("images/nav/dlpostkarten.jpg");
}



/************************************

	Ican Films

*************************************/


#icanfilms {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 108px;
	height: 20px;
}

#icanfilms a {
	display:block;
	width: 100%;
	height: 100%;
	background-image: url("images/icanfilms.gif");
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}





/************************************

	Content

*************************************/



#content {
	position:absolute;
	left:0px;
	top:0px;
	width: 490px;
	
	background-image: url("images/polohofer.jpg");
	background-repeat: no-repeat;
	background-position: -35px 0px;
	background-color: none;
	padding-left: 334px;
	padding-top: 50px;
	
	color: #9A9265;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
}


#content h2, h4 {
	color: #bfb99a;
}



#content h2 {
	font-size: 18px;
}

#content p, #content h3 {
	margin-bottom: 35px;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 40px;
}

#content div {
	margin-top: -30px;
	margin-bottom: 25px;
}

#content div img {
	float:left;
	border: 0px;
	margin-right: 10px;
}


#content div div {
	margin-top:80px;
	float:left;
}


#content div h2 {
	color: #bfb99a;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}

#dvd {
	padding-top: 25px;
}

h1 {
	text-indent: -1000px;
	overflow: hidden;
	background-image: url("images/abxang.jpg");
	background-repeat: no-repeat;
	background-color: none;
	width: 350px;
	height: 93px;
	margin-bottom: 35px;
}

#content a {
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	line-height: 140%;
}

#content a:hover {
	color: #bfb99a;
}







/************************************

	Clearfix

*************************************/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}