/* CSS Document */

body {
	margin			:	0px 0px 0px 0px		;
	padding			:	0px 0px 0px 0px		;
	font-family		:	Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
iframe {
	width			:	625px				;
	height			:	435px				;
}

/*====================================================================================================================================*/
/*  Einrichten der Div-Tags  */

#container	{ 
	width			:	900px				;
	height			:	560px				;
	z-index			:	0					;
	margin-top		:	-280px				;
	margin-left		:	-450px				;
	background-color:	#FF8020				;
	border			:	3px solid #E04010	;
	overflow		:	hidden				;
	padding			:	0px 0px 0px 0px		;
		
	position		:	absolute			;
	top				:	50%					;
	left			:	50%					;
}

#top	{
	border			:	none				;
	border-bottom	:	1px solid #E04010	;
	width			:	900px				;
	height			:	80px				;
	overflow		:	hidden				;
	position		:	absolute			;
	padding			:	0px 0px 0px 0px		;
	white-space		:	nowrap				;
	z-index			:	10					;
}

#top img	{
	width			:	120px				;
	height			:	80px				;
	padding			:	0px 0px 0px 0px		;
	margin			:	0px 0px 0px 0px		;
	border-left		:	0px solid #FF8020	;
	border-right	:	0px solid #FF8020	;
	position		:	relative			;
	left			:	-30px				;
}

#main	{
	border			:	none				;
	border-left		:	1px solid #E04010	;
	border-right	:	1px solid #E04010	;
	width			:	625px				;
	height			:	435px				;
	z-index			:	3					;
	position		:	absolute			;
	margin-top		:	80px				;
	margin-left		:	135px				;
	padding			:	0px 0px 0px 0px		;
	
	text-align		:	center				;
}

#right	{
	border			:	none				;
	background-color:	none				;
	width			:	70px				;
	height			:	450px				;
	z-index			:	4					;
	position		:	absolute			;
	margin-top		:	75px				;
	margin-left		:	795px				;
	padding			:	0px 0px 0px 0px		;
	
	text-align		:	center				;
	line-height		:	10px				;
	float			:	right				;
}

#right img {
	width			:	70px				;
	height			:	70px				;
	margin			:	1px 1px 1px 1px		;
}

#bottom	{
	border			:	none				;
	border-top		:	1px solid #E04010	;
	width			:	900px				;
	height			:	20px				;
	z-index			:	5					;
	overflow		:	hidden				;
	position		:	absolute			;
	margin-top		:	535px				;
	padding			:	3px 0px 0px 0px		;
	
	text-align		:	center				;
	font-size		:	8pt					;
	color			:	#333333				;
	clear			:	both				;
}

/*====================================================================================================================================*/
/*  Einrichten des Menüs     */

/*SANDHASEN*/
#left {
	border			:	none				;
	width			:	120px				;
	height			:	460px				;
	z-index			:	2					;
	overflow		:	hidden				;
	position		:	absolute			;
	margin-top		:	80px				;
	margin-left		:	5px					;
	padding			:	0px 0px 0px 2px		;
	
	font-family		:	Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color:	#FF8020				;
	text-align		:	left				;
	color			:	#000000				;
	float			:	left				;
}
#left a img {
	border			:	none				;
	margin			:	50px 0px 40px 0px	;
}

#left ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 0px 0px;
	border: none;
}

#left li {
	margin: 0px 0px 0px 0px;
}

#left li a {
	background-color: #BB2005;
	
	display: block;
	text-decoration: none;
	border: none;
	color: #AAAAAA;
	padding: 5px 5px 5px 5px;
	width: 100%;
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
}

#left li#guestbook {
	margin-top: 45px;
}

html>body #left li a, html>body #left li p {
	width: auto;
}

#left li a:hover {
	display: block;
	border-left-color: #BB2005;
	border-right-color: #440501;
	background-color: #881002;
	color: #CCCCCC;
	font-weight:bold;
}

.counter {
	text-align: center;
	color: #BB2005;
	font-size: 10pt;
	margin-top: 75px;
}