#background{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#9e0011;
}
#logo{
	position:absolute;
	left:40px;
	top:65px;
	width:174px;
	height:107px;
	background-image:url(bilder/logo.png);
	background-repeat: no-repeat;
}

#blackbox{
	position:absolute;
	left:255px;
	top:0px;
	height:100%;
	width:695px;
	background:#000000;
}

#urania_image{
	position:absolute;
	left:0px;
	top:235px;
	width:949px;
	height:239px;
	border:1px solid #9e0011;
	background-color:#000000;
	background-image:url(bilder/urania.png);
	background-repeat:no-repeat;
}

* html #urania_image{
	position:absolute;
	left:0px;
	top:235px;
	width:951px;
	height:239px;
	border:1px solid #9e0011;
	background-color:#000000;
	background-image:url(bilder/urania.png);
	background-repeat:no-repeat;
}

#baustelle_text{
	position:absolute;
	left:450px;
	top:280px;
	width:276px;
	height:93px;
	background-image:url(bilder/baustelle_text.png);
	background-repeat: no-repeat;
}

#footer{
	position:absolute;
	left:270px;
	top:495px;
	width:383px;
	height:11px;
	background-image:url(bilder/footer.png);
	background-repeat: no-repeat;
}

#close_simpleViewer, #close_simpleViewerForm{
display: none;
	width:20px;
	height:18px;
	position:fixed;
	padding-top:3px;
	text-align:center;
	color:#aa0011;
	font-size:20px;
	line-height:14px;
	font-weight:700;
	display:block;
	z-index:1;
	cursor:pointer;
}

#close_simpleViewer{
	left:91%;
	top:8%;
}

#close_simpleViewerForm{
	left:50%;
	top:50%;
	margin-left:240px;
	margin-top:-125px;
}

#formularSimpleViewer{
	padding:30px;
	position:absolute;
	width:400px;
	height:200px;
	background:#dddddd;
	left:50%;
	top:50%;
	margin-left:-230px;
	margin-top:-100px;
	display:none;
}

#div_simpleViewer{
	position:absolute;
	width:80%;
	height:80%;
	left:50%;
	top:50%;
	margin-left:-40%;
	margin-top:-20%;
	text-align:center;
	display:none;
}

#backgroundSimpleViewer, #backgroundPopup{
	display:none;
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:0.9;
}

#div_impressum, #div_kontakt{
	position:absolute;
	background-repeat:no-repeat;
	width:95px;
	height:20px;
	top:216px;
	cursor:pointer;
}

#div_impressum{
	background-image:url(bilder/b-impressum-passiv.png);
	background-repeat: no-repeat;
	margin-left:735px;
}

#div_kontakt{
	background-image:url(bilder/b-kontakt-passiv.png);
	background-repeat: no-repeat;
	margin-left:832px;
}

#button_container{
	position:absolute;
	width:221px;
	height:221px;
	margin-left:720px;
	top:350px;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
background:#fff none repeat scroll 0%;
line-height:1;
font-size: 12px;
font-family:arial,sans-serif;
margin:0pt;
height:100%;
background-color:#9e0011;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}

#popupAll{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupAll h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}