body {
	background-attachment: fixed;
	background-color: #86bfff;
	background-image: url(bg.png);
	background-position: top left;
	background-repeat: repeat-x;	
	color: #111111; 
	font-family: Arial; 
	font-size: 16px; 
	padding: 0px;
	margin: 0px;
	overflow-x:hidden;
	width:100%;
}

#page {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 857px;
}

#navi {
	background-image: url(navi_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 173px;
}

#logo {
	position: relative;
	left: -50px;
	top: 25px;
	width: 200px;
}

#menu {
	position: relative;
	left: 118px;
	top: -230px;
	list-style-type: none;
}

#lang {
	position: relative;
	left: 580px;
	top: -280px;
	list-style-type: none;
}

#lang table td {
	border: 0px;
	padding: 5px;
}

#menu li {
	padding: 10px;
	display: inline;
}

#menu li a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #ddd;
}

#menu li a:hover {
	color: #ffffff;
}

#menu li a.open {
	color: #ffffff;
}

#menu ul {
	border-left: 2px #9f9f9f solid;
	border-right: 2px #9f9f9f solid;
	border-bottom: 2px #333 solid;
	background-color: #007500;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	position: absolute;
	left: 286px;
	top: 30px;
}

#menu ul li {
	display: block;
	padding: 8px 20px 8px 20px;
}

#menu ul li:hover, #menu ul li a:hover {
	background-color: #b3e0a0;
	color: #000000;
}

#menu ul li:hover a {
	color: #000000;
}

#menu li:hover ul, #menu a:hover ul {
	visibility: visible; 
}

#shadow {
	background-image: url(shadow_left.png), url(shadow_right.png);
	background-position: top left, top right;
	background-repeat: repeat-y, repeat-y;
	padding: 0px 16px 0px 16px;
}

#content {
	background-color: #bcc6c1;
	padding: 10px 150px 50px 150px;
}

#signature {
	background-image: url(shadow_btm.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 25px;
	text-align: center;
}

a {
	font-family: Verdana; 
	font-size: 16px; 
	color: #00609d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000000; 
	font-family: Verdana; 
	font-size: 20px; 
	line-height: 28px;
	margin-bottom: 25px;
}

h2 {
	color: #000000; 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 28px;
	margin-top: 25px;
	margin-bottom: 15px;
}

#content li {
	color: #000000; 
	font-family: Arial; 
	font-size: 14px; 
	line-height: 25px;
}

p {
	color: #111111; 
	font-family: Arial; 
	font-size: 14px; 
	line-height: 25px;
}

input {
	margin: 10px 0px 10px 0px;
}

p.caption {
	color: #111111; 
	font-family: Verdana; 
	font-size: 16px; 
	font-style: italic;
	margin: 0px;
}

p.description {
	color: #111111; 
	font-family: Verdana; 
	font-size: 16px; 
	font-style: italic;
	margin-bottom: 30px;
}

#signature p,
#signature a
 {
	color: #111111; 
	font-family: Verdana; 
	font-size: 14px; 
	margin: 0px;
	text-align: center;
  font-weight: normal;
}

p.special {
	border: 3px black solid;
	background-color: #aadd96;
	padding: 15px;
}

p.news_aktuell {
	font-weight: bold;
}

img.pic {
	border: #818181 2px solid;
}

table#news td {
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}

table#pictures {
	margin-left: auto;
	margin-right: auto;
}

table#pictures td {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


#cookieNotice{
	width: 760px;
	margin: auto;
	display: block;
	padding: 0 2em 2em 2em;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	box-shadow: 0 10px 50px #484848;
	background: #fff;
}
#cookieNotice a{font-size:1em;}
#cookieNotice .button{
	background-attachment: fixed;
	background-color: #86bfff;
	background-image: url(bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding:1em 1.5em;
	font-size:1em;
	margin:1em 0;
	display:block;
	box-shadow: 0 10px 20px #808080c2;
	transition:all .3s ease;
	text-align:center;
}
#cookieNotice .button:hover{color:#fff;padding:1.5em;}
/* Row */   .row{position:relative;}  
/* 1 */     .row.one{width:100%;}
/* 1/2 */   .row.oneHalf{width:50%;float:left;}
/* 1/3 */   .row.oneThird{width:33.33%;float:left;}
/* 2/3 */    .row.twoThird{width:66.66%;float:left;}
/* 1/4 */    .row.oneFourth{width:25%;float:left;}
/* 3/4 */    .row.threeFourth{width:74%;float:left;}
/* 1/5 */    .row.oneFifth{width:20%;float:left;}
/* 2/5 */     .row.twoFifth{width:40%;float:left;}
/* 3/5 */     .row.threeFifth{width:60%;float:left;}
.row.fourFifth{width:80%;float:left;}
/* 1/6 */    .row.oneSixth{width:16.6%;float:left;}
/* 5/6 */    .row.fiveSixth{width:83%;float:left;}