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

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

}

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

}

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

}

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

}

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

}

@font-face {
    font-family: 'CrimsonSemiboldItalic';
    src: url('fonts/Crimson-SemiboldItalic-webfont.eot');
    src: url('fonts/Crimson-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/Crimson-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/Crimson-SemiboldItalic-webfont.svg#CrimsonSemiboldItalic') 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 "Times New Roman", Times, serif;	
	
    background: #fff;
    color: #666;
	background-repeat:repeat-x;
	width: 100%;
	min-height:100%;
	height: 100%;
}





h1 {
	font-family: 'Times New Roman', sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
	/*text-transform:uppercase;*/
	line-height:32px;
	
}

h2 {
	font-family: 'Times New Roman', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding-bottom:12px;
	border-bottom:thin dotted;
	border-bottom-color:#b7b7b7;
	/*text-transform:uppercase;*/
	margin-bottom:15px;
}

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


a {
	color: #666;
	text-decoration: underline;
}


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

#wrapper {
	background-color:#fff;
	margin: 0 auto;
	width: 940px;
	min-height: 100%;
	height:100%;
}

#header {
	background-color: #fff;
		
	height: 100px;
	padding-top: 60px;
	margin-bottom:20px;
	/*border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#b29955;
	padding-bottom:5px;*/
}

.headerline{
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#b29955;
	padding-top:5px;
}

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

#navigation {
	float:right;
	text-align:right;
	width: 640px;
	font-family: 'CrimsonRoman', Arial, sans-serif;
	font-size:17px;
	color:#000;
	padding-top:40px;
}

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

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

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

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

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

.main {
	width:940px;
	background-color:#fff;
	padding-top: 20px;
	padding-bottom:20px;
	margin-top: 13px;
	font-size:14px;
}

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

.mainpic {
	float:left;
	width:520px;
	height:353px;
	background-color:#fff;
	
}

.subpic {
	float:left;
	width:940px;
	height:200px;
	background-color:#ccc;
	margin-bottom:30px;
	
}

.starttext {
	float:left;
	width:350px;
	margin-left:50px;
	font-size:14px;
	line-height:20px;
	
}

#footer {
	width:940px;
	height:100px;
	text-align:left;
	font-family: 'CrimsonRoman', sans-serif;
	font-size:14px;
	margin-top:30px;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#b29955;
	padding-top:20px;
	color:#999;
}

#footer a {
	color:#999;
	text-decoration:none;
}

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


.weiter {
	font-family: 'CrimsonRoman', sans-serif;
	font-size:14px;
	color:#004d34;
	padding-top:12px;
	
	
}

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

.home_spalte2 {
	float:left;
	width:210px;
	margin-left:124px;
}

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

.news_spalte1 {
	float:left;
	width:300px;
	font-size:14px;
	line-height:20px;
	margin-right:20px;
}

.news_spalte2 {
	float:left;
	width:300px;
	font-size:14px;
	line-height:20px;
	margin-right:20px;
}

.news_spalte3 {
	float:left;
	width:300px;
	font-size:14px;
	line-height:20px;
}

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

.artikellinks {
	
	float:left;
	width:700px;
}

.artikeldatum {
	margin-bottom:10px;	
}

.artikel {
	margin-bottom: 80px;	
}

.artikeluebersicht {
	margin-bottom: 80px;
	float:left;
	width:180px;
	margin-left:40px;
	text-align:right;
	background:#efefef;
	margin:10px;
}






.clear {
	clear: both;
}



.Feld { 
	background-color:#ccc;
	padding: 10px;
	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;
}

.Feldadmin { 
	background-color:#efefef;
	padding:10px;
	width:700px;
}

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

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

.danke {
	font-family: 'FrancoisOneRegular', sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color:#004d34;
	padding:10px;
	background-color:#b5d4bc;
}
	


.line {
	border-bottom:thin dotted;
	border-bottom-color:#EE6984;
	margin-top:50px;
		
}
/*
DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   height:372px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   height:373px;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   height:374px;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   height:375px;
   }
DIV.shadow5 {
   float: left;
   background-color: #fff;
   border: 1px solid #fff;
   height:376px;
   }

DIV.shadow IMG {
   border: 0px solid #666;
   margin: 0;
   display:block;
   position: relative;
   
   }
*/

.submenu {
	float:right;	
}

DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid #fff;
  
   }

DIV.shadow IMG {
   border: 0px solid #666;
   margin: 0;
   display:block;
   position: relative;
 
   }

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

