@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #b2b1a7;
}

h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
p{
	font-size: 12px;
}

/* Disclaimer */
#disclaimer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Startseite */
#containerHome{
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 100px;
	width: 995px;
	height: 500px;
}

.logostartseite{
	position: relative;
	top: 129px;
	left: 376px;
	border: 0px;
}

/* Inhaltsseiten */
#container {
	background-color: #FFFFFF;
	width: 995px;
	margin: 0 auto;
	margin-top: 60px;
	height: 755px;
}
#containerLeft{
	width: 169px;
	float: left;
}

#containerCenter{
	width: 641px;
 	float: left;
}

#containerRight{
	width: 182px;
	height: 755px;
	float: left;
	border-left: 3px solid #b2b1a7;
}

#containerEdgeTop {
	height: 70px;
	width: 169px;
	background-color: #b2b1a7;
}

#containerTitle {
	margin-top: 40px;
	margin-left: 65px;
	width: 455px;
	height: 42px;
}

#containerLogo{
	margin:0 auto;
 	width: 142px;
	height: 169px;
	position: relative;
	top: 20px;
}

#containerMenuLeft{
	margin-top: 65px;
	margin-left: 45px;
	width: 128px;
}

#containerMenuRight{
	margin:0 auto;
	margin-top: 120px;
	width: 125px;
}

.menuRightImg{
	border: 0px;
}

#containerContent{
	margin-top: 95px;
}

#contentImg{
	margin: 0 auto;
	width: 511px;
	height: 574px;
}
#clear{
clear:both;
}
