/* CSS Document */

/*LINK-FORMATTIERUNG*/

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

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

a:hover {
	color: 92181A;
	text-decoration: none;
}

/* TEXT ----------------------------------------------*/
	
.text_norm
       { color: 000000; font-size: 12px; font-family: Arial, Tahoma; font-weight: 400 }
.text_fett  { color: #900; font-size: 12px; font-family: Arial, Tahoma; font-weight: bold }
.text_bold { color: #000; font-size: 14px; font-family: Arial, Tahoma; font-weight: bold }
.text_klein
     { color: 000000; font-size: 10px; font-family: Arial, Tahoma }
	
/* LAYOUT ----------------------------------------------*/

.logo
    {
	position: absolute;
    top: 20px;
    left: 15px;
    }
	
.outgear
    {
	position: absolute;
    top: 125px;
    left: 15px;
    }
	
#menue
     { position: absolute; top: 150px; left: 28px; width: 110px }
	
.bild_mitte
     { position: absolute; top: 145px; left: 170px }
	
#text_mitte
     { position: absolute; top: 460px; left: 170px; width: 418px }

#text_rechts
     { position: absolute; top: 130px; left: 603px; width: 312px }
