@charset "utf-8";
/* CSS Document */
body {
margin: 0 auto;
margin-top: 0px;
font-family: "Courier New", Courier, monospace;
} 

* {
margin: 0;
padding: 0;
} 

#wrapper {
margin: 0 auto;
width: 750px;
margin-top: 30px;
} 

#spalte_1 {
height: auto;
width: 438px;
text-align:left;
float: left;
} 

#spalte_2 {
height: auto;
width: 300px;
padding-left: 437px;
text-align: left;
} 

#pic {
height: 198px;
width: 198px;
margin-right: 20px;
margin-bottom: 20px;
float:left;
} 

a.body:link {
	color:#F90;
	text-decoration:none;
	}
	
a.body:visited {
	color:#F90;
	text-decoration:none;
	}
	
a.body:hover {
	text-decoration:underline;
	}	

