body {
	margin: 50px 0px;
	font: normal 80% verdana,helvetica,sans-serif;
	background-color: white;
	background-image: url(../grafik/bg.gif);
	background-repeat: repeat-y;
}

#kopf {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 180px;
	width: 100%;
	background-color: white;
	background-image: url(../grafik/bg-kopf.gif);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 60px;
	left: 50px;
}
#name {
	position: absolute;
	top: 60px;
	left: 180px;
}
#name h1 {
	margin: 0px;
	font-size: 130%;
	font-weight: normal;
	color: #9D9A9A;
}
#kopfbild {
	position: absolute;
	left: 350px;
	top: 60px;
}
#menue2 {
	position: absolute;
	top: 130px;
	left: 350px;
	color: #9D9A9A;
	font-size: 90%;
}
#menue2 a {
	color: #9D9A9A;
	text-decoration: none;
}
#menue2 a:hover {
	color: #425B9E;
}
#menue2 a.aktiv {
	color: #425B9E;
}

#menue1 {
	position: absolute;
	top: 180px;
	left: 50px;
}
#menue1 a {
	color: #9D9A9A;
	text-decoration: none;
}
#menue1 a:hover {
	color: #425B9E;
}
#menue1 a.aktiv {
	color: #425B9E;
}

#linkespalte {
	position: absolute;
	left: 200px;
	top: 180px;
	width: 120px;
	font-size: 90%;
}
#linkespalte p {
	margin: 0px;
}

#rechtespalte {
	position: absolute;
	left: 710px;
	top: 180px;
	width: 120px;
	font-size: 90%;
}
#rechtespalte p {
	margin: 0px;
}


#mittlerespalte {
	position: absolute;
	left: 350px;
	top: 180px;
	width: 350px;
}
#mittlerespalte p {
	margin: 0px 0px 1em 0px;
}
#mittlerespalte h1 {
	font-size: 140%;
	font-weight: normal;
	color: #9D9A9A;
	margin: 0px 0px 1em 0px;
}
#mittlerespalte img {
	margin: 0px 0px 1em 0px;
}



#mittlerespalte table.contenttable td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
}
#mittlerespalte table.contenttable p {
	margin: 0px;
}
#mittlerespalte table.contenttable img {
	margin: 0px;
	border-width: 0px;
}
