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

	style.css
	
	--
	Martin Hochreiter, martinhochreiter.at
	
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	GENERAL
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
*{
	padding:0;
	margin:0;
}
img,fieldset{
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#979797;
	background-color:#1b1b1b;
	height: 100%;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	NAVIGATION
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#column{
	position:fixed;
	left:41px;
	top: 45px;
	width:120px;
}
#navigation{
	margin-top:30px;
}
#navigation ul{
	margin:0; 
	padding:0;
	list-style:none;
	margin-bottom:15px;
}
#navigation ul li img{
	display:inline;
	margin-bottom:6px;
}
#navigation ul li ul{
	list-style:none;
}
#navigation ul li ul li{
	height:14px;
}
#navigation ul li ul li a:hover{
	cursor:pointer;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	CONTAINER
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header{
	position:absolute;
	left:-500px;
	top:0;
}
#pdf{
	margin-top:25px;
	margin-left:12px;
}
#content{
	position:static;
	margin: 81px 0px 0px 194px;
	padding: 0px;
	width: 800px;
}
.headline{
	margin-bottom:7px;
}
.image{
	margin-bottom: 6px;
}
.image_caption{
	width:650px;
	margin-top:3px;
	margin-bottom:22px;
	text-align:right;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	ERROR FILES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.navierr{
	position:absolute;
	left:41px;
	top: 45px;
	width:120px;
}
.error{
	position:relative;
	left:205px;
	top:80px;
	width:350px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	MOVIE WINDOW
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#movie_wrapper{
	width:320px;
	margin-left:-160px;
	position:relative;
	left:50%;
}
#movie_wrapper #logo{
	margin:31px 0 53px 0;
}
