@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#666;
	letter-spacing:0.4px;
	margin:0;
	padding:0;
	overflow-y:scroll;
}

#wrapper {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	height:auto;
}

#logoleiste {
	width:100%;
	height:147px;
	margin-top:25px;
	background-color:rgba(255,255,255,1.00);
}

#logo {
	display:inherit;
	margin-top:0px;
	margin-left:25px;
}

#headerbild {
	background-image:url(../image/headerbild.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:308px;
	margin-top:10px;
}

.sprache_start {
	display:inline-block;
	/*display:none;*/
	margin-top:25px;
	margin-left:25px;
	cursor:pointer;
}

.sprache {
	display:inline-block;
	/*display:none;*/
	margin-top:25px;
	margin-left:10px;
	cursor:pointer;
}

#sprache_fr {
	/*display:none;*/
}

#aktuelles {
	margin-top:-490px;
	margin-right:25px;
	width:273px;
	height:220px;
	float:right;
	background-color:rgba(78,92,166,1.00);
	color:#FFF;
	font-size:18px;
	font-weight:400;
}

#aktuelles_1 {
	margin-top:32px;
	margin-left:25px;
	line-height:1.5;
}

#aktuelles_2 {
	margin-top:12px;
	margin-left:25px;
	line-height:1.8;
}

#menue {
	margin-top:40px;
	width:100%;
	height:50px;
}

.linie {
	float:left;
	margin-top:-30px;
	width:1px;
	height:90px;
	background-color:rgba(78,92,166,1.00);
}

#menuebuttons {
	width:auto;
	height:auto;
	margin-left:14px;
}

.button {
	float:left;
	margin-left:60px;
	margin-right:60px;
	cursor:pointer;
}

#menueleiste {
	margin-top:10px;
	width:100%;
	height:10px;
	background-color:rgba(78,92,166,1.00);
}

#submenue{
	float:left;
	margin-bottom:40px;
	padding-left:25px;
	width:100%;
	height:auto;
	background-color:rgba(78,92,166,1.00);
	
	/*** PADDING KORREKTUR ***/
	box-sizing: border-box; *behavior: url(../scripts/boxsizing.htc);
	box-sizing: padding-box; 
		
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
		
	-ms-box-sizing: border-box;
	-ms-box-sizing: padding-box;
		
	-webkit-box-sizing: border-box;
	-webkit-box-sizing: padding-box;
}

.subButtonCon {
	font-size: 12px;
	cursor:pointer;
	color:#FFFFFF;
	margin:0;
	padding:6px 12px;
	float:left;
	width:auto;
	height:auto;
	background-color:rgba(78,92,166,1.00);
}

.subButtonCon_aktiv {
	color:#666;
	font-weight:600;
	background-color:rgba(255,255,255,1.00);
}

#content {
	float:left;
	margin-top:10px;
	width:100%;
	height:auto;
}

.headertextCon {
	width:100%;
	height:auto;
	background-color:rgba(78,92,166,1.00);
	margin-bottom:40px;
}

.headertext {
	color:#fff;
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:10px;
}

.textblockCon {
	letter-spacing:0.4px;
	line-height:20px;
	float:none;
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.textblock1 {
	float:left;
	width:48%;
	height:auto;
	/*background-color:#F3F3F3;*/
}

.textblock2 {
	float:right;
	width:48%;
	height:auto;
	/*background-color:#F3F3F3;*/
}

h1 {
	margin:0;
	font-size:14px;
	letter-spacing:0.9px;
}

img {
	display:block;
	border:0;
}

.bilderbox {
	margin-top:10px;
	float:left;
	width:100%;
	height:auto;
}

.bilderboxCon {
	width:760px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

.bilder_varianten {
	float:left;
	margin:0;
}

.bgBtnCon {
	float:left;
	width:100%;
	height:auto;
}

.bilderGalerie {
	margin-left:150px;
	width:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.minBilderBox {
	float:left;
	width:220px;
	height:68px;
	margin-bottom:10px;
}

.minBilder {
	cursor:pointer;
	float:left;
	width:100px;
	height:68px;
	margin-right:10px;
}

.groBilderBox {
	float:right;
	width:400px;
	height:272px;
}

.formTextfeld {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#666;
	letter-spacing:0.4px;
	border-radius:4px;
	border-style:solid;
	border-color:#666;
	border-width:1px;
	padding:4px;
}

.formTextfeld:hover {
	border-color:rgba(78,92,166,1.00);
}

.formTextfeld:focus {
	border-color:rgba(78,92,166,1.00);
}

.formTextfeldError {
	background-color: rgba(226,0,32,0.10);
	border-color: rgba(226,0,32,1.00);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}

#footer {
	float:left;
	margin-top:40px;
	width:100%;
	height:auto;
	color:#FFF;
}

#footer_links {
	padding-top:25px;
	padding-left:25px;
	font-size:12px;
	font-weight:400;
	letter-spacing:0.8px;
	float:left;
	width:287px;
	height:110px;
	background-color:rgba(229,0,67,1.00);
	
	/*** PADDING KORREKTUR ***/
	box-sizing: border-box; *behavior: url(../scripts/boxsizing.htc);
	box-sizing: padding-box; 
		
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
		
	-ms-box-sizing: border-box;
	-ms-box-sizing: padding-box;
		
	-webkit-box-sizing: border-box;
	-webkit-box-sizing: padding-box;
}

#footer_rechts {
	padding-top:25px;
	padding-left:25px;
	font-size:11px;
	font-weight:400;
	letter-spacing:0.5px;
	float:right;
	width:672px;
	height:110px;
	background-color:rgba(229,0,67,1.00);
	
	/*** PADDING KORREKTUR ***/
	box-sizing: border-box; *behavior: url(../scripts/boxsizing.htc);
	box-sizing: padding-box; 
		
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
		
	-ms-box-sizing: border-box;
	-ms-box-sizing: padding-box;
		
	-webkit-box-sizing: border-box;
	-webkit-box-sizing: padding-box;
}

a {
    outline: none;
    text-decoration:none;
}

a:link {
    color: #FFF;
}

a:visited {
    color: #FFF;
}

a:hover {
    color: #FFF;
}

a:active {
    color: #FFF;
}

a:focus { 
	outline: none;
}


a.inhaltLink:link {
    color: #666;
}

a.inhaltLink:visited {
    color: #666;
}

a.inhaltLink:hover {
    color: #666;
	border-bottom:none;
}

a.inhaltLink:active {
    color: #666;
}

a.inhaltLink:focus { 
	outline: none;
}

.underline {
	border-bottom:1px solid;
}

/*
	*** PADDING KORREKTUR ***
	box-sizing: border-box; *behavior: url(../scripts/boxsizing.htc);
	box-sizing: padding-box; 
		
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
		
	-ms-box-sizing: border-box;
	-ms-box-sizing: padding-box;
		
	-webkit-box-sizing: border-box;
	-webkit-box-sizing: padding-box;
*/

/*
	*** FARBVERLAUF ***
	background-color: #FFF; <-- fallback color if gradients are not supported
	background-image: -webkit-linear-gradient(270deg,rgb(238,238,238) 0%,rgb(175,175,175) 100%); <-- For Chrome and Safari
	background-image: -moz-linear-gradient(top, rgb(238,238,238), rgb(175,175,175)); <-- For old Fx (3.6 to 15)
	background-image: -ms-linear-gradient(top, rgb(238,238,238), rgb(175,175,175)); <-- For pre-releases of IE 10
	background-image: -o-linear-gradient(top, rgb(238,238,238), rgb(175,175,175)); <-- For old Opera (11.1 to 12.0)
	background-image: linear-gradient(to bottom, rgb(238,238,238), rgb(175,175,175)); <-- Standard syntax; must be last
*/