*, body	{
	margin:0;
	padding:0;
	font-family: "verdana", helvetica, arial, sans-serif;
	border:0;
	
}

body	{
	background: #181818;
	background-image: url(../images/linie.gif); 
	background-repeat: repeat-x;
	background-position: 0 0;
}

p		{
	font-size: 12px;
	color:#b0ac8f;
	line-height:16px;
}

/* -------- Positionierungen -------- */

#logo	{
	position: absolute;
	left: 140px;
	top: 2px;
}

#textbox1	{
	position: absolute;
	left: 145px;
	top: 138px;
	width: 260px;
}
#back	{
	font-family: "verdana", helvetica, arial, sans-serif;
	font-size: 11px;
	color: #eeecd5;
	position: absolute;
	left: 142px;
	top: 590px;
	visibility: visible;
	z-index: 10;
}


#image	{
	position: absolute;
	left: 500px;
	top: 140px;
}



/* -------- Navigation -------- */

ul#Navigation	{
	position: absolute;
	left: 140px;
	top: 80px;
	text-align: left;
	width:80%;
}


ul#Navigation li	{
	list-style: none;
	list-style-image:none;
	float:left;
	width:auto;
	font-size: 11px;
	font-weight: bold;
	display:block;
 	padding:0px 8px;
	margin-top:0px;
	color:#eeecd5; 
}

ul#Navigation li a	{
	float: left;
	width: auto;
	text-decoration: none;
	border-top:3px solid #181818;
	color: #666;
}

ul#Navigation li a:hover, ul#Navigation li a:focus	{
	color: #eeecd5;
	border-top:3px solid #eeecd5;
}


.spacer	{
	display: inline-block;
	margin: 0 8px 0 8px; /* -------- 2. und 4. Angabe gibt den Abstand zwischen den Menüpunkten an -------- */
}

* html .spacer	{
	margin: 0 20px 0 14px;
}

ul#Navigation li a.hier	{
	color: #eeecd5;
	border-top:3px solid #eeecd5;
}


/* -------- SubNavigation -------- */


#subnavi	{
	position: absolute;
	left: 356px;
	top: 101px;
	width: 240px;
}


ul#subNavi li	{
	list-style: none;
	list-style-image:none;
	float:left;
	width:auto;
	font-size: 11px;
	font-weight: bold;
	display:block;
 	padding:0px 8px;
	margin-top:0px;
	color:#eeecd5; 
}

ul#subNavi li a	{
	float: left;
	width: auto;
	text-decoration: none;
	color: #666;
}

ul#subNavi li a:hover, ul#subNavi li a:focus	{
	color: #eeecd5;
	border-top:0px solid #eeecd5;
}


.spacer	{
	display: inline-block;
	margin: 0 8px 0 8px; /* -------- 2. und 4. Angabe gibt den Abstand zwischen den Menüpunkten an -------- */
}

* html .spacer	{
	margin: 0 20px 0 14px;
}

ul#Navigation li a.hier	{
	color: #eeecd5!important;
	border-top:3px solid #eeecd5;
}



/* -------- Links -------- */

a	{
	color: #525041;
}

a:hover, a:focus	{
	color: #b0ac8f;
}

/* -------- Ueberschriften -------- */

h1, h2	{
	color: #eeecd5;
}	

#textbox1 h1	{
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
}

h2		{
	font-size: 12px;
	font-weight: bold;
	margin:22px 0 8px 0;
}

/* -------- Inhalte -------- */



#flashcontent	{
	position: absolute;
	left: 90px;
	top: 100px;
	width: 633px;
	height: 480px;
	background-color: #181818;
}

.einzug	{
	display: inline-block;
	margin: 0 12px 0 12px;
}

