/*@import url(http://fonts.googleapis.com/css?family=Cabin);*/
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300);


body {
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: 'Helvetica Neue',  sans-serif;
	font-size: 95%;
	background-color: #c0cdf2; 
	background-image: url('snowy/snow.png'), url('snowy/snow3.png'), url('snowy/snow2.png');
	
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}

a:link,
a:visited,
a:focus {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.u {
	text-decoration:underline;
}

.i {
	font-style:italic;
}

.btn.danger,.alert-message.danger,.btn.danger:hover,.alert-message.danger:hover,.btn.error,.alert-message.error,.btn.error:hover,.alert-message.error:hover,.btn.success,.alert-message.success,.btn.success:hover,.alert-message.success:hover,.btn.info,.alert-message.info,.btn.info:hover,.alert-message.info:hover{color:#ffffff;}

.btn.danger,.alert-message.danger,.btn.error,.alert-message.error{background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}


.btn.info,.alert-message.info{background-color:#339bb9;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#339bb9 #339bb9 #22697d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}

.alert-message{background-color:#eedc94;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));background-image:-moz-linear-gradient(top, #fceec1, #eedc94);background-image:-ms-linear-gradient(top, #fceec1, #eedc94);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));background-image:-webkit-linear-gradient(top, #fceec1, #eedc94);background-image:-o-linear-gradient(top, #fceec1, #eedc94);background-image:linear-gradient(top, #fceec1, #eedc94);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#eedc94 #eedc94 #e4c652;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);margin-bottom:18px;padding:7px 14px;color:#404040;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);border-width:1px;border-style:solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);}.alert-message h5{line-height:18px;}
.alert-message p{margin-bottom:0;}
.alert-message div{margin-top:5px;margin-bottom:2px;line-height:28px;}
.alert-message .btn{-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);}
.alert-message .close{float:right;margin-top:-2px;color:#000000;font-size:20px;font-weight:bold;text-shadow:0 1px 0 #ffffff;filter:alpha(opacity=20);-khtml-opacity:0.2;-moz-opacity:0.2;opacity:0.2;}.alert-message .close:hover{color:#000000;text-decoration:none;filter:alpha(opacity=40);-khtml-opacity:0.4;-moz-opacity:0.4;opacity:0.4;}

.nticker {
	font-weight: bold;
	font-size: medium;
	background-color: yellow;
	color:red;
	border: 0px solid green;
}
.yellow {
        font-weight: bold;
        font-size: medium;
        background-color: yellow;
        color:red;
}


.center {
	text-align: center;
}

#content {
	background-color: #c0cdf2;
	width: 710px;
	position: relative;
	background-repeat: repeat;
  	background-attachment: scroll;
	margin: 0pt auto;
	border-radius: 15px;
}

#logo {
	margin-top:-10px;
	height: 90px;
	text-align: center;
	background-image:url(/head.png);
}

#navi {
	padding: 0 15px;
}

#navi ul{
	text-align: center;
}

#navi ul li{
	float:left;
	display:inline;
	padding: 0;
	list-style:none;
	border:0;
}

#navi ul li a:link,
#navi ul li a:visited,
#navi ul li a img{
	margin: 0;
	list-style: none;
	display: inline;
	padding: 0;
	border: 0;
}

#news {
	margin: 10px;
	border: 3px orange solid;
	color: red;
	font-weight: bold;
	font-size: normal;
	text-align: left;
}
	

.opacity img {
	filter:Alpha(opacity=38);
	opacity: 0.38;
}

.opacity:hover img {
	filter:Alpha(opacity=100);
	opacity: 1;
}

.active img {
	filter:Alpha(opacity=100);
	opacity: 1;
}

#bild1 {
	margin-top:10px;
	float:left;
	padding-right:35px;
}

#bild1 img {
	border-radius: 15px;
        -moz-border-radius: 15px;
}


#bild2 {
	float:right;
	padding-left:20px;
}

#ad img,
#ad a:hover {
	margin-top:10px;
	border:0;
	text-decoration:none;
}

#text {
	font-size:small;
	clear:left;
	margin: 80px 50px 30px 50px;
}

#gallery {
	text-align: center;
	}

#gallery img {
	margin-top: 15px;
	width: 600px;
}

#text a:link, a:visited, a:focus {
	color: #6586e5;
	text-decoration: none;
}

#text a:hover {
	background-color:#6586e5;
	color:white;
}

#text h1 {
	font-size: large;
	margin-top: 5px;
}


#text li {
	margin-left: 10px;
	list-style-image:url(/chevron.gif);
	margin: 0.6em 0;
}

#verleih {
	text-align: left;
}


.h4 {
	font-weight: bold;
}

#temp {
	float:right;
	width:90px;
	background-image:url(/temp.png);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-right:21px;
}

#te {
	float:right;
	width:90px;
	background-image:url(/te.png);
        background-repeat:no-repeat;
	margin-top:0px;
	margin-right:29px;
}

#degree {
	padding-top:11px;
	padding-left:31px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Helvetica';
	font-size: small;
}

#deg {
/*      padding-top:11px;*/
        background-repeat:no-repeat;
        padding-left:31px;
        color: #ffffff;
        font-family:Helvetica;
        font-size: small;
}

#msource {
	text-align: right;
	font-size:x-small;
	padding-right:11px;
	margin-top:13px;
}

#msour {
        text-align: right;
        font-size:x-small;
        padding-right:11px;
        margin-top:0px;
}

#infobox {
	text-align: left;
	font-size: small;
	background-color: #c0df9;
}

#infobox th.blue {
/*	background-color: #a5b8ef;*/
	border: 1px white;
}

#infobox td {
	border: 0;
	padding: 5px 34px;
}

#infobox tr.line:hover {
	background-color: #a5b8ef;
}

#thead:hover {
	background-color: #a5b8ef;
}

.small {
	font-size:x-small;
}

#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	clear:both;
	color: #6586e5;
	font-size: small;
	text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:focus {
	color: #6586e5;
	text-decoration:none;
}

#footer a:hover {
	background-color:#6586e5;
	color:white;
}
.mapstil {
	font-size:11px;
        font-family: Arial, Helvetica;
        line-height: 15px;
        color: #000000;
        display: block;
}

#map {
	margin: 0 auto;
}

.mapstil a,
.mapstil a:visited {
	text-decoration:underline;
	color: #1f4ac8;
}

.mapstil a:hover {
	color: 
}

.b {
	color: #000000; 
}

#contact td{
	font-size:small;
}

#send input {
	margin: 10px 73px 0 73px;
	background-color: #889fdf;
	border: solid 1px;
}

#send input:hover {
	background-color: #99b1f5;
}

.xs {
	font-size: x-small;
}

.i {
	font-decoration: italic;
	}

.right {
	text-align: right;
}

.error {
	margin-top:-40px;
	color:red;
}

/*rounded corners*/
/*.roundtop { 
	background: url(/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/br.gif) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
*/
#bericht {
    margin-top: 10px;
    font-size: small;
    border: 1px #ffffff bold;
}

#st {
    margin-left:585px;
}

#aktion {
    margin-left:-20px;
    padding:17px;
}
#twitter_update_lisat {
    display:block;
    margin:-60px 0 0;
    padding:4px;
    list-style-type: none;
}

#twitter_update_list span{
    font-size: xx-small;
    background-color: #000000;
    padding: 2px;
}

#twitter_update_list li span, li span a{
   font-size: x-small;
   font-color: #ffffff;
}

#twitter_update_list li a{
    display:none;
}

#twitter_update_list li{
/*    list-style-image: url(twitter.png);*/
    list-style-type: none;
    font-size:small;
    line-height:170%;
    color:#ffffff;
/*    text-align:left;*/
}


#twitter_icon {
    float:both;
    margin:0px 0 0 -62px;
    background: url(twitter.png) no-repeat;
    width: 70px;
    height: 70px;
}
/*
#twitter_icon:hover, a:hover {
    background: url(twitterb.png) no-repeat;
    width: 70px;
    height: 70px;
}
*/
#twt {
    margin:-30px 0 -20px 120px;
    font-size: xx-small;
    text-align: right;
    width: 400px;
}

#twt a:link, a:visited, a:focus {
        color: #6586e5;
        text-decoration: none;
}

#twt a:hover {
        background-color:#6586e5;
        color:white;
}

#imprint {
    background-image: url(/i.png);
    height: 108px;
    width: 250px;
}

#snow a:hover, img:hover {
}

#snow {
    float:right;
    padding:8px 20px;
}

/*Keyframes*/
@keyframes snow {
 0% {background-position: 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-moz-keyframes snow {
 0% {background-position: 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-webkit-keyframes snow {
0% {background-position: 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-ms-keyframes snow {
 0% {background-position: 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

