
		<style type="text/css">
		  div#Seite {
		  	background-image:url('images/uhilger.jpg');
		  	background-repeat:no-repeat;
		    text-align: left;
		    margin: 0 auto;
		    width: 800px;
		    height: 600px;
		    border: 0px ridge silver;
		  }
		  div#Links {
		    font-size: 0.91em;
		    float: left; 
		    width: 420px;
		    height: 600px;
		    margin: 0; 
		    padding: 0;
		    border: 0px dashed silver;
		  }
		  div#Rechts {
		    text-align: left;
		    padding-top: 40px;
		    border: 0px dashed silver;
				font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
				font-weight: bold;
				text-transform:uppercase;
				color: #404040;
		  }
		  p {
		  	text-align:right;
		  	text-transform:none;
		  	font-weight:normal;
		  	font-size:8pt;
		  	padding-right:30px;
		  }
		  h1 {
		  	padding-bottom: 30px;
		  }
		  a { text-decoration: none; }
		  a:link { text-decoration:none; color: #404040; }
			a:visited { text-decoration:none; color: #404040; }
			a:hover { text-decoration:none; color: #ffffff; background-color: #404040; }
			a:active { text-decoration:none; color: #ffffff; background-color: #404040; }
			a:focus { text-decoration:none; color: #ffffff; background-color: #404040; }
		  a#switch { color: red; }
		  a#switch:link { text-decoration:none; color: red; }
			a#switch:visited { text-decoration:none; color: red; }
			a#switch:hover { text-decoration:none; color: #ffffff; background-color: red; }
			a#switch:active { text-decoration:none; color: #ffffff; background-color: red; }
			a#switch:focus { text-decoration:none; color: #ffffff; background-color: red; }
		</style>

