/* CSS Document */

html{
	height:100%;
	}
	
body{
	height:100%;
	margin-top:0;
	background-color:#000000;
	overflow:hidden;
	}

body img{
	border:none;}

#rahmen{
	position:absolute;
	background-color:#FFFFFF;
	height: 450px;
	width:730px;
	left:50%;
	top:50%;
	margin-top:-225px;
	margin-left:-365px;
	overflow:hidden;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	}
	
#rahmen a{
/*	background-color:#FFFFFF;*/
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A11E3E;
	text-align:left;
	text-decoration:none;
	}
	
#rahmen a:hover{
/*	background-color:#FFFFFF;*/
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A11E3E;
	text-align:left;
	text-decoration:underline;
	}

#ecke_01{
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/ecke_01.gif);
	width:13px;
	height:15px;
	}

#ecke_02{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/ecke_02.gif);
	width:13px;
	height:15px;
	}

#ecke_03{
	position:absolute;
	right:0px;
	bottom:0px;
	background-image:url(../images/ecke_03.gif);
	width:13px;
	height:15px;
	}

#ecke_04{
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url(../images/ecke_04.gif);
	width:13px;
	height:15px;
	}

#cover{
	position:absolute;
	height:330px;
	width:178px;
	top:60px;
	right:0px;
	background-image:url(../images/kunstturm.jpg);	
	text-align:left;
	}

#logo_navigation{
	margin:0px;
	position:absolute;
	height:81px;
	width:78px;
	bottom:13px;
	left:10px;
	text-align:left;
	}

#sub_navigation{
	position:absolute;
	height:18px;
	width:642px;
	bottom:32px;
	right:0px;
	text-align:right;
	color:#32206E;
	}

#sub_navigation a{
	line-height:18px;
	font-size:12px;
	font-family:Verdana;
	color:#32206E;
	text-align:left;
	text-decoration:none;
	background-color:#FFFFFF;
	}
	
#sub_navigation a:hover{
	line-height:18px;
	font-size:12px;
	font-family:Verdana;
	color:#32206E;
	text-align:left;
	text-decoration:underline;
	background-color:#FFFFFF;
	}

#navigation{
	position:absolute;
	height:18px;
	width:642px;
	bottom:14px;
	right:0px;
	background-color:#E5E5E5;
	text-align:left;
	color:#32206E;
	}

#navigation a{
	line-height:18px;
	font-size:12px;
	font-family:Verdana;
	color:#32206E;
	text-align:left;
	text-decoration:none;
	background-color:#E5E5E5;
	}
	
#navigation a:hover{
	line-height:18px;
	font-size:12px;
	font-family:Verdana;
	color:#32206E;
	text-align:left;
	text-decoration:underline;
	background-color:#E5E5E5;
	}

#wn{
	position:absolute;
	width:460px;
	height:330px;
	top:50px;
	left:44px;
/*	z-index:99;*/
	overflow:hidden;
}

#scroll_up{
	position:absolute;
	right:20px;
	top:20px;
	}

#scroll_down{
	position:absolute;
	right:40px;
	top:20px;
	}
	
#lyr1{
	position:absolute;
	left:0px;
	top:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#lyr1 h1{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A11E3E;
	text-align:left;
	text-decoration:none;
}

#lyr1 h2{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	text-align:left;
	text-decoration:none;;
}


#lyr1 table{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
	border-spacing:0px;
}

#lyr1 table td{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}


div#scrollbar { 
  position:absolute;;
	right: 179px;
	top: 82px;
  width:11px; height:285px;; 
  font-size:1px;  /* for image vertical alignment issue */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:261px;
/*  background: #A11E3E;*/
  background: #BFBFBF;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
/*  background-color:#D18F99;*/
  background:#E5E5E5;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment [1]*/
div#scrollbar img {
    display:block; 
    } 


