/* DATEI: selfhtml.css */
/* wird von allen HTML-Dateien benutzt*/
/* <link rel="stylesheet" type="text/css" href="Formate.css">  muß unmittelbar vor head */

a {text-decoration:none}

body
	{
	background-image : url(bg_body.jpg);
	background-position : top left;
	background-repeat : repeat-x;
	}

#header
	{
	width : 1024px;
	height : 120px;
	margin-top : 20px;
	margin-bottom : 0px;
	color : #000000;
	background-color : transparent;
	}

#subheader
	{
	margin : 38px 0px 40px -1px;
	}

a:link  
{
font-weight	: normal;
color : #000000;
background-color : transparent;
text-decoration : none;
}
	
a:visited 
{
font-weight	: normal;
color : #000000;
text-decoration	: none;
}
	
a:hover  
{
color : #ff0000;
background-color : transparent;
text-decoration	: none;
}

a:active 
{
color : #ff0000;
background-color : transparent;
text-decoration	: none;
}

