/*bilder-breite: max 390px*/
/*bilder-höhe: max 300px*/

/* - - - - - tabellendefinitionen - - - - - */

.table {
    position:relative;
	border: 0;
	padding: 0; /*ist als zellraum (abstand der zellen zueinander) zu verstehen ("0" für IE6)*/
	left: 0;
	top: 20px;
	right: auto;
	bottom: auto;
	height: 300px;
	width: 100%;
    }

.leftcell {
	width: 390px;
	text-align: center;
	}
	
.middlecell {
	text-align: center;
    }
	
.rightcell {
    width: 440px;
	padding: 0; /*ist als zellauffüllung (textabstand) zu verstehen*/
    }
/* - - - - - ende tabellendefinitionen - - - - - */	

#strich {
	position: relative;
	margin:auto;
	padding: 0;
	width: 2px;
	height: 300px;
	background-color: #DDD;	
} 
  
/* hier kommt die textbox */
   
#txtoben {
    position: relative;
	padding: 10px 15px 0 5px;	
	width: 388px;
	height: 24px;
	overflow: hidden;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	
    }
#txtunten {
	position: relative;
	padding: 10px;
	width: 388px;
	height: 244px;
	overflow: auto;
	font-size:11px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #F4F3E8;
	scrollbar-track-color: #F4F3E8;
	scrollbar-face-color: #F4F3E8;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #F4F3E8;
    }
.unsichtbar { /*nur für mobilansicht*/
    display:none;
    }
/*********** beginn der navigation "event" ****************/

#event li {
	position:relative;
	top:0;
	left:0;
	display: inline;
	list-style-type: none;
   }
   
#event a { 
    background-color: #DDD;
	font-size:12px;
	text-decoration:none;
	color: black;
	margin-top:14px; /*war hier die einzige chance, die menueitems vertikal zu verstellen*/
	margin-left:7px; /*abstand zwischen den menueitems */
    padding: 3px 4px; 
	border-top: solid 1px #eee;
	border-right: solid 3px #eee;
    border-bottom: solid 1px #eee;
	border-left: solid 3px #eee;
	  }	

#event li a {
    float: left;
	text-align:center;
   }
   
#subevent_1 li {
	position: relative;
	top:12px;
	left:7px;
	display: inline;
	list-style-type: none;
   }
   
#subevent_2 li {
	position: relative;
	top:-2px;
	left:10px;
	display: inline;
	list-style-type: none;
   }
   
#subevent_1 a,
#subevent_2 a { 
    background-color: #DDD;
	font-size:12px;
	text-decoration:none;
	color: black;
    padding: 3px 4px; 
	border-top: solid 1px #eee;
	border-right: solid 3px #eee;
    border-bottom: solid 1px #eee;
	border-left: solid 3px #eee;
	  }  

   
   #event a:hover,
   #event a:focus,
   #subevent_1 a:hover,
   #subevent_2 a:hover
    { 
	background-color:#F4F3E8;
	border-top: solid 1px #CCC;
	border-right: solid 3px #CCC;
	border-left: solid 3px #CCC;
	border-bottom: solid 1px #CCC;
   } 

