body, div, h1, h2, h3, p, ul, ol, li, img, header, section, nav, figure, aside, footer, button, input, textarea, a { 
	margin:0px; 
	padding:0px; 
	border:0px;
}
body, html {
	width: 100%;
	height: 100%;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
nav {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	position: fixed;
	z-index: 9999;	
}
nav ul#main {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	z-index: 9999;	
}
nav ul#main li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:50%;
}
nav ul#main li a:link,
nav ul#main li a:active,
nav ul#main li a:visited {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	font-size: 1.1em;
	display: block;
	padding: 1em 2em 1em 2em;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
}
nav ul#main li a:hover {
	background: #0f85a3;
	color: #ffffff;
}
nav ul#main li a.active {
	background: #0f85a3;
	color: #ffffff;
}
#social {
	position: fixed;
	top:10%;
}
#social ul{
	list-style: none;
	margin-right: 10%;
	position: relative;
	z-index: 9999;
}
#social ul li {
	float: lef;
	padding: 0.5em 1.5em 0.5em 1.5em;
}
#social ul li a:link,
#social ul li a:active,
#social ul li a:visited {
	width:50px;
	height: 50px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius: 25px;
	background: #222;
	display: block;
	outline: none;
	position: relative;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
}
#social ul li a img {
	height: 40px;
	position: absolute;
	margin: auto;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
}
#social ul li a:hover {
	background: #0f85a3;
}
.sunny {
	text-align: right;
	height: auto;
	position: absolute;
	top: 25%;
	right: 0%;
}
.sunny p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 4em;
	background: #0f85a3;
	color: #fff;
	padding-right: 10%;
	padding-left: 5%;
}
.sunny span {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	background: #222;
	padding:2%;
	margin-top: 2%;
	display: block;
	text-align: center;
}
.thanks {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 10em;
	line-height: 0px;
	color: #ffffff;	
	text-align: center;
	top:60%;
	position: relative;
	text-transform: uppercase;
}
#site {
	width: 60%;
	height: auto;
	margin:0px auto;
	position: relative;
	padding-bottom: 4%;
	top: 80%;
}
header {
	text-align: right;
	margin-bottom: 3%;
}
header span {
	background: #0f85a3;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2em;
	color: #ffffff;	
	padding: 1%;
}
#content {
	position: relative;	
	width: 88%;
	padding: 6%;
	height: auto;
	min-height: 100%;
}
#content-mask, #nav-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0px;
	left: 0px;
	background: #222222;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-webkit-opacity: 0.9;	  /*old ie*/
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */		
}
#vita-nav ul, #date-nav ul {
	list-style: none;
}
#vita-nav ul li, #date-nav ul li  {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 8%;
	margin-bottom: 10%;
	margin-right: 20%;
	border: solid 1px #fff;
	text-align: center;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
}
#vita-nav ul li:hover, #date-nav ul li:hover {
	background: #0f85a3;
	color: #ffffff;
	border: solid 1px #0f85a3;
	cursor: pointer;
}
#vita-nav ul li.over, #date-nav ul li.over {
	background: #0f85a3;
	color: #ffffff;
	border: solid 1px #0f85a3;	
}
#content-fullwidth {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}
#content-left {
	width: 35%;
	min-height: 1px;
	height: auto;
	float: left;
	position: relative;
	z-index: 100;
}
#content-right {
	position: relative;
	width: 64%;
	float: left;
	height: auto;
	border-left: solid 1px #ddd;
	z-index: 100;
}
.last-entry {
	width: 90%;		
	padding-left: 10%;
	padding-bottom: 10%;	
}
.last-entry p, .last-entry table tbody {
	font-family: 'PT Sans Narrow', sans-serif;	
	text-align: justify;
	color: #ffffff;
	font-size: 0.90em;
	line-height: 1.4em;
}
.last-entry p img {
	width: 100%;
	height: auto;
	margin-top: 1%;
}
.last-entry:last-child {
	padding-bottom: 0%;
}
.last-entry p a:link, 
.last-entry p a:active, 
.last-entry p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0f85a3;
	outline: none;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;		
}
.last-entry p a:hover {
	color: #ddd;	
}
.last-entry p.date, .content-headline {
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size: 1.4em;
	margin-bottom: 0%;
	text-transform: uppercase;
	color: #0f85a3;
}
.last-entry iframe {
	border: solid 2px #0f85a3;	
}
.last-entry form input {
	width: 96%;
	padding: 2%;
	margin-bottom: 2%;
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size: 1em;
	color: #222;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
}
.last-entry form input:hover {
	cursor: pointer;
}
.last-entry form input:focus {
	cursor: pointer;
	background: #0f85a3;	
	color: #ffffff;
}
.last-entry form input#form-submit {
	width: 100%;
	background: #ffffff;
	color: #0f85a3;
}
.last-entry form input#form-submit:hover {
	cursor: pointer;
	background: #0f85a3;
	color: #ffffff;	
}
.last-entry form textarea {
	width: 96%;
	padding: 2%;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1em;
	margin-bottom: 2%;
	height: 180px;
}
.last-entry form input:required, .last-entry form textarea:required {
	outline:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	}
.last-entry form input::-webkit-input-placeholder { color:#222; font-size:1em; }
.last-entry form input::-moz-placeholder { color:#222; font-size:1em; } /* firefox 19+ */
.last-entryform input:-ms-input-placeholder { color:#222; font-size:1em; } /* ie */
.last-entry form input:-moz-placeholder { color:#222; font-size:1em; }

.last-entry form textarea::-webkit-input-placeholder { color:#222; font-size:1em; }
.last-entry form textarea::-moz-placeholder { color:#222; font-size:1em; } /* firefox 19+ */
.last-entry form textarea:-ms-input-placeholder { color:#222; font-size:1em; } /* ie */
.last-entry form textarea:-moz-placeholder { color:#222; font-size:1em; }

.iframe-audio iframe {
	border: none;
	min-height: 700px;
	max-height: 900px;
	height: auto;
}
.content-headline-left {
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size: 1.4em;
	margin-bottom: 0%;
	text-transform: uppercase;
	color: #0f85a3;	
	padding-left: 10%;
}
.last-entry p.titel {
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size: 0.90em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.last-image, .last-image-height {
	background: #222;
	width:22.7%;
	height: 100px;
	max-height: 120px;
	overflow:hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	border: solid 1px #ffffff;	
	position: relative;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;	
}
.last-image img {
	width: 100%;
	height: auto;
}
.last-image-height img {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 45%;	
}
.last-image:hover, .last-image-height:hover {
border: solid 1px #0f85a3;		
}
.last-image-mask {
	background: #222;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0;      /* khtml, old safari */
	-webkit-opacity: 0;	  /*old ie*/
	-moz-opacity: 0;       /* mozilla, netscape */
	opacity: 0;           /* fx, safari, opera */	
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;		
}
.last-image:hover .last-image-mask, .last-image-height:hover .last-image-mask {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-webkit-opacity: 0.5;	  /*old ie*/
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */	
}
footer aside ul {
	list-style: none;
}
footer aside ul li a:link,
footer aside ul li a:active,
footer aside ul li a:visited {
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.8em;
	background: #222;
	opacity: 0.9;
	color: #fff;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	padding: 1%;
	outline: none;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;	
}
footer aside ul li a:hover {
	background: #0f85a3;
	color: #ffffff;
	cursor: pointer;
}
footer aside ul li a.over {
	background: #0f85a3;
	color: #ffffff;	
}
@media only screen and (min-width:1400px) and (max-width: 1600px) {
.last-image, .last-image-height {
	height: 120px;	
	}		
}	