@charset "utf-8";
/* CSS Document */

#divPage {
	width: 720px;
	margin: 0 auto 0 auto;
	height: 100%;
	position: relative;
}

#divHeader {
	height: 250px;
	width: 720px;
}

#divHeaderBild {
	height: 250px;
	width: 300px;
	float: left;
}

#ulHeaderNavigation {
	width: 420px;
	height: 250px;
	float: left;
	background-image: url(../images/layout/navi_bild.png);
}

#divContentOut {
	width: 690px;
	background-image: url(/images/layout/content_background.png);
	background-repeat: repeat-y;
	padding: 0 30px 0 0;
	margin: 0px;
}

#divLinkeSpalte {
	width: 240px;
	float: left;
}

#divLinkeSpalteAdresse p{
	padding: 0 0 0 49px;
	font-size: 11px;
}

#divLinkeSpalteAdresse a{
	font-size: 11px;
}

#ulSubnavigation {
	height: 162px;
	background-image: url(../images/layout/subnav_background.png);
	background-repeat: no-repeat;
	padding: 40px 0 0 50px;
}

#divContentIn {
	width: 450px;
	float: left;
	position: relative;
}

#divFooter {
	height: 67px;
	width: 720px;
	background-image: url(../images/layout/footer_background.png);
	background-repeat: no-repeat;
	position: relative;
}
