@charset "utf-8";
/* CSS Document */
.zentriert{max-width: 960px;margin: auto;}
.nav{position:fixed;top:0;left:0;width:100%;text-align:center;background:#232C41;z-index:10000;max-height:125px;-webkit-transition:height 0.3s;-moz-transition:height 0.3s;transition:height 0.3s;padding-bottom:1em;}
.nav span{margin:1em;font-size:1.5em;font-style:italic;font-weight:bold;}
.nav a{color:#fff;text-decoration:none;}
.nav a:hover{color:#00FF00}
.blurb{font-size:1.1em;text-align:left;margin:1em;}
.blurb:first-line{font-size:1.5em;line-height:2em;}
.whitish:first-line{color:#fff;}
.green:first-line{color:#00978E;}
.reddish:first-line{color:#E84646;}
.teaser{width:100%;font-weight:bold;}
.white{color:#fff;background:#232C41;}
.article{font-size:1.2em;text-align:left;}
.headline{font-size:2.5em;font-style:italic;margin:0.5em 0.5em 1em 0.5em;}
@media all and (max-width: 480px) {
	.headline{font-size:1.5em;}
	.article{text-align:left;}
}
/*linie und teiler*/
hr {border: 0;height: 1px;clear:both;background: #666;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}
.divider{width:66%;}
.smalldivider{width:33%;}
.space{background:url(../grafiken/misc/alpar_fendo_sternenhimmel.png);}
.big{color:#00FF00;}
.premiere{position:absolute;top:-5px;left:-5px;z-index:20000;width:20%;height:auto;}

