/* Hauptcontainer */
#container {
	width: 794px;
	background-image: url(/images/bg_container.png);
	background-repeat: repeat-y;
	margin: 0px 0px auto;
	padding: 0px 0px 0px 0px;
}

#shadow_title_left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/shadow_main_left.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 464px;
}

#shadow_title_right {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/shadow_main_right.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 464px;
}

/* Schatten oberhalb des Designs, inkl. Schatten am Rand */
#shadow_title {
	height: 12px;
	background-image:url(/images/shadow_title.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Seitencontainer */
#site {
	margin: 0px 12px 0px 12px;
	padding: 0px 0px 0px 0px;
}


/* Logo im Titelbereich */
#header_logo {
	height: 148px;
	background-image: url(/images/header_logo.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* Titelnavigation */ 
#header_navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* Breadcrumb */
#breadcrumb {
	height: 60px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* Spaltendefinition */
#main_spalten {
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position:bottom;
}

#spalte_links {
	float: left;
	width: 161px;
	text-align: right;
}
#spalte_rechts {
	float: right;
	width: 155px;
}
#spalte_mitte {	height: 532px; } html>body #spalte_mitte { 	height: auto;	min-height: 532px; }
#spalte_mitte {
	margin: 0px 155px 0px 161px;
}

/* Inhaltsbereich */
#content {
  	width: 398px;
  	overflow: hidden;
	padding: 0px 25px 25px 25px;
}

/* Fusszeile */
#footer {
	clear: both;
	height: 20px;
	background-image: url(/images/bg_footer.png);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 490px;
}

/* Schatten unterhalb des Designs */
#shadow_footer {
	clear: both;
	height: 12px;
	background: url(/images/shadow_footer.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
