/*  blau: #1F85CD - grau: #EBEBEB - dunkelgrau: #C2C2C2 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* RESET ------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	background: 0;
	text-decoration: none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
strong {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */

html {
	
}

body {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height:120%;
	color:#000;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.blau{
    color:#1F85CD;
}

.hellgrau {
    background-color:#f0f0f0;
}

.grau {
    background-color:#EBEBEB;
}

.ohne-bild {
    height:100px;
}

.wrapper {
	position:relative;
    margin: 0 auto;
	width:100%;
}

.head {
    position: relative;
    margin: 0 auto;
	width:960px;
	height:75px;
}

.bb{
    border-bottom:40px solid #1F85CD;
}

.grafik-start {
    position: relative;
    margin: 0 auto;
	height:340px;
	width:960px;
	border:1px solid #e3e3e3;
}

.grafik-start img {
    height:340px;
	width:960px;
}

.grafik {
    position: relative;
    margin: 0 auto;
	height:280px;
	width:960px;
}

.inner   {
	position: relative;
    margin: 0 auto;
	width:960px;
}

#logo {
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:15px;
	border:0px solid red;
	}

#navigation, #meta-navigation {
	position:relative;
	height:32px;
	margin-top:20px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#fff;
}
	
#navigation {
	float:left;
    text-align: left;
	width:580px;
}
	
#navigation ul {
	list-style-type: none;
}	

#meta-navigation {
	float:right;
    text-align: right;
	margin-right: -20px;
	width:280px;
	display:none;
}

#main{
    position: relative;
	float:left;
	margin-top:40px;
	width:580px;
	padding:0px 10px 40px 14px;
}

#right{
    position: relative;
	float:right;
	margin-top:50px;
	margin-bottom:80px;
	width:270px;
	padding:30px 10px 30px 30px;
	background-color:#EBEBEB;
	/*border:4px double #fff;*/
}

footer {
	display: block;
	position:fixed;
    bottom:0;
	width:100%;
	min-height:20px;
	text-align:center;
	font-size: 0.8em;
	color:#fff;
	background-color:#1F85CD;
	}

p{
	margin-bottom:1.6em;
}

#right p{
	margin-bottom:0.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing:0.03em;
	line-height:140%;
}

h1 {
	font-size:2.8em;
	font-weight:400;
	text-transform:none;
	color: #1F85CD;
	margin-bottom:0.2em;
}


h2{
	font-size:1.4em;
	font-weight:700;
	color: #000;
	margin-bottom:0.8em;
}

#right h2{
	margin:0.2em 0 0.2em 0;
}

h3{
	font-size:1.8em;
	font-weight:400;
	color: #1F85CD;
	padding:0 0 0.15em 0;
	margin-bottom:0.8em;
}

h4{
	font-size:1.6em;
	font-weight:400;
	color: #1F85CD;
	padding:0 0 0.15em 0;
	margin-bottom:0;
}

#main .ma {
min-height:150px;
padding:2%;
background-color:#EBEBEB;
border:0px solid red;
}

#main .ma img{
max-width:100%;
height:auto;
}

#main ul , .sp-01 ul , .sp-02 ul {
    list-style-type: square;
    margin-bottom: 1.6em;
	padding-left:25px;
}

#main li  , .sp-01 li , .sp-02 li {
    line-height: 150%;
    margin-bottom: 1em;
}

#main img {
border:1px solid #ebebeb;}

#main .box{
width:540px;
padding:20px;
border: 1px solid #ebebeb;
margin:0 0 10px 0;
}

a:link { color:#1F85CD; text-decoration: none;-webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
a:visited { color:#1F85CD; text-decoration:underline; }
a:focus { color:#1F85CD; text-decoration:underline; }
a:hover { color:#1F85CD; text-decoration:underline;}
a:active { color:#1F85CD; text-decoration:underline; }
a img { border:0px none;}

footer a:link {color:#fff; text-decoration: none;-webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
footer a:visited {color:#fff;}
footer a:focus {color:#fff;text-decoration:underline; }
footer a:hover {color:#fff;text-decoration:underline;}
footer a:active {color:#fff;text-decoration:underline; }

hr{
background-color: #043057 ; 
border: solid #043057  1px; 
height: 1px; 
}

.spalten{
float: left;
width:100%;
margin: 1% 0 5% 1%;
border: 0px solid red;
}

.sp-li{
width:42%;
float: left;
margin: 0 3% 0 0;
padding:0;
border: 0px solid red;
}

.sp-re {
width:42%;
float: left;
margin: 0 0 0 0;
padding:0;
border: 0px solid blue;
}

.vierspalten {
	position:relative;
    margin: 0 auto;
	width:960px;
	margin-top:20px;
	}

.sp-01 {
	float: left;
	position:relative;
	margin: 0 4% 0 0;
	}

.sp-02 {
	float: left;
	position:relative;
	margin: 0 4% 0 0;
	}

.sp-03 {
	float: left;
	position:relative;
	margin: 0 0 0 0;
	}


.sp-01, .sp-02, .sp-03 {
	width:26.3%;
	min-height:240px;
	margin-bottom:2%;
	background:#EBEBEB;
	padding:20px;
	}

	overflow:hidden
}
.sp2-1, .sp2-2 {
	float: left;
	width: 48%;
	padding-bottom:1000px;
	margin-bottom:-1000px;
	border: 1px solid #000;
}
.sp2-1 {
}
.sp2-2 {
	float: right;
}	
	
.teaser {min-height:120px;}
.teaser-h {min-height:90px;}
.te-al-ri {text-align:right;}
.start-mehr-link {text-align:center;padding:3px 9px 3px 9px;background-color:#EBEBEB;border:1px solid #e0e0e0;}
.ort {padding-left:16px;}
i.cta {margin-right: 10px; width: 20px; color:#1F85CD;}
i.start {margin-right:20px;}
.i-margin {margin-left:30px;}
.i-start {position:relative;float:left;margin:10px 0 30px 0 ;}
.cv {width:100%;}
.cv-li {width:100px;height:30px;}




 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */