.HafenBackground {  background-attachment: fixed; background-color: #BDCBDE; background-image: url(Hafen1.gif); background-repeat: no-repeat}
body { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000066;
    text-decoration: none;	
	}
	
h1 {
	font-family: Monotype Corsiva, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	padding: 0;
	margin: 0;
	}
	
h2 {
		margin: 5px 0px;
		color: #990000;
		font-size: 16px;
		font-weight: bold;
		vertical-align: middle;
		display: inline;
	}
	
#nav {
		margin: 5px 0px;
		color: #990000;
		font-size: 16px;
		font-weight: bold;
		border-top: 2px solid #990000;
		border-bottom: 2px solid #990000;
		line-height: 24px;
		vertical-align: middle;
		text-align: center;
		
	}
	
	.navpunkt {
		margin: 0px 8px;
		text-decoration:none;
	}
	
	.navaktiv {
		color: #000066;
		margin: 0px 8px;
		text-decoration:none;
	}
	
#links {
		margin: 10px 0px;
		font-size: 10px;
	}
	
#agb {
	font-family: Arial, Helvetica, sans-serif;
	}	
	
.trennlinie {
		height: 2px;
		color: #000066;
		background: #000066;
	}
	
	

 /*printer styles*/ 
@media print{
	
#fuss, #nav {display:none}

 }

