@charset "UTF-8";
/* font-sizes: tiny 75%, small 81%, large 137.5 */

/* preload */
	#preload { position:fixed; top:0px; left:0px; width:100%; height:100%; background-color:#ffffff; z-index:999; }
	#preload > span { position:relative; top:36%; display:block; text-align:center; font-family:'England'; font-size:300%; line-height:120%; color:#202020; }
	#preload .load_circle { border-color:#202020; }

/* logo */
	#logo { position:absolute; top:-2px; left:50%; display:block; margin-left:-115px; padding-left:16px; padding-right:16px; padding-top:16px; padding-bottom:3px;
		font-family:'England'; font-size:231%; line-height:120%; text-align:center; text-decoration:none;
		border:2px solid #dedede; background-color:#ffffff; z-index:99; }
	#logo > div { font-size:160%; }
	#logo:before { content:''; position:absolute; top:-3px; left:-3px; right:-3px; bottom:-3px; 
		border:1px solid #ffffff; box-shadow:0px 0px 3px #999999; z-index:98; }

/* header */
	#menu { position:relative; max-width:986px; min-width:320px; height:40px; margin-left:auto; margin-right:auto; margin-top:50px; padding-left:2%; padding-right:2%;
		border:1px solid #ffffff; background-color:#032f52; box-shadow:0px 0px 3px #999999; z-index:3;
		background-repeat:repeat-y;
		background-position:center; background-attachment:scroll; }
	#menu a { display:inline-block; height:100%; padding-top:7px;
		font-size:81%; font-weight:bold; color:#ffffff; text-align:center; white-space:nowrap;
		border-bottom:2px solid transparent; }
	#menu a:hover, #menu a:focus, #menu a:active { text-decoration:none; border-bottom:2px solid #ffffff; }
	#menu span { display:inline-block; width:100%; height:0px; }

/* content */
	#content { position:relative; max-width:984px; min-width:320px; height:auto; margin-left:auto; margin-right:auto; margin-top:18px; padding-left:66px; padding-right:66px; 
		border:1px solid #dedede; box-shadow:0px 50px 16px #7b7b7b; background-color:#ffffff; z-index:2; }
	
	#submenu { margin-top:2%; }
	#submenu a { display:inline-block; font-size:84%; text-align:center; white-space:nowrap; 
		border-bottom:1px solid #dedede; }
	#submenu a.hover { text-decoration:none; border-bottom:1px solid transparent; }
	#submenu span { display:inline-block; width:100%; height:0px; line-height:0px; }
	
	.topic { opacity:0; display:none; }
	.topic:after { content:''; display:block; height:0px; clear:both; visibility:hidden; }
		
	#slideshow { position:relative; width:100%; }
	#slideshow img { margin-left:auto; margin-right:auto; max-width:100% !important; }
	#slideshow > span { position:absolute; top:0px; left:0px; display:block; width:100%; height:100%; opacity:0; z-index:90; }
	
	#maps { width:100%; height:366px; }
	#maps img { max-width:none !important; }

	
/* footer */
	#footer { position:relative; margin-top:18%; margin-bottom:1%; opacity:0.8;
		line-height:120%; z-index:80; }
	#footer:before { content:''; display:block; height:1px; margin-bottom:1%; clear:both; background-color:#cbcbcb; }
	#footer:after { content:''; display:block; height:0px; clear:both; visibility:hidden; }
	#footer > span { display:block; text-align:right; font-size:90% }
	#footer > span > a { font-weight:bold; line-height:240%; }
	#footer > span > a > span.up { display:none; }
	#imprint_text { display:none; padding-bottom:2%; font-size:81%; }
	#disclaimer { width:48.5%; float:left; }
	#impressum { width:48.5%; float:right; }
	