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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	color: #333333;
	background-color: #ffffff;
	background-image:url(bg-body.jpg);
}
body{
	text-align: center; /*zentriert divMain in IE 5.5*/
}

.header1 {
	font-size: 16px;
	color:#000000;
}
.header2 {
	font-size: 14px;
	color:#000000;
}
.header3 {
	font-size: 14px;
}
#divMain {
	//position: absolute;
	//left: 40px;
	width: 1000px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
	background-color:#eeeeee;
}
a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666666;
}
.emptyRow {
	height: 16px;
	clear: both;
}
.borderHorz {
	height: 2px;
	background-image: url(strich.jpg);
	background-repeat: no-repeat;
}
#divBanner {
	background-color:#FFFFFF;
}
#divWelcome {
	position: relative;
	top: 10px;
	width: 760px;
	float: left;
}
#divMainMenu {
	background-image: url(bg-header-1.jpg);
	padding:4px 4px 4px 8px;
}
#divLeftMenu {
	width: 180px;
	float:left;
	padding:10px;
}
#divContent {
	width: 780px;
	float:left;
	padding:10px;
	background-color:#FFFFFF;
}
