a:link
{
    color:#000000; 
    text-decoration:none;
}

a:visited
{
    color:#000000; 
    text-decoration:none;
}

a:hover
{
    color:#796280; 
    text-decoration:none; 
}

a:active
{
    color:#000000; 
    text-decoration:none; 
}



body
{
    background-color:#373c3b;
}


#menue
{
	position: absolute;
	background-image: url(../grafik/hintergrund/hintergrund_menue.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 450px;
	z-index: 1;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -225px;
	overflow: hidden;
	background-color: #0099cc;
}


#menue_text
{
	position: absolute;
	width: 890px;
	height: 440px;
	z-index: 2;
	left: 50%;
	margin-left: -445px;
	top: 50%;
	margin-top: -220px;
	overflow: auto;
}


#foto
{
	position: absolute;
	width: 150px;
	height: 450px;
	z-index: 3;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -225px;
	border-left: 1px solid #000000;
	overflow: hidden;
}


#text
{
	position: absolute;
	background-image: url(../grafik/hintergrund/hintergrund_text.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 450px;
	z-index: 4;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -225px;
	border-left: 1px solid #000000;
    overflow: auto;
    background-color: #0099cc;
}


#text_text
{
	position: absolute;
	width: 540px;
	height: 440px;
	z-index: 5;
	left: 50%;
	margin-left: -95px;
	top: 50%;
	margin-top: -220px;
    overflow: auto;
}



p.menue, a.menue
{
    font-size: 16px; 
    font-family: arial, sans-serif; 
	line-height: 20px; 
    color: #000000; 
}


p.titel, a.titel
{
    font-size: 20px; 
    font-family: arial, sans-serif; 
    font-weight: bold; 
    color: #000000; 
}


p.text, a.text
{
    font-size: 16px; 
    font-family: arial, sans-serif; 
	line-height: 20px; 
    color: #000000; 
}


p.fuss, a.fuss
{
    font-size: 10px; 
    font-family: arial, sans-serif; 
    color: #000000;
}
