@font-face {
	font-family: "Source Pro"; 
	src: url("/page/daten/fonts/SourceSansPro-Regular.ttf"); 
	font-weight: normal;
}

@font-face {
	font-family: "Source Pro"; 
	src: url("/page/daten/fonts/SourceSansPro-Bold.ttf"); 
	font-weight: bold;
}

@font-face {
	font-family: "Source Pro"; 
	src: url("/page/daten/fonts/SourceSansPro-Light.ttf"); 
	font-weight: light;
}
body {
	font-family: 'Source Pro', sans-serif;
	margin: 0;
}

#cont1 {
	width: 1000px; 
	font-family: 'Trebuchet MS', sans-serif;
}

#cont1 h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #013c81;
}

#cont1 p {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 4px 0;
	line-height: 130%;
	color: #AAA;
}


#cont1 div.bg-blue {
	padding: 20px 0 10px 15px;
	background: none #0092DD;
	margin-bottom: 5px;
}

#cont1 div.bg-blue h2 {
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}


#cont1 div.bg-border {
	padding: 15px;
	background: none none;
	border: 1px solid #C5C5C5;
	margin-bottom: 5px;
}

#cont1 div.bg-border h2 {
	margin: 0 0 5px 0;
	color: #013c81;
}

#cont1 div.bg-border p {
	font-size: 11px;
	color: #000;
}

/*-------------------------------------*/

#cont2 {
	width: 1000px; 
	font-family: 'Trebuchet MS', sans-serif;
}

#cont2 h1, #cont2 h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #000;
	line-height: 150%;
}

#cont2 h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 9px;
	color: #000;
    padding: 5px;
}

#cont2 p {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 4px 0;
	line-height: 130%;
	color: #000;
}
#cont2 p a {
	color: #c9252d;
	text-decoration: underline;
}
#cont2 p a:hover {
	text-decoration: none;
}

#cont2 .icon {
	float: left;
	width: 20%;
	margin-top: 20px;
}
#cont2 .icon img {
	width: 100px;
}

/*-------------------------------------*/

#cont3 {
	width: 1000px; 
	font-family: 'Trebuchet MS', sans-serif;
}

#cont3 h1, #cont3 h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #013c81;
}

#cont3 p {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 4px 0;
	line-height: 130%;
    color: #aaa;
}
#cont3 p a {
    color: #aaa;
    text-decoration: underline;
}
#cont3 p a:hover {
	text-decoration: none;
}

#cont3 .core img {
    float: left;
}

/*-------------------------------------*/

#cont4 {
	width: 1000px; 
	font-family: 'Trebuchet MS', sans-serif;
}

#cont4 h1, #cont4 h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
}

#cont4 p {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 4px 0;
	line-height: 130%;
    color: #000;
}
#cont4 p a {
    color: #000;
    text-decoration: underline;
}
#cont4 p a:hover {
	text-decoration: none;
}

/*-------------------------------------*/

#cont5 {
	width: 1000px; 
	font-family: 'Trebuchet MS', sans-serif;
}

#cont5 h1, #cont4 h5 {
	font-weight: bold;
	font-size: 1.5em;
	color: #013c81;
}

#cont5 p {
	font-size: 1em;
	font-weight: normal;
	margin: 8px 0;
	line-height: 130%;
    color: #aaa;
}
#cont5 p a {
    color: #aaa;
    text-decoration: underline;
}
#cont5 p a:hover {
	text-decoration: none;
}
