/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	color:#fff;
	background: #040a10 url(visual.jpg) no-repeat center top;
}

a {color: #22a1e1;}
a:visited {color:#22a1e1;}
a:hover {color: #fff;}
a:active { color:#22a1e1;}

#container a, #container a:visited, #container a:active, img { 
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;  
	-o-transition: all 0.15s linear;  
	transition: all 0.15s linear;}

p{margin:0px; padding: 0px;}
b, strong{font-weight: 700;}


img { border: 2px solid #fff;}
img.cd { border: 0px;}
img:hover	{ opacity:0.5; filter:alpha(opacity=50); }

#fvideo{ border: 2px solid #fff; margin-bottom: 20px; width: 600px;}

hr{
	margin-top: 15px;
	margin-bottom: 30px;
	border: 0;
	color: #015278;
	background-color: #015278;
	height: 1px;
}



h2{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0px 10px 10px;
	margin:0px 0px 30px 0px;
	border-top: 1px solid #015278;
	border-bottom: 1px solid #015278;
	letter-spacing: 2px;
}


/*________________________________________ */

.down:before {
}

.fa-facebook-official::before {
//    content: "\f082";
//    font: 47px/1 'FontAwesome';
	content:url('fb.jpg');
}

.noline{
	text-decoration:none;
	line-height:27px;
	font-size: 27px;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	background: url(bg_down.jpg) no-repeat bottom;
	
}


#top{
	height: 440px;

}



#logo {
	width: 381px; 
	height: 146px;
	}

#logo A {
	display:block;
	float: left; 
	width: 381px; 
	height: 146px; 
	background: url(logo.jpg) no-repeat; 
	margin-top: 216px; 
	text-align: left;
	text-indent: -9000px; 
	text-decoration: none;

}


#inhalt{
	margin:0px 0px 50px 75px;
}


#footer{
	border-top: 1px solid #015278;
	padding: 20px 0px 0px 75px;
	color: #535e69;	
	}