/* CSS Document */

/*Body----------------------------------------------------*/
body {
    background-color: transparent;
    color: #3F3F3F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*Formatierung------------------------------------------- hb*/
a {
    background-color: transparent;
    color: #8B8B8B;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a p {
	color: #3F3F3F;
}
/*
a:link    {font-weight : normal; font-style : normal; text-decoration : none; }
a:visited {font-weight: normal; font-style : normal; text-decoration : none; }
a:hover   {font-weight : bold; font-style : normal; text-decoration : none ; }
a:active  {font-weight: bold; font-style : normal; text-decoration : none; }
*/

img{
        border:0;
}

/*Positionierung------------------------------------------*/
#divpos{
	height: 686px;
	margin: auto; 
    overflow: hidden;
	position: relative;
	text-align: center;
	top: 24px;
	width: 780px;
    z-index: 0;
}
#divhead{ 
  	height: 26px;
    margin: 0;
	position: relative;
	padding-left: 5px;
    text-align: left;
    width: 780px;
    z-index: 1;    
}
#divsprache{
    float: right;
	font-size: 9px;
  	height: 20px;	
	padding-right: 10px;
	position: relative;  	
    text-align: right;
    width: 100px;
    z-index: 2;
}
/* --- boden auf bottom left positioniert --- hb*/
#divroom{
    background-image: url(../pic_room/boden.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
	height: 450px;
	position: relative;
	text-align: left;		
    overflow: hidden;
	width: 778px;
    z-index: 2;
}
#divnavigation{
    height: 210px;
    padding-left: 5px;
    padding-top: 10px;
	position: relative;    
  	text-align: left;
    width: 790px;  	
    z-index: 2;    
}
#divnavigation a{
    margin-right: 20px;
}
#divnavigator{
    float: right;
    height: 170px;
    position: relative;  
    width: 350px;
    z-index: 3;
    }


/*Pfeile-------------------------------------------------hb*/
#divpfeillinks{
	float: left;
	height: 38px;
    left: 20px;
    overflow: visible;
    position: absolute;
    top: 248px;
    width: 38px;
    z-index: 100;
}

#divpfeilrechts{
    float: right;
	height: 38px;
    overflow: visible;
    position: absolute;
    right: 20px;
    top: 248px;
    width: 38px;
    z-index: 100;    
}

#divpfeillinks img, #divpfeilrechts img{
	height: 38px;
	width: 38px;
}

#spanpfeillinks, #spanpfeilrechts {
	position: absolute;
}

/*Objekte---------hb*/
#divobjekte div{
    z-index: 50;
    color: #3F3F3F;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;  
}

/*Bilduntertitel---------hb*/
#divobjekte p{
    margin-top: 10px;
    text-align: right;
    font-family: Tahoma, Helvetica, sans-serif;
}

/*Variable Standard Elemente-------------------------------------*/

.divdoor{
    background-image: url(../pic_room/durchgang.png);
    background-repeat: no-repeat;
    height: 450px;
    margin-top: 0;
    position: absolute;
    width: 149px;
    text-align: center;
    z-index: 15;
}   

#divdurchgang{
    height: 10px;
    padding-top: 233px;
    position: static;
    text-align: center;
    width: 140px;
    z-index: 20;
}

#imgnextroom{
	height: 20px;
    text-align: center;
    visibility: hidden;
    width: 110px;
}

/*Pfeil Durchgang*/
#spanpfeilvor{
	left: 60px;
	margin-right: 60px;
	position: absolute;
	top: 255px;
	z-index: 30;
}

/*
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
}

#daysdiv{
	position:absolute;
	height:20px; 
	width:150px;
	left:743px; 
	top:35px; 
	text-align:right;	
	font-size: 12px;
	z-index:2;
	cursor:default;
}

*/
/*textstyles---------------hb*/
.t13 {
font-size: 13px;
}
/*ende--textstyles-----------*/
