/*RESET*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
html, body{width:100%; height:100%; font-family:"Open Sans",sans-serif;}
html{/*
  background: #0A2035 url(img/waterbg2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/}
body{
	position:relative; 
	letter-spacing:1px;
	color:#222
}
p{margin-bottom:15px}

nav{position:fixed; height:65px; width:100%; z-index:10}
nav ul{list-style: outside none; display:table}
nav ul:after{clear:both}
nav ul li{float:left; position:relative; margin:20px 0;}
nav ul li a{text-decoration:none;  border-right:solid 1px #0A2035; color:#fff; padding:23px; background-color:#030A10; text-transform: uppercase;}
nav ul:last-child li:last-child a{border-right:none}
nav ul li a:hover{text-decoration:none; color:#00CCFE; background-color:#0A3C6D}

#navbg{z-index:9; position:fixed; height:65px; width:100%; background: none repeat scroll 0 0; background-color:#030A10; border-bottom:solid 1px blue}

.maxwidth{width:90%; max-width:960px; margin: 0 auto}
#wrapper{position:relative;min-height: 100%;}
#contentwrapper{padding-top:110px; position:relative}
#contentwrapped{padding:10px; margin-left:20px;}
.alphabox{border:solid 1px #fff; border-radius:10px; background-color:rgba(255, 255, 255, 0.8); box-shadow: 5px 5px 7px #0A3C6D; font-size:.9em}
.alphabox a img{border:1px solid rgba(20, 68, 120, 0.8); box-shadow: 2px 2px 4px #0A3C6D; margin: 10px 10px;}
.alphabox li{margin-left:50px}
#logo{position:fixed; right:0; bottom:0; height:208px; width:100px; background: url('/img/logo.png')no-repeat}
#titel{background:rgba(255, 255, 255, 0.7) url('/img/logo.png')no-repeat right bottom; min-height:215px; width:100%}
h1{font-size:2.5em; padding-bottom:20px }
.spacer{padding:20px 100px 20px 30px}
.topmarginspacer{margin-top:70px}
footer{width:100%; min-height:30px; background-color:rgba(3, 10, 16, 0.7); color:#fff; border-top:solid 1px blue; position:absolute; bottom:0; padding-top:8px }
.push{height:30px}

#wrap{position:fixed; top:0; left:0; }
#wrap img.bgfade{position:absolute;top:0;display:none;width:100%;height:100%;}
