/* --layout-- */
#divPage {
	width: 900px;
	min-height: 100%;
	margin: 0 auto -137px auto;
}

/* ---------------- header ---------------- */

#divHeader {
	height: 85px;
	width: 900px;
}

#header_logo {
	width: 320px;
	float: left;
}

#header_rechts {
	height: 85px;
	width: 580px;
	float: left;
	background-image: url(../images/layout/header_rechts.gif);
	background-repeat: no-repeat;
	position: relative;
}

/* ---------------- content ---------------- */

#divContent {
	width: 690px;
	background-color: #FFF;
	padding: 23px 0 137px 20px;
	float: right;
}

#divContent_startseite {
	width: 900px;
	padding: 0 0 137px 0;
}

#divContent_sitemap {
	width: 900px;
	padding: 23px 0 137px 0;
}

/* ---------------- footer ---------------- */

#divFooter {
	height: 137px;
	width: 100%;
	background-image: url(../images/layout/footer_hintergrund.gif);
	background-repeat: repeat-x;
	clear: both;
}

/*startseite*/

#footer_startseite {
	height: 137px;
	width: 900px;
	margin: 0 auto 0 auto;
}

#footer_startseite a, #footer_startseite p {
	color: #464646;
	font-size: 11px;
	line-height: 13px;
}

.footer_defaultlinks {
	width: 288px;
	height: 115px;
	float: left;
	background-image: url(../images/home/footer_links.gif);
	background-repeat: no-repeat;
	padding: 22px 0 0 12px;
}

.footer_defaultrechts {
	width: 573px;
	height: 97px;
	float: left;
	background-image: url(../images/home/footer_rechts.gif);
	background-repeat: no-repeat;
	padding: 40px 0 0 27px;
}

/*andere footerseiten*/

#footer_content_de,
#footer_content_fr
{
	height: 67px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 70px 0 0 0;
}

#footer_content_de
{
	background-image: url(../images/layout/footer_seiten_hintergrund.gif);
}

#footer_content_fr
{
	background-image: url(../images/layout/footer_seiten_hintergrund_fr.gif);
}

#footer_content_de p,
#footer_content_fr p
{
	margin: 0 auto 14px auto;
	text-align: center;
}

#footer_content_de a,
#footer_content_de p,
#footer_content_fr a,
#footer_content_fr p {
	color: #464646;
	font-size: 11px;
	line-height: 13px;
}

/*Produkte Seite 2Spaltig*/

#div2spalten_a {
	width: 490px;
	float: left;
}

#div2spalten_b {
	width: 135px;
	float: left;
	background-image: url(../images/layout/boxen/hilfsbox_rechts_hintergrund.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 0 0 65px;
}

/*auflistungen hintergrund grau*/
.hintergrund_grau tr{
	background-color: #eee;
}

.hintergrund_grau tr td{
	border-bottom: 7px solid #FFF;
}
