

BODY	{
		min-width: 40em;	/* Mindestbreite */
		background-color: #ffffff;
		background-image:url(./bilder/hintergrund.gif); 
		background-repeat:repeat-y;
		background-attachment:fixed; 
		padding:10px;
		font-family: Arial,  Verdana;
	}

A	{
		font-weight: normal;
		}
A:link	{
		color: #000080;
		text-decoration: underline;
		}
A:visited	{
		color: #000040;
		text-decoration: underline;
		}
A:hover	{
		color: #CC0000;
		text-decoration: underline;
		}

A.menu:link { color: #FFFFFF; font-size:13px; text-decoration: none; font-family: Arial, Helvetica; font-weight:bold;}
A.menu:visited { color: #FFFFFF; font-size:13px; text-decoration: none; font-family: Arial, Helvetica; font-weight:bold;}
A.menu:active { color: #FFFFFF; font-size:13px; text-decoration: none; font-family: Arial, Helvetica; font-weight:bold;}
A.menu:hover { color: #FFFFFF; font-size:13px; text-decoration: underline; font-family: Arial, Helvetica; font-weight:bold;}


#kopf
	 {
    		position: absolute;
		    top: 0px; left: 0px;
    		width: 100%;
    		height: 80px;
    		border: none;
    		background-color: #003b77;
    		color: white;
  }
  
#kopfbild
	{
		vertical-align:text-top;
 		position:absolute; left: 58px;
	} 

#menu
	 {
    		position: absolute;
		top: 175px; left: 30px;
    		width: 120px;
    		height: 282px;
    		border: thin solid;
    		border-color: #cccccc;
    		background-color: #ffffff;
    		color: black;
  }

div.inhalt
	{
		position: absolute;
		top:120px;
		left: 240px;
		width: 700px;		
		background-color: #ffffff;
		color: #000000;
		text-align:justify;
		
	}

div.link
	{
		background-color: #003b77;
		color: #FFFFFF;
		margin: 3px;
	}

/*
html>body #fixiert 
  	{  
 	  position: fixed;
 	}
*/

#inhaber
	{
	position: absolute;
	top:3px;
	right:3px; 
	color: #ffffff;
	}

