@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:#f3f3f3 url(../images/bg-body.png) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	font-size: 12px;
	line-height:20px;
}

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

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: #326FDB;
 color: #fff;
}

::selection {
 background: #326FDB;
 color: #fff;
}

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


.clear { clear:both;}

.float-left { float:left;}

.float-right { float:right;}

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

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

a.gototop {
	border:1px solid #387BDB;
	color:#002D6A;
	font-size: 11px;
	display:none;
	position:fixed;
	_position:absolute;
	right:5px;
	bottom:5px;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	background: #fff;
}

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

.highlight-arrow {
	background:url(../images/index/bg-wir-stellen-uns-vor.png) top left no-repeat;
	width:460px;
	height:42px;
	text-indent:-5000px;
}

.big-font {
	font-size:16px;
	font-weight:lighter;
	color:#333;
	padding:10px 0 0 0;
}

.time {
	padding:12px 0 0 0;
}

.highlight-color {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#A1A1A2;
	padding:2px 8px 2px 4px;
}


/* ----- 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; }

.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:500px;
	position:relative;
}

blockquote.claim {
	background:url(../images/bg-claim.png) top left no-repeat;
	width:461px;
	height:161px;
	position:absolute;
	top:65px;
	right:10px;
	text-indent:-5000px;
}

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

h1.branding {
	width:410px;
	height:88px;
	position:absolute;
	left:10px;
	top:85px;
}

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

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

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


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

div#player {
	background:url(../images/index/bg-videoplatzhalter.jpg) top left no-repeat;
	width:460px;
	height:261px;
}

a.anfrage-formular {
	padding:1px 7px 1px 7px;
	background:#3277DA;
	color:#fff!important;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none!important;
}	

a.anfrage-formular:hover {
	padding:1px 7px 1px 7px;
	background:#404141;
	color:#fff!important;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none!important;
}	

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

div#footer-container {
	background:url(../images/bg-footer.png) top left repeat-x;
	float:left;
	height:155px;
	width:100%;
	position: relative;
}

div#footer {
	padding:15px 0 0 0;
	width:940px;
	margin:0 auto;
	position:relative;
}

div#footer-content01,
div#footer-content02 {
	float:left;
	width:220px;
	margin:0 20px 0 0;
}



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


ul#navi.naviactive,
ul#navi {
	position:absolute;
	bottom:127px;
	left:10px;
	width:940px;
	height:75px;
	background:url(../images/navi-main.png) top left no-repeat;
}


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

ul#navi a {
	display:block;
	text-indent:-5000px;
	width:220px;
	height:75px;
	margin:0 20px 0 0;
}

ul#navi a.n04 { margin:0; }

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


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

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

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

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


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


ul#navi-add {
	background:#387BDB;
	position:absolute;
	top:0;
	left:0;
	padding:0 10px 0 10px;
}

ul#navi-add01,
ul#navi-add02,
ul#navi-add03 {
	position:absolute;
	float:left;
}

ul#navi-add01 { width:60px; right:400px; }
ul#navi-add02 { width:40px; right:250px; }
ul#navi-add03 { width:60px; right: 0; }

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

ul#navi-add01 li,
ul#navi-add02 li,
ul#navi-add03 li {
	display:inline;
}

ul#navi-add01 a,
ul#navi-add02 a,
ul#navi-add03 a {
	float:left;
	color:#fff;
	font-size:11px;
	line-height:17px;
	text-decoration:underline;
}

ul#navi-add a {
	float:left;
	color:#fff;
	font-size:11px;
	margin:0 5px 0 0;
	padding:2px;
	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.naviactive04 li a.na04,
ul#navi-add.naviactive05 li a.na05,
ul#navi-add li a.na01:hover,
ul#navi-add li a.na02:hover,
ul#navi-add li a.na03:hover,
ul#navi-add li a.na04:hover,
ul#navi-add li a.na05:hover {
	text-decoration:underline;
	color:#fff;
}


/* --------------------------------------------------------------------------- */
/* ############################# 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;
	margin:0 20px 20px 0;
}

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

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

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

div.cms-time {
	border-top:1px solid #333;
	float:left;
	width:460px;
	padding:0 0 0 20px;
}

div.cms-categorie {
	border-top:3px solid #333;
	float:left;
	width:460px;
	padding:0 0 20px 0;
	font-weight:bold;
	text-transform:uppercase;
}

/* AKTUELLES - HEADER */

div#header-kurse {
	position:absolute;
	width:960px;
	bottom:65px;
	left:0;
}

div#header-kurse .headline {
	color:#508edf;
	border-top:3px solid #a1a1a2;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:220px;
	padding:8px 0 0 0;
	margin:0 0 0 10px;
}

div#header-kurse p.ewcms_news_feed_p {
	border-top:1px solid #a1a1a2;
	width:210px;
	padding:10px 0 0 20px;
	font-size:11px;
	float:left;
	margin:0 20px 0 0;
}

/* AKTUELLES - FOOTER */

div#footer-content03 {
	width:450px;
	float:left;
}

div#footer-content03 div.ewcms_news_feed div {
	float:left;
	width:220px;
}

div#footer-content03 h3 {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width:220px;
	float:left;
}

div#footer-content03 p.ewcms_news_feed {
	font-size:11px;
	color:#fff;
}

a.ewcms_news_link {
	display:none;
}

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

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

.cufon-active {visibility:visible!important;}

h2 {
	font-size: 40px;
	color: #404141;
	margin:0 0 30px 0;
	font-weight:normal;
}

h3 {
	font-size: 18px;
	color: #387BDB;
	font-weight:bold;
	padding: 0 0 10px 0;
}

.sub-headline {	font-size:30px; color:#646464; text-transform:uppercase; }

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

h5 {
	font-size: 16px;
	color: #162f53;
	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 { color:#ebf3ff; font-size:11px; line-height:17px;}

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

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

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

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

.imgborder:hover{
	border:1px solid #387BDB;
	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 #F91723;
}


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


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

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

div#content-column-contact02 {
	float:left;
	width:460px;
}
	

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

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

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

dl.imprint {
	line-height: 20px;
	margin:0 0 15px 0;
	float:left;
	width: 460px
}
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;
}

dl.info {
	float:left;
	width: 460px;
}

dl.info dt {
	display: block;
	width: 452px;
	float:left;
	padding:3px 3px 3px 5px;
	background:#002D6A;
	color:#fff;
	font-weight:bold;
}

dl.info dd  {
	clear:both;
	margin:0 0 20px 0;
	padding:3px 3px 3px 5px;
	background:#ccc;

}
