/* general stuff */

html {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	}

p {
	margin: 0; padding: 0; 
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px; 
	color: #000;
	border: none;
	}

a:hover {
	text-decoration: none; 
	color: #004B7C; 
	border: none;
	}
 
/* Schriften */

#content h1 {
	margin-bottom: 15px; 
	font-size: 14px;
	font-weight: bold;
	color: #004B7C;
	}

#content p, #content ul {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	}

#content .left_1 {
	float: left;
	width: 444px;
	}

#content .right_1 {
	float: right;
	margin-left: 16px; 
	width: 210px; 
	}

#content .left_2 {
	float: left;
	width: 325px; 
	}

#content .right_2 {
	float: right;
	margin-left: 16px; 
	height: 365px; width: 325px; 
	}

#content ul {
	margin-left: 14px; 
	}

label {
	margin: 0; padding: 0;
	color: #004B7C;
	font-size: 10px;
	}

input.quest, textarea.quest {
	font-size: 12px;
	height: 18px; width: 320px;
	border: 0;
	background: #D9E4EB;
	margin-bottom: 15px;
	}

input.sendquest {
	font-size: 10px;
	color: #004B7C;
	height: 18px; width: 92px;
	border: 0;
	background: #FFF;
	margin-bottom: 15px;
	}