
body {
	background-color: #f6f5f6;
	background-image: url(bilder/karobackground.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #545455;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	text-decoration: none;
	color: #f29400;
}

a:visited {
	text-decoration: none;
	color: #f29400;
}

a:hover {
	text-decoration: underline;
	color: #f29400;
}

a:active {
	text-decoration: underline;
	color: #f29400;
}

#andreaswurm {
	position: absolute;
	top: 10px;
	left: 10px;
}

#menue{
	position: absolute;
	top: 6px;
	right:10px;
	text-align: right;
}

#kontaktdiv {
	position: absolute;
	left: 50%;

	width: 400px;
	margin-left: -200px;
	top: 150px;
}

#schnellrechdiv {
	position: absolute;
	left: 50%;

	width: 500px;
	margin-left: -250px;
	top: 150px;
}

#interviewdiv {
	position: absolute;
	left: 50%;

	width: 740px;
	margin-left: -350px;
	top: 150px;
}

#interviewdiv table {
	background-color: #ffffff;
	font-family: Times New Roman, Times, serif;	
	font-size: 12px;
}

#interviewdiv table h1{
	font-size: 38px;
}

#interviewdiv table h2{
	font-size: 18px;
}

#interviewdiv table i{
	font-weight: bold;
}


