@charset "UTF-8";
/* CSS Document by TonkBerlin.de */

body {
	margin:0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#9e9c9c;
}

a {
	color:#9e9c9c;
	text-decoration:underline;
}

a:hover {
	color:#D32975;
}

textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#000;
}

#container {
	width:750px;
	margin:100px auto 0 auto;
	padding:0;
	display:table;
	z-index:30;
}

#logo {
	width:750px;
	float:left;
	margin:0 0 20px 0;
	text-align:center;
}

#content {
	width:750px;
	height:370px;
	float:left;
	border-bottom:1px solid #000;
}

#left {
	width:280px;
	float:left;
}

#middle {
	width:190px;
	height:300px;
	float:left;
	padding:70px 0 0 0;
	background-color:#306176;
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing:1;
	color:#fff;
	text-align:center;
}

#middle a {
	color:#fff;
	padding:10px;
	margin:5px;
	text-decoration:none;
}

#middle a:hover {
	color:#fff;
	text-decoration:underline;
}

#middle a.aktiv {
	text-decoration:underline;
}

#middle a.nav_contact {
	color:#306176;
	padding:16px;
	background-image:url(images/nav_contact_hover.gif);
	background-position:center 11px;
	background-repeat:no-repeat;
}

#middle a.nav_contact:hover {
	color:#fff;
	padding:16px;
	background-image:url(images/nav_contact_hover_o.gif);
	background-position:center 11px;
	background-repeat:no-repeat;
	text-decoration:none;
}

#middle a.nav_showreel {
	color:#fff;
	padding:16px;
}

#middle a.nav_showreel:hover {
	color:#fff;
	padding:16px;
	background-image:url(images/showreel_o.gif);
	background-position:center 20px;
	background-repeat:no-repeat;
	text-decoration:none;
}


#right {
	width:250px;
	float:left;
	padding:0 0 0 30px;
}

#image_right {
	top:0;
	right:0;
	width:43px;
	height:800px;
	position:absolute;
	background-image:url(images/image_right.gif);
	background-repeat:no-repeat;
	z-index:20;
}

#info_left {
	bottom:0;
	left:0;
	position:absolute;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
	padding:20px 30px;
	background-color:#fff;
	z-index:30;
}

#info_left a {
	height:13px;
	color:#9e9c9c;
	text-decoration:none;
	background-image:url(images/link_decoration.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#info_left a:hover {
	color:#D32975;
}

#footer {
	width:750px;
	float:left;
}

#footer_left {
	width:280px;
	float:left;
	padding:5px 0 0 0;
}

#footer_middle {
	width:190px;
	padding:5px 0 0 0;
	float:left;
}

#footer_right {
	width:250px;
	float:left;
	padding:0 0 0 30px;
	text-align:right;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
}

#footer_right a {
	color:#9e9c9c;
	text-decoration:none;
}

#footer_right a:hover {
	color:#D32975;
}

#disclaimer {
	padding:20px;
}

/* CLASSES */

.blue {
	color:#009ee0;
}

.special {
	color:#000;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
}

.acidgreen {
	color:#00ff42;
}

.error {
	font-family:Arial, Helvetica, sans-serif;
	color:#C00;
	font-weight:bold;
}

.success {
	font-family:Arial, Helvetica, sans-serif;
	color:#090;
	font-weight:bold;
}