* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	text-align: center;
	background-image: url(../bilder/subtle_grunge.png);
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 14px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	height: 100%;
	background: #fff;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 980px;
	height: 170px;
	background-image: url(../bilder/head_hintergrund.jpg);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 3;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 0px;
	background: #fff;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 980px;
	height: 38px;
	text-align: center;
	left: 50%;
	margin-left: -490px;
	background: #fff;
	background-image: url(../bilder/bg_footer.jpg);
	background-repeat: repeat-x;
	background-attachment: left top;
	position: fixed;
	bottom: 0;
	z-index: 2;
	
}


/* Menue
-----------------------------------------------------------------------------*/
#apDiv1 {
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 488px;
	width: 86px;
	height: 359px;
	z-index: 0;
}


/* Schatten-Wrapper
-----------------------------------------------------------------------------*/
#schatten {
	position: fixed;
	left: 50%;
	background-image: url(../bilder/schatten_wrapper.png);
	background-repeat: repeat-y;
	margin-left: -500px;
	top: 0px;
	width: 1000px;
	height: 100%;
	z-index: 0;
}


/* Tabelle-Footer
-----------------------------------------------------------------------------*/
#apDiv2 {
	margin-left: 30px;
	margin-top: 10px;
	width: 920px;
	height: 30px;
	
}


/* Tabelle-Footer-links
-----------------------------------------------------------------------------*/
#apDiv3 {
	float: left;
	text-align: left;
	width: 50%;
	margin-top: 3px;
	height: 20px;
	
}


/* Tabelle-Footer-rechts
-----------------------------------------------------------------------------*/
#apDiv4 {
	float: left;
	text-align: right;
	width: 50%;
	margin-top: 3px;
	height: 20px;
}


.text-footer {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight : normal;
	line-height: 12px;
	-webkit-text-shadow: 1px 1px 1px #3a3a3a; /* WebKit */
	-moz-text-shadow: 1px 1px 1px #3a3a3a; /* Firefox */
	text-shadow: 1px 1px 1px #3a3a3a; /* Standard */
}

.text-footer-link {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight : normal;
	line-height: 12px;
	-webkit-text-shadow: 1px 1px 1px #3a3a3a; /* WebKit */
	-moz-text-shadow: 1px 1px 1px #3a3a3a; /* Firefox */
	text-shadow: 1px 1px 1px #3a3a3a; /* Standard */
}

.text-footer-link:hover {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 12px;
	color : #ffffff;
	border-bottom : 1px solid #ffffff;
	padding-bottom : 2px;
	font-weight : normal;
	line-height: 12px;
	-webkit-box-shadow: 0px 1px 0px #3a3a3a; /* WebKit */
	-moz-box-shadow: 0px 1px 0px #3a3a3a; /* Firefox */
	box-shadow: 0px 1px 0px #3a3a3a; /* Standard */
}

.fliess {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 15px;
	color: #5f5f5f;
	text-decoration: none;
	line-height: 1.5em;
}

.fliess_link {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 15px;
	color: #5f5f5f;
	text-decoration: none;
	border-bottom: 1px solid #378bc7;
	padding-bottom: 2px;
	line-height: 1.5em;
}

.fliess_link:hover {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 15px;
	color: #ffffff;
	background-color: #378bc7;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:3px;
	padding-left:6px;
	line-height: 1.5em;
	border-radius: 3px;
}

.ueberschrift_kleiner_blau {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #378bc7;
	text-decoration: none;
	line-height: 18px;
	text-decoration: none;
}

.ueberschrift_blau {
	font-family: 'Ubuntu', sans-serif, "Segoe UI", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #378bc7;
	text-decoration: none;
	line-height: 18px;
	text-decoration: none;
}


.bilderrahmen {
	border: 1px solid #e6e6e6;
}

.bilderrahmen:hover {
	border: 1px solid #c8c8c8;
}

.bilderrahmen-galerie {
	border: 1px solid #e6e6e6;
}

.bilderrahmen-galerie:hover {
	border: 1px solid #c8c8c8;
	box-shadow: 1px 1px 7px #b7b7b7;
}



.hidden{display:none;}

a:focus { 
	outline: none; 
}

/* Auswahl farbig hervorheben */      
::selection { background:#3399cc; color:#ffffff; }
::-moz-selection { background:#3399cc; color:#ffffff; }
::-webkit-selection { background:#3399cc; color:#ffffff; }




/* Cookie Popup */  
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #666 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #378bc7 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #666 !important; /* Textlink-Farbe "Mehr Infos" */
}