body {
 background-image: url("/img/bg.gif");
 color: #4e4e4e;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 margin: 0px;
 padding: 0px;
}
p {
 text-align: justify;
}
/* =============== */
h1 {
	color: #005ea8;
	margin-top: 0px;
	font-size: 14px;
}
/* =============== */
table {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
}
td.content-head {
	background-image: url("/img/content-head.gif");
	width: 818px;
	height: 8px;
}
td.content-body {
	background-image: url("/img/content-middle.gif");
	width: 818px;
	height: 100%;
	padding: 5px;
}
td.content-foot {
	background-image: url("/img/content-foot.gif");
	width: 818px;
	height: 8px;
}
/* =============== */
div.container {
 border: 0px dotted #ff0000;
 position: absolute;
 width: 1240px;
 left: 50%;
 margin-left: -620px;
}
div.banner {
	background-image: url("/img/banner.png");
	width: 100%;
	height: 123px;
	border-color: #dcdcdc;
	border-left: solid 1px;
	border-right: solid 1px;
}
div.banner-menu {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #CCCCCC;
	font-weight: normal;
}
div.banner-menu2 {
	padding-top: 60px;
	padding-left: 270px;
	height: 25px;
	vertical-align: middle;
	color: #4e4e4e;
	font-weight: bold;
}
/* =============== */
a.banner-menu {
	color: #CCCCCC;
	font-weight: normal;
}

div.content {
 background-color: #FFFFFF;
	width: 100%;
	float: left;
	border-color: #FF0000;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
}
div.content-left {
 float: left;
	width: 234px;
	min-height: 600px;
	margin-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.content-middle {
 float: left;
	width: 818px;
	min-height: 600px;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.content-right {
 float: right;
	width: 140px;
	min-height: 600px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.footer {
	float: left;
	height: 25px;
	width: 100%;
	text-align: center;
	border: 0px solid #FF0000;
}
/* =============== */
div.adressen {
 float: left;
 margin-bottom: 8px;
 width: 100%;
}
div.adressen:hover {
 background: #e9f0f2;
}
/* =============== */
a {
	text-decoration: none;
	color: #3a4238;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.navi-link {
	font-weight: normal;
}
/* =============== */

