@charset "utf-8";
* {
	margin: 0;
	padding: 0
	}
body {
	font-size: 12px;
	color:#666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}	
	
#mitte {
	position: relative;
	width: 1024px; /* max breite */
	margin: auto;
}

h3 {
	padding: 10px 0px;
	color: #FF6600;
	font-size: 17px;
	}
	
input,textarea {
	width: 200px;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
#privacy {
	width: 15px;
	}	
#senden {
	height: 35px;
	background-color:#6699CC;
	color:#FFF;
	font-weight:bold;
	font-size: 14px;
	}	
	
.rechts	{
	text-align: right;
	padding-right: 10px;
	}