@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NewsCycleRegular';
    src: url('fonts/NewsCycle-Regular-webfont.eot');
    src: url('fonts/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NewsCycle-Regular-webfont.woff') format('woff'),
         url('fonts/NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('fonts/NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'FrancoisOneRegular';
    src: url('fonts/FrancoisOne-webfont.eot');
    src: url('fonts/FrancoisOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FrancoisOne-webfont.woff') format('woff'),
         url('fonts/FrancoisOne-webfont.ttf') format('truetype'),
         url('fonts/FrancoisOne-webfont.svg#FrancoisOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans800_black';
    src: url('fonts/SinkinSans-800Black-webfont.eot');
    src: url('fonts/SinkinSans-800Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SinkinSans-800Black-webfont.woff') format('woff'),
         url('fonts/SinkinSans-800Black-webfont.ttf') format('truetype'),
         url('fonts/SinkinSans-800Black-webfont.svg#sinkin_sans800_black') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	padding: 0;
	margin: 0;
	border: 0;
}

object { outline:none; }

html {
	min-height: 100%;
	height: 100%;	
}

body {
	font: 75%/1.5em "Arial", Verdana, sans-serif;	
	/*font-family: 'NewsCycleRegular', sans-serif;
	font-size:14px;*/
	
    /*background: #042218 url(../img/bg.png);
	background: #9F3D3E;*/
	background: #efefef;
    color:#333;
	background-repeat:repeat-x;
	width: 100%;
	min-height:100%;
	height: 100%;
}





h1 {
	font-family: Arial, sans-serif;
	/*font-family: 'FrancoisOneRegular', sans-serif;*/
	font-size:36px;
	font-weight:normal;
	color:#BD1622;
	margin-bottom:30px;
	text-transform:uppercase;
	line-height:32px;
	
}

h2 {
	font-family: Arial, sans-serif;
	/*font-family: 'FrancoisOneRegular', sans-serif;*/
	font-size:18px;
	font-weight:normal;
	color:#BD1622;
	padding-bottom:12px;
	border-bottom:solid;
	border-bottom-color:#BD1622;
	text-transform:uppercase;
	margin-bottom:15px;
}

h3 {
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color:#BD1622;
	padding-top:12px;
	margin-bottom:20px;
	
}

h4 {
	font-family:  Arial, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#BD1622;
	margin-bottom:30px;
	text-transform:uppercase;
	line-height:32px;
	
}


a {
	color: #BD1622;
	text-decoration: none;
}


a:hover {
	color: #BD1622;
	text-decoration: none;
}

#wrapper {
	/*background-color:#042218;
	background-color:#h2;*/
	margin: 0 auto;
	width: 914px;
	min-height: 100%;
	height:100%;
}

#lang {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}

#header {
	/*background-color: #042218;
	background-color: #581516;
	background-image:url(../img/bg_wrapper2.png);
	background-position:top right;
	background-repeat:no-repeat;*/	
	height: 123px;
	padding-top: 70px;
}

.logo {
	float:left;
	text-align:left;
	width:216px;
	height:67px;
	margin-bottom:56px;	
}

#navigation {
	float:right;
	text-align:right;
	width: 698px;
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#000;
	padding-top:40px;
	text-transform:uppercase;
}

#navigation ul {
	list-style:none outside none;
}

#navigation ul li {
	display: inline;
	margin-left:22px;
}

#navigation a {
	color:#000;
	text-decoration:none;
}

#navigation a:hover {
	color:#BD1622;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#BD1622;
	padding-bottom:5px;
}

#navigation .active {
	color:#BD1622;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#BD1622;
	padding-bottom:5px;
}

.main {
	width:844px;
	background-color:#fff;
	padding: 35px;
	/*margin-top: 13px;*/
}

.main_sub {
	width:824px;
	background-color:#fff;
	padding: 45px;
	/*margin-top: 13px;*/
}

.mainpic {
	width:844px;
	height:350px;
	background-color:#999;
	margin-bottom:40px;
}

#footer {
	width:914px;
	height:100px;
	/*background-color:#042218;*/
}


.weiter {
	font-family: 'FrancoisOneRegular', sans-serif;
	font-size:14px;
	color:#581516;
	/*padding-top:12px;*/
	background:url(../img/pfeil.png) center left no-repeat;
	padding: 15px 0 15px 22px;
	
	
}

.home_spalte1 {
	float:left;
	width:490px;
}

.home_spalte2 {
	float:left;
	width:210px;
	margin-left:124px;
	padding:10px;
	background:#BD1622; 
	color:#fff;
	
}

.home_spalte3 {
	float:left;
	width:210px;
	margin-left:70px;
}

.bildmargin {
	margin-bottom:15px;
}

.bildmargin2 {
	margin-bottom:30px;
}

.spalte1 {
	float:left;
	width:372px;
	margin-right:20px;
	
}

.spalte2 {
	float:left;
	width:345px;
	margin-left:77px;
}

.galeriebox {
	float:left;
	width:131px;
	height:98px;
	background-image:url(../img/galerie_bg.png);
	padding-left:12px;
	padding-right:12px;
	padding-top:14px;
	padding-bottom:14px;
}

.galerietext {
	float:left;
	width:131px;
	padding-left:12px;
	padding-right:12px;
}

.galeriespace {
	float:left;
	width:12px;
}

.scrubber-wrapper {
   margin: 0 auto;
   padding: 0;
  }
  
.scrubber {
	height: 98px;
	position: relative;
	width: 131px;
}

.scrubber img {
	position: absolute;
	top:0;
	left: 0;
	/*z-index: 0;*/
}

.scrubber div {
	position: absolute;
	top:0;
	left: 0;
	/*z-index: 0;*/
}

.eins {
	float: left;
	width: 455px;
	margin-right: 10px;
	

}

.zwei {
	float: left;
	width: 455px;
	margin-left: 10px;

}

.drei {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}


#zweispalter_links {
	float: left;
	width: 460px;
	margin-right: 10px;

}

.zweispalter_rechts {
	float: left;
	width: 620px;
	margin-left: 10px;
	margin-right: 10px;

}

#dreispalter_rechts {
	float: left;
	width: 700px;
	margin-left: 10px;
	
}

#einspalter {
	float: left;
	width: 940px;
	background-color:#f7f7f7;
	
}

#head_news{
	font-size: 14px;
}

#pic_news {
	float: left;
	width: 100px;
	background-color:#FFF;
}

#text_news{
	float: left;
	width: 790px;
	margin-left: 20px;
}

.newsbox {
	background-color: #f7f7f7;
	padding-left: 10px;
	padding-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}




.clear {
	clear: both;
}



.Feld { 
	background-color:#ccc;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	width:335px;
}

.Feld2 { 
	background-color:#ccc;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	width:290px;
}

.Feld3 { 
	background-color:#ccc;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	width:35px;
}

.absenden {
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
	background-color:#BD1622;
	cursor:pointer;
}

.error {
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
	background-color:#BD1622;
}

.danke {
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
	background-color:#518F62;
}
	


.line {
	border-bottom:thin dotted;
	border-bottom-color:#EE6984;
	margin-top:50px;
		
}


.footer {
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
	/*background-color:#edb5bf;*/
	height:60px;
}



