@charset "utf-8";

/*
=================================================================================
 *Author: Emanuel Rinne
 *Created: 2010					
 *Copyright: Maxclip GmbH
=================================================================================
/*


/* --------------------------------------------------------------------------- */
/* ############################# GLOBAL ###################################### */
/* --------------------------------------------------------------------------- */

* {
	list-style:none; 
	border: 0 none;
	margin: 0;
	outline: none;	
	padding: 0;
}

body {
	background:url(../images/bg-body.png) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
	line-height:20px;
}

html[xmlns^="http"] { overflow-y: scroll;}

a:link, a:visited, .email span {
	padding:0px;
	line-height: 20px;
	display:inline-block;
	text-decoration: underline;
	color: #000;
}


a:hover, a:hover span, a:active, a:focus {
	color:#000;
	text-decoration:none;
}

p, div.column ul {
	margin: 0 0 15px 0px;
	line-height: 20px;
}

* p:last-child { margin-bottom: 0; }

::-moz-selection {
 background: #000;
 color: #fff;
}

::selection {
 background: #000;
 color: #fff;
}


hr { 
	color: #41100C; 
	height: 1px; 
	border-top: solid 1px #41100C;
	border-bottom: transparent;
	clear: both;
	margin-bottom: 15px;
}

/*
GLOBAL CLASSES
==================================================*/


.clear { clear:both;}

.float-left { float:left;}

.float-right { float:right;}

.no-margin-right { margin:0!important; } 

.text-indent {
	text-indent:-5000px;
	line-height:0;
	height:0;
	padding:0;
	margin:0;
}

a.gototop {
	color:#fff;
	font-size: 11px;
	display:none;
	position:fixed;
	_position:absolute;
	left:30px;
	bottom:10px;
	text-decoration:none;
	padding:5px;
	background: #272323;
}

a.gototop:hover { text-decoration: underline; }


/* ----- FONT STYLES ----- */

.highlight {
	font-weight:bold;
	color:#000;
	font-size:15px;
}

.highlight-big {
	font-size:16px;
	font-weight:lighter;
}

.small-font {
	font-size:11px;
	font-weight:lighter;
	color:#6d2f02;
}

.big-font {
	font-size:17px;
	font-weight:lighter;
	color:#ff2a00;
	padding:0;
}

.highlight-color {
	font-size:17px;
	font-weight:lighter;
	background:#272323;
	padding:2px 8px 2px 4px;
	width:100%;
	color:#fff;
}


/* ----- HIGHLIGHT STANDARDS ----- */

div.highlight-box {
	background:#fff;
	border:1px solid #d8d8d8;
	padding:15px 15px 0 13px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
}

/* ----- SPACES ----- */

span.gap {
	float:left;
	width:50px;
}

.space-top { padding: 10px 0 10px 0; }

.space-bottom { margin:0 0 60px 0!important; }

.space-top { margin:15px 0 0 0; }

.space-low { padding: 0 0 2px 0; }

/* ----- LIST STANDARDS ----- */

ul.list,
ul.highlight-list {
	margin:0;
}

ul.list li {
	background:url(../images/li-arrow.gif) top left no-repeat;
	background-position: 0 8px;
	padding:0 0 0 15px;
}

ul.highlight-list li {
	background:url(../images/li-arrow.gif) top left no-repeat;
	background-position:0 12px;
	border-top:1px dotted #808080;
	border-bottom:1px dotted #808080;
	font-size:16px;
	color:#2d2d2d;
	padding:7px 0 7px 15px;
}

ul.list-main,
ul.list-sub {
	margin:0 0 20px 0;
}

ul.list-master li {
	background:url(../images/li-arrow-main.gif) top left no-repeat;
	background-position:0 12px;
	padding:7px 0 7px 15px;
}

ul.list-main li {
	background:url(../images/li-arrow-main.gif) top left no-repeat;
	background-position:0 12px;
	padding:7px 0 7px 15px;
}

ul.list-sub li {
	background:url(../images/li-arrow-sub.gif) top left no-repeat;
	background-position:0 14px;
	padding:7px 0 3px 12px;
	border-bottom:1px dotted #000;
	width:400px;
}

.lastChild {
	border:none!important;
}

/*dl {
	width: 180px;
	font-size: 11px;
}

dt, dd {
	float: left;
	width: 60px;
	line-height: 20px;
}

dl {
	width: 200px;
	height: 40px;
}

dd {
	width:140px!important;
}*/


/* --------------------------------------------------------------------------- */
/* ############################# LAYOUT ###################################### */
/* --------------------------------------------------------------------------- */


/*
CONTAINER
==================================================*/

div#container {
	width: 960px;
	margin: 0 auto;
}


/*
HEADER
==================================================*/

div#header {
	width: 960px;
	height:500px;
	position:relative;
}

div#slideshow {
	background:url(../images/bg-header.jpg) top left no-repeat;
	width: 940px;
	height:343px;
	position:absolute;
	bottom:6px;
	left:11px;
	overflow:hidden;
}

blockquote.claim {
	background:url(../images/bg-claim.jpg) top left no-repeat;
	width:603px;
	height:97px;
	position:absolute;
	top:0;
	left:0;
}

/*
BRANDING
==================================================*/

h1.branding {
	width:220px;
	height:61px;
	position:absolute;
	left:10px;
	top:45px;
}

h1.branding a {
	display:block;
	text-indent:-5000px;
	background:url(../images/h1-branding.png) top left no-repeat;
	width:220px;
	height:61px;
}

/*
CONTENT
==================================================*/

div#content-container { 
	width: 940px;
	padding:0 10px 0 10px;
}


div#content-main { 
	float: left;
	width: 940px;
	min-height: 300px;
	padding:0 0 30px 0;
}

div#content-sidebar {
	background:#f2f2f2;
	float:left;
	width:200px;
}

/*
FOOTER
==================================================*/

div#footer {
	background:url(../images/bg-footer.png) no-repeat left top;
	float:left;
	font-size:11px;
	width:940px;
	height:211px;
	padding:0 0 0 20px;
	position: relative;
	line-height:17px;
}

div#adress {
	position:absolute;
	width:200px;
	top:60px;
	left:40px;
}

div#projekte {
	position:absolute;
	width:150px;
	top:60px;
	right:285px;
}

div#question {
	position:absolute;
	width:150px;
	top:60px;
	right:45px;
}

dl.footer {
	position:absolute;
	top:60px;
	left:280px;
	width: 200px
}
dl.footer dt {
	color:#989898;
	display: block;
	width: 50px;
	float:left;
}
/* --------------------------------------------------------------------------- */
/* ########################### NAVIGATION #################################### */
/* --------------------------------------------------------------------------- */


ul#navi.naviactive,
ul#navi {
	position:absolute;
	top:80px;
	right:0;
	width:485px;
	height:21px;
}


ul#navi li {
	border-top:1px solid #b5b5b5;
	background:url(../images/navi-plus.gif) top left no-repeat;
	background-position:0 11px;
	float:left;
}

ul#navi a {
	color:#595959;
	display:block;
	padding:4px 0 0 10px;
	text-decoration:none;
	text-transform:uppercase;
}

ul#navi a.n01 { width:58px; }

ul#navi a.n02 { width:74px; }

ul#navi a.n03 { width:115px; }

ul#navi a.n04 { width:97px; }

ul#navi a.n05 { width:80px; }


/*
ACTIVES MENUE 
==================================================*/


ul#navi.naviactive01 li a.n01,
ul#navi li a.n01:hover {
	border-top:3px solid #B5B5B5;
	padding:1px 0 0 10px;
}

ul#navi.naviactive02 li a.n02,
ul#navi li a.n02:hover {
	border-top:3px solid #B5B5B5;
	padding:1px 0 0 10px;
}

ul#navi.naviactive03 li a.n03,
ul#navi li a.n03:hover {
	border-top:3px solid #B5B5B5;
	padding:1px 0 0 10px;
}

ul#navi.naviactive04 li a.n04,
ul#navi li a.n04:hover {
	border-top:3px solid #B5B5B5;
	padding:1px 0 0 10px;
}

ul#navi.naviactive05 li a.n05,
ul#navi li a.n05:hover {
	border-top:3px solid #B5B5B5;
	padding:1px 0 0 10px;
}

/* --------------------------------------------------------------------------- */
/* ######################## ADDITIONIAL NAVI ################################# */
/* --------------------------------------------------------------------------- */


ul#navi-add {
	position:absolute;
	bottom:15px;
	right:0;
	width:205px;
}

ul#navi-add li {
	display:inline;
}

ul#navi-add a {
	height:20px;
	float:left;
	color:#555;
	font-size:11px;
	margin:0 15px 0 0;
	text-decoration:none;
}

ul#navi-add.naviactive01 li a.na01,
ul#navi-add.naviactive02 li a.na02,
ul#navi-add.naviactive03 li a.na03,
ul#navi-add li a.na01:hover,
ul#navi-add li a.na02:hover,
ul#navi-add li a.na03:hover {
	text-decoration:underline;
	color:#000;
}


/* --------------------------------------------------------------------------- */
/* ############################# LINKS ####################################### */
/* --------------------------------------------------------------------------- */


div#content-main a,
div#content-main a.escaepe,
div#content-sidebar a,
div#content-sidebar a.email,
div#content-sidebar.email span,
div#content-main a.email span {
	text-decoration: underline;
	color: #000;
	outline: none;
}

div#content-main a:hover,
div#content-main a.email:hover,
div#content-sidebar a:hover,
div#content-sidebar a.email:hover,
div#content-sidebar a.email:hover span,
div#content-main a.email:hover span {
	text-decoration: none;
	color: #000;
}

div#content-sidebar p a:hover {
	text-decoration:none!important;
}

p#fehlermeldung a#errorclose {
	color:#ff0000;
	text-decoration:underline;
}

p#fehlermeldung a#errorclose:hover {
	color:#ff0000;
	text-decoration:none;
}



/* --------------------------------------------------------------------------- */
/* ############################ CONTENT ###################################### */
/* --------------------------------------------------------------------------- */


div.content-column01 {
	width:460px;
	float:left;
}

div.content-column02 {
	width:460px;
	float:left;
	padding:0 0 0 20px;
}

div#player {
	background:url(../images/index/video.png) top left no-repeat;
	width:459px;
	height:258px;
}

/*********************************** CMS **********************************/

div.cms-container {
	width:940px;
	float:left;
	padding:0 0 20px 0
}

div.cms-img {
	width:300px;
	float:left;
	padding:0 20px 10px 0;
}

div.cms-txt {
	width:615px;
	float:left;
}

div.cms-download{
	width:500px;
	float:left;
	padding:0 0 0 10px;
}

.pdfDownload {
	background:url(../images/content/icon-pdf.gif) top left no-repeat;
	float:left;
	width:49px;
	height:22px;
	text-indent:-9999px;
	display:block;
}

/* --------------------------------------------------------------------------- */
/* ######################## GLOBAL HEADLINES ################################# */
/* --------------------------------------------------------------------------- */

.cufon-loading h2, .cufon-loading h3 { visibility: hidden !important; }

.cufon-active h2 {}

h2 {
	font-size: 33px;
	color: #2d2d2d;
	padding:0 0 20px 0;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
}

h3 {
	font-size: 17px;
	color: #000;
	font-weight:lighter;
	padding: 0 0 15px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #000;
}

h4 {
	font-size: 17px;
	color: #272323;
	padding:0 0 7px 0;
}

h5 {
	font-size: 12px;
	color: #272323;
	padding:0 0 7px 0;
}

div#headline {
	background:url(../images/bg-headline.gif) top left repeat-x;
	height:98px;
	width:940px;
	margin:40px 0 50px 0;
	padding:32px 0 0 0;
}

/* --------------------------------------------------------------------------- */
/* ########################### *** P *** ##################################### */
/* --------------------------------------------------------------------------- */


noscript p { 
	background:none repeat scroll 0 0 #FFFFFF;
	padding:5px;
	position:absolute;
	top:0;
	width:99%;
	text-align:center;
}

noscript img {
	display:none;
}

div#footer p { color:#555; margin: 0; line-height: 17px;}

div#content-main p { margin: 0 0 20px 0; line-height: 20px;}

div#content-sidebar-container p { color:#585858; font-size:11px;}

div#content-main p.imprint { margin: 0 0 5px 0; line-height: 20px;}

div#datenschutzhinweis p { font-size: 12px;}

	
/*
IMAGEBORDER
==================================================*/

.imgborder {
	border:1px solid #fff;
	cursor: pointer;
   outline: none;
	margin: 0 0 10px 0;
}

.imgborder:hover{
	border:1px solid #F91723;
	cursor: pointer;
   outline: none;
}

.imgborder-cms {
	border:1px solid #fff;
	cursor: pointer;
   outline: none;
	margin: 4px 8px 4px 0;
	cursor:pointer;
   outline: none;
	float:left;
}

.imgborder-cms:hover{
	border:1px solid #333;
}


/* --------------------------------------------------------------------------- */
/* #################### CONTACT | DIRECTION | IMPRINT ######################## */
/* --------------------------------------------------------------------------- */


/*
CONTACT
==================================================*/

div.contact-column01 {
	float:left;
	width:320px;
	padding:0 20px 0 0;
}

div.contact-column02 {
	float:left;
	width:450px;
}
	

/*
DIRECTION
==================================================*/

.imgborder-direction {
	border: 1px solid #fff;
   outline: none;
	width:595px;
}

/*
IMPRINT
==================================================*/

dl.imprint {
	line-height: 20px;
	margin:0 0 15px 0;
	float:left;
	width: 400px
}
dl.imprint dt {
	display: block;
	width: 190px;
	float:left;
}

.maxclip {
	border:1px dotted #4B4B4B;
	font-size:9px;
	padding-left:2px!important;
	padding-bottom:1px!important;
	width:160px;
}

#maxclip {
	background-color:#4B4B4B;
	color:#F2ECDE;
	font-size:9px;
	padding-left:1px!important;
	padding-right:1px!important;
	padding-bottom:1px!important;
}
