@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:#FFFFE5 url(../images/bg-body.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e2b07;
	font-size: 12px;
	line-height:21px;
}

html[xmlns^="http"] { overflow-y: scroll;}
html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}


a:link, a:visited, .email span {
	text-decoration: underline;
	padding:0px;
	line-height: 20px;
	display:inline-block;
	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: #733E09;
 color: #fff;
}

::selection {
 background: #733E09;
 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;
	right:5px;
	bottom:5px;
	text-decoration:none;
	padding:5px;
	background: #733E09;
}

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:14px;
	font-weight:lighter;
	color:#ff2a00;
	padding:0;
}

.highlight-color {
	font-size:14px;
	font-weight:bold;
	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 15px 0; }

p.space-left { padding:24px 0 0 30px!important; }

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

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

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

ul.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;
}

.lastChild {
	border:none!important;
}

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


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

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


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

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

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:139px;
	position:absolute;
	left:10px;
	top:0;
}

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

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

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


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

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

div#footer-container {
	border-bottom:3px solid #af691c;
	height:50px;
	float:left;
	position: relative;
	width: 100%;
	clear:both;
}

div#footer {
	color:#5b3805;
	font-size:11px;
	position:relative;
	width:950px;
	height:50px;
	margin:0 auto;
	padding:0 0 0 10px; 
}



/* --------------------------------------------------------------------------- */
/* ########################### NAVIGATION #################################### */
/* --------------------------------------------------------------------------- */


ul#navi.naviactive,
ul#navi {
	width:622px;
	height:55px;
	background:url(../images/navi-main.jpg) top left no-repeat;
	position:absolute;
	right:10px;
	top:0;
}


ul#navi li {
	float:left;
	position: relative;
}

ul#navi a {
	height:55px;
	display:block;
	text-indent:-9999px;
}

ul#navi a.n01 { width:120px; margin:0 0 0 30px; }

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

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

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

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


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


ul#navi.naviactive01 li a.n01,
ul#navi li a.n01:hover {
	background: url(../images/navi-main.jpg) no-repeat -30px -55px;
}

ul#navi.naviactive02 li a.n02,
ul#navi li a.n02:hover {
	background: url(../images/navi-main.jpg) no-repeat -150px -55px;
}

ul#navi.naviactive03 li a.n03,
ul#navi li a.n03:hover {
	background: url(../images/navi-main.jpg) no-repeat -220px -55px;
}

ul#navi.naviactive04 li a.n04,
ul#navi li a.n04:hover {
	background: url(../images/navi-main.jpg) no-repeat -320px -55px;
}

ul#navi.naviactive05 li a.n05,
ul#navi li a.n05:hover {
	background: url(../images/navi-main.jpg) no-repeat -485px -55px;
}


/* --------------------------------------------------------------------------- */
/* ########################## FLY-OUT-MENU ################################### */
/* --------------------------------------------------------------------------- */


a.n02 {
	cursor:default;
	}
	
ul#navi ul {
	display:none;
	color:#fff;
   position:absolute;
   top:54px;
   left:0;
	width:200px;
   background:#ECAF5C;
   padding:0 8px 0 9px;
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:200!important;
}

ul#navi ul li {
	height:28px;
	margin:0;
	padding:0;
	border-bottom:1px solid #d39d54;
	border-top:1px solid #ecba76;
	float:none;
}
	
#navi li:hover ul {
   display:block;
   text-indent:0;
}
	
ul#navi ul li a {
	font-size:13px;
	line-height:28px;
	display:block;
	width:180px;
	height:28px;
	margin:0;
	padding:0 5px 0 15px;
	color:#733E09;
   text-indent:0!important;
	text-decoration:none;
	}
	
ul#navi ul li a:hover {
	background:#733E09;
	color:#fff;
	}


/* --------------------------------------------------------------------------- */
/* ############################ SUB-NAVI ##################################### */
/* --------------------------------------------------------------------------- */

ul#navi-sub.naviactive,
ul#navi-sub {
	width:394px;
	height:145px;
	background:url(../images/navi-sub.jpg) top left no-repeat;
	position:absolute;
	left:0;
	bottom:2px;
}


ul#navi-sub li {
	float:left;
	position: relative;
}

ul#navi-sub a {
	display:block;
	height:145px;
	text-indent:-9999px;
}

ul#navi-sub a.ns01 { width:220px; }

ul#navi-sub a.ns02 { width:170px; }

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


ul#navi-sub.naviactive01 li a.ns01,
ul#navi-sub li a.ns01:hover {
	background: url(../images/navi-sub.jpg) no-repeat 0 -145px;
}

ul#navi-sub.naviactive02 li a.ns02,
ul#navi-sub li a.ns02:hover {
	background: url(../images/navi-sub.jpg) no-repeat  -220px -145px;
}

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

ul#navi-add {
	background:#AF691C;
	position:absolute;
	bottom:0;
	right:10px;
	width:200px;
	padding:0 0 0 5px;
}

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

ul#navi-add a {
	height:20px;
	float:left;
	color:#fff;
	font-size:11px;
	padding:3px 5px 0 7px;
	text-transform:uppercase;
	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:#4e2906;
}


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

div#footer p a,
div#footer p a.email,
div#footer p a.email span {
	text-decoration: underline;
	color: #437d05;
	outline: none;
}

div#footer p a:hover,
div#footer p a.email:hover,
div#footer p a.email:hover span {
	text-decoration:none;
	color: #733E09;
}

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

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

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

div.content-column01 {
	width:470px;
	float:left;
	padding:0 20px 0 0;
}

div.content-column02,
div#newsloop {
	width:450px;
	float:left;
}

div#container-mediaplayer object {
border:2px solid #B9BBBC;
width:466px;
}

div.seperator {
	border:3px solid #bda577;
	margin:0 0 25px 0;
}

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

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

div.cms-download-container {
	padding:15px 0 0 0;
}

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

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

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

.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 {
	font-size: 40px;
	color: #733e09;
	font-weight:normal;
}

h2 {
	font-size: 30px;
	color: #733e09;
	font-weight:normal;
}

.cufon-active h2.small {
	color:#ff9000;
	font-size:25px;
	padding:0;
}

.small {
	color:#ff9000;
	font-size:20px;
	padding:0 0 10px 0;
}

.cufon-active h3 {
	font-size: 26px;
	color: #8e6334;
	font-weight:bold;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}

h3 {
	font-size: 23px;
	color: #8e6334;
	font-weight:bold;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}

div#newsloop h3 {
	font-size: 17px;
	color: #027c2f;
	font-weight:bold;
	padding: 0 0 5px 0;
	margin: 5px 0 20px 0;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #af691c;
}

h4 {
	font-size: 14px;
	color: #027c2f;
	font-weight:bold;
	margin:0 0 15px 0;
}

h5 {
	font-size: 12px;
	color: #272323;
	padding:0 0 7px 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#content-main p { margin: 0 0 20px 0; line-height: 20px;}

div#footer p { margin: 0 0 0 0; font-size:11px; float:left; line-height: 17px; padding:25px 0 0 0;}

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 15px 4px 0;
	cursor:pointer;
   outline: none;
	float:left;
	padding:1px;
}

a.cboxElement {
	float:left;
}

.imgborder-cms:hover{
	border:1px dashed #733E09;
	padding:1px;
}


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


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

div#content-column-contact01 {
	float:left;
	width:340px;
	padding:0 20px 0 0;
}

div#content-column-contact01 {
	float:left;
	width:150px;
}
	

/*
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: 430px
}
dl.imprint dt {
	display: block;
	width: 150px;
	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;
}

/*==================================================
    => clearfix   
==================================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* for IE/Mac */
}
	

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
	zoom: 1; /* triggers hasLayout */
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */