body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #666666;
	text-align: justify;
	padding-right: 90px;
	padding-left: 200px;
	background-attachment: fixed;
	background-image: url(/onlinebefragung.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 24px;
	color: #FF6600;
}
h2 {
	font-size: 15px;
	color: #FF6600;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}
a:active {
	color: #FFFFFF;
	background-color: #FF6600;
}

