/* CSS Document */

a:link { text-decoration: none; color: #F7F7F7; }
a:visited { text-decoration: none; color: #F7F7F7; }
a:hover { text-decoration: none; color: #CCCCCC; }
a:active { text-decoration: none; color: #B4B4B4; }

body  {
	width:100%;
	margin:				0px auto 0px auto;
	padding:			0px 0px 0px 0px;
	background:			#FAFAFA;
	text:				#000000;
	font-size:20px;
}

#box1{
		display:none;
}

#box2{
		display:none;
}

/* Box für ÜBERSCHRIFT */
#box3 { 
		margin:			auto;
		margin-top:		20px;
		width:			800px;
		height:			92px;
		z-index:		3;
		background:		#C6BFB5;
		border:			solid 0px #CCCCCC;
}

/* Box mit Verlinkungen */
#box4 { 
		margin:			auto;
		margin-top:		2px;
		width:			800px;
		height:			25px;
		z-index:		4;
		background:		#76736E;
		border:			solid 0px #CCCCCC;
		overflow: 		auto;
}

/* Box mit blauem Bild */
#box5 { 
		margin:			auto;
		margin-top:		2px;
		width:			800px;
		height:			120px;
		z-index:		5;
		background:		#9BC1E8;
		border:			solid 0px #FFFFFF;
		overflow: 		auto;
}

/* Box mit INHALT */
#box6 { 
		margin:			auto;
		margin-top:		2px;
		width:			800px;
		height:			300px;
		z-index:		6;
		background:		#F3F0EB;
		border:			solid 0px #FFFFFF;
		overflow: 		auto;
}

/* Bos für abschließenden Balken */
#box7 { 
		margin:			auto;
		margin-top:		2px;
		width:			800px;
		height:			25px;
		z-index:		7;
		background:		#C6BFB5;
		border:			solid 0px #FFFFFF;
		overflow: 		hidden;
}

/* Box für Copyright */
#box8 { 
		margin:			auto;
		margin-top:		2px;
		width:			800px;
		height:			25px;
		z-index:		8;
		background:		#FAFAFA;
		border:			solid 0px #CCCCCC;
		overflow: 		auto;
}

.cell {
		position:		relative;
		margin-left:	 8px;
		margin-bottom:	 8px;
		margin-right:	10px;
		margin-top: 	5px;
}

.link {
		font-size: 		13px;
		color: 			#F7F7F7;
		line-height: 	18px;
		font-family: 	Verdana,Arial,Helvetica;
		font-weight:	normal;
}

.active {
		font-size: 		13px;
		color: 			#A9A8A8;
		line-height: 	18px;
		font-family: 	Verdana,Arial,Helvetica;
		font-weight:	normal;
}

.lesen {
		font-size: 		13px;
		color: 			#333333;
		line-height: 	18px;
		font-family: 	Verdana,Arial,Helvetica;
		font-weight:	normal;
}

.copy {
		font-size: 		13px;
		color: 			#CCCCCC;
		line-height: 	10px;	
		font-family: 	Verdana,Arial,Helvetica;
		font-weight:	normal;
}

.bild {
		width:100%;
		height:100%;
}
