* {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 1.4;
}
body {
	font: normal 11px Verdana, Arial, sans-serif;
	background: #0E1216;
}
p {
	padding-bottom: 1.4em;
}
img {
	border: 0;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover, 
a:visited:hover, 
a.active:hover {
	color: #fff;
	background: #788CA0;
}
h1 {
	font: normal 19px Verdana, Arial, sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}	
.versal {
	font: bold 9px Verdana, Arial, sans-serif; 
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #788CA0;
}
.filmografie {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 1.4;
	color: #222;
}

/* Layer ------------------------------------------------------------------------------*/

#OuterWrapper {
	width: 100%;
	text-align: center;
}
#Wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 876px;
	text-align: left;
}
#Container {
	width: 876px;
}
#Header {
	width: 598px;
	height: 105px;
}
#Footer {
	font: normal 11px Verdana, Arial, sans-serif;
	float: left;
}
#NavContainer {
	float: left;
	width: 204px;
}
#NavLeft {
	font: normal 11px Verdana, Arial, sans-serif; 
	float: left;
	background: #fff;
	width: 192px;
	padding: 12px 0 12px 12px;
}
#NavLeft a.active {
	color: #fff;
	background: #788CA0;
}
#NavLeft .sub {
	margin: 0px 12px;
}
#Content {
	float: right;
	width: 661px;
}
#ColLeft {
	float: left;
	background: #fff;
	width: 360px;
	margin-right: 10px;
	padding: 12px;
}
#ColLeft a {
	color: #222;
	text-decoration: underline;
}
#ColLeft a:hover, 
#ColLeft a:visited:hover, 
#ColLeft a.active:hover {
	color: #fff;
	background: #788CA0;
}
#ColRight {
	float: right;
	background: #fff;
	width: 242px;
	padding: 12px;
}
#ColRight a {
	color: #222;
	text-decoration: underline;
}
#ColRight a:hover, 
#ColRight a:visited:hover, 
#ColRight a.active:hover {
	color: #fff;
	background: #788CA0;
}
#Adresse {
	display:none;
}