/* CSS Document */
P { font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.titel { font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
	}

h1 { font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#cd071e;
	}
	
h2 { font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000
	}

#wrapper { width:960px;
			height:760px;
			margin: 0auto;
			}
			
#contact { width:133px;
			height:200px;
			margin-top:10px;
			margin-left:10px;
			float:left;
			}
			
#content { width:799px;
			height:570px;
			background-image:url(image3.jpg);
			float:right;
			margin-right:0px;
			}
