/* -----------------------------------*/
/* ------------> GLOBAL <-------------*/
/* -----------------------------------*/


body {
	background: #d1d6db url(../pics/background.gif) 50% repeat-x center fixed; 
	overflow: -moz-scrollbars-vertical;
	color:  #000;
	text-align: center;
	font: normal 10px Arial, Helvetica, Sans-Serif;
}
p {
	text-align: justify;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1, h2, h3 {
	color: #f06b08;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
a {
	font-size: 10px;
	color:  #f06b08;
	text-decoration: none;
}
a:hover {
	color: #f06b08;
	text-decoration: underline;
}
.img {
	float: right;
	padding-left: 20px; padding-top: 5px;
}
.galerie {
	margin-right: 15px; margin-top: 5px;
	border: 1px solid #181818;
}
.main {
	position:absolute; 
	top: 50%; 
	left: 50%; 
	margin: -223px 0 0 -463px; 
	height: 445px; 
	width: 925px; 
	text-align: center;
}
.header td {
	font-size: 10px;
	text-transform: uppercase;
	color:  #fff;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	margin-top: -2px;
}
.content{
	padding: 15px 5px 20px 5px;
	width: 100%;
	height: 387px;
}
div.back  {
	text-align:right; 
	vertical-align: top;
	float:right; 
	background: url(../pics/back.gif) no-repeat right bottom;
	color:#FFFFFF; 
	width:80px; 
	padding-right: 10px;
}
.footer {
	font-size: 10px;
	color:  #fff;
	text-transform: uppercase;
	text-align: center;
}

/* -----------------------------------*/
/* ------------>  NAVI  <-------------*/
/* -----------------------------------*/

#navi{
	text-transform: uppercase;
	color:  #fff;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 405px;
}
#navi ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	background-color: #121212;
}
#navi li {
	list-style: none;
	text-align: right;
}
#navi li a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#navi li a:hover {
	color: #f06b08;
}
a.select {
	color: #f06b08 !important;
}
.movie {
	font-size: 10px;
	float: left;
	padding: 2px;
}