/*body, div, p, ul, li, a, h2, h3, span {font-family:arial; margin:0; padding:0;}
h2, h3 {margin:0; font-weight:normal;}*/

#box {
	width:850px;
	height:440px;
}

#historie {
	background:#ccc;
	padding:20px;
	overflow:hidden;
	margin:0;
	*width:852px;
	height:400px;
	*height:440px;
	}
	
#historie img {
	float:left;
	margin-right: 20px;
	}
	
#historie h2 {
	font-size:100%;
	margin:10px 0;
	font-weight:bold;
	}

#zeitleiste {
	display:block;
	list-style:none; 
	background-color:#f6dc03; 
	margin:0; 
	padding:10px 0; 
	text-align:center; 
	width:100%;
	/**width:892px;*/
	float:left;
	}
	
#zeitleiste li {
	float:left; 
	display:block; 
	margin:0 10px; 
	font-size:14px;
	}
	
ul#zeitleiste a {
	text-decoration:none; 
	font-weight:bold; 
	color:#000; 
	display:block;
	}
	
ul#zeitleiste a:hover, ul#zeitleiste a:focus, ul#zeitleiste a:active, #zeitleiste a.active {
	color:#808281; 
	border:none;
	text-decoration:underline;
	}

div#historie_headline {
	background:#fcf4b6; 
	height: 70px; 
	position:relative;
	margin:0; padding:0;
	/**width:892px;*/
	/*width:100%;*/
	}

#zeitleiste li a .hidden {
	display: none;
	}
	
#zeitleiste li a:hover span.hidden{ 
	position:absolute;
	/*left:230px;
	top:625px;
	*top:495px;*/
	left:45px;
	top:45px;
	font-size:16px; 
	font-weight:normal; 
	background-color:#fcf4b6;
	z-index:11;
	display:block; 
	color:#3e4040; 
	width:790px;
	text-align: left;
	text-decoration: none;
	}
	
#zeitleiste li a span.show {
	position:absolute; 
	/*left:230px;
	top:625px;
	*top:495px;*/
	left:45px;
	top:45px;
	font-size:16px; 
	font-weight:normal;  
	z-index:10;
	display:block; 
	color:#3e4040; 
	width:790px;
	text-align: left;
	text-decoration: none;
	}
	
/* ----------------- Neu --------------------- */

#hist {
	width:100%;
    background-color:#ccc;
    border:0;
}

#histcontent {
    padding:20px;
    *padding-bottom:0;
    vertical-align:top;
}

#histcontent img {
    float:left;
    margin-right:20px;
}

#histjahre {
    background-color:#f6dc03;
}

#histjahre td {
    padding:5px;
    text-align:center;
    font-weight:bold;
}

#histjahre a:hover {
    color:#808281;
    text-decoration:underline;
}

#histsub {
    background-color:#fcf4b6;
    padding:5px 5px 5px 50px;
}

#act {
    color:#808281;
    text-decoration:underline;
}
	
