@charset "utf-8";
/* CSS Document */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
}
body{
	text-align: center; /*zentriert divMain in IE 5.5*/
}

.header1 {
	font-size: 14px;
	font-weight: bold;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
}
.header3 {
	font-size: 14px;
	font-weight: bold;
}
#divMain {
	/*position: absolute;
	left: 40px;*/
	width: 1026px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6666FF;
}
.emptyRow {
	height: 16px;
	clear: both;
}
.borderHorz {
	height: 3px;
	background-image: url(strich.jpg);
	background-repeat: no-repeat;
}
#divPaulchenText {
	position: relative;
	top: 10px;
	width: 760px;
	float: left;
}
#divPaulchenPic {
	float:right;
}
#divWelcome {
	position: relative;
	top: 10px;
	width: 760px;
	float: left;
}
