			body {
			  background: #dadedd url(images/bg4.gif) top center no-repeat fixed; 
			  font-size: 10px;
			  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
			  color:#333333;  
			  padding:40px;
			  margin:0px;
			  text-align: center;
			}
			
			#header { 	
			margin: 0px 0px;
			padding: 0px 0px;
			width: 550px;
			background-color: #ffffff;
			}
			
			
			#inhalt { 	
			text-align: left;
			vertical-align: middle;	
			margin: 0px auto;
			padding: 0px;
			width: 550px;
			background-color: #ffffff;
			border: 1px groove #564b47;
			}
			
			#footer { 	
			text-align: center;
			vertical-align: bottom;	
			margin: 0px auto;
			padding: 0px;
			width: 550px;
			}
			
			p {
			margin: 0px; 
			padding: 5px 10px; 
			}
			
			h1 {
			font-size: 11px;
			text-transform:uppercase;
			text-align: right;
			vertical-align: top;	
			color: #333333;
			background-color: #ebebeb;
			margin: 0px auto;
			padding: 0px 2px;
			}
			
			h2 {
			font-size: 11px;
			color: #333333;
			background-color: #ffffff;
			margin: 0px auto;
			padding: 0px 2px;
			}
			
			h3 {
			font-size: 8px;
			color: #333333;
			background-color: #ffffff;
			margin: 0px auto;
			padding: 0px 2px;
			text-align: right;
			}
			
			a { 
			color: #3333CC;
			font-size: 10px;
			text-decoration: none; 
			}
			
			a.exlink {
				 font-size: 11px;
				 background: url(images/link-exl.gif)
				 				 no-repeat
								 left center;
				 padding-left: 13px;
			}
			
			a.exlink:hover, a.exlink:active, a.exlink:focus {
				font-size: 11px;
			    background: url(images/link-exh.gif)
			                no-repeat
			                left center;
			    padding-left: 13px;
			}
			    
			a.infow3c {
				text-decoration: none;
			}
			
			a.intern:link, a.intern:active, a.intern:visited {
				padding-left:16px;
				background: url('images/go_off.gif') 
							no-repeat 
							left center;
			}

			a.intern:hover, a.intern:focus {
				color:#686868;
				background: url('images/go_on.gif') 
							no-repeat 
							left center;
			}

			.logo {
				background-image: url(images/burning-fish.gif);
  				background-position: right;
  				background-repeat: no-repeat;
  				display: block;
  			}
			
			.logo:hover, .logo:active {
				background-image: url(images/burningfish.gif);
				background-position: right;
  				background-repeat: no-repeat;
  				display: block;
			}

			.logo2 {
				background-image: url(images/makrele.jpg);
  				background-position: left;
  				background-repeat: no-repeat;
  				display: inline;
  			}
			
			.logo2:hover, .logo2:active {
				background-image: url(images/makrele2.jpg);
				background-position: left;
  				background-repeat: no-repeat;
  				display: inline;
			}
			      
			acronym {    
				cursor:help;
			}
			
			img {
				border: none;
			}

