/* (c) 2001 - 2006, EIKONA Medien GmbH, it.x informationssysteme gmbh, Mosaiq-Media GmbH, Alle Rechte vorbehalten. */

/* Grundgerüst der Seite */
#seite {
	width: 750px;
	margin: 15px auto 15px auto;
}

#head {
	width: 100%;
	margin-bottom: 5px;
	height: 85px;
}

#footer {
	text-align:left;
	background: url(../pics/layout/footer.gif) top left no-repeat;
	width: 100%;
	height: 20px;
}

#hauptnavigation {
	display: block;
	background: url(../pics/layout/hintergrund_hauptnavigation.gif) top left no-repeat;
	width: 100%;
	margin-bottom: 5px;
	height:22px;
	text-align: left;
}

#pfadnavigation {
	display: block;
	background: url(../pics/layout/hintergrund_pfadnavigation.gif) top left no-repeat;
	width: 100%;
	height:20px;
	text-align: left;
	line-height: 20px;
	font-size: 11px;
}

#pfadnavigation ul {
	margin: 0 0 0 50px; 
	padding: 0; 
	list-style-type: none;
}

#pfadnavigation li {
	margin: 0;
	padding: 0;
	display: inline;
}

#pfadnavigation a {
	text-decoration: none;
}

#inhalt_hintergrund_verlauf {
	background: url(../pics/layout/hintergrund_inhalt.gif) repeat-y;
	width: 100%;
	min-height: 300px;
	margin-bottom: 7px;
}


/* #inhalt_tabelle {
	background: url(../pics/layout/hg1.gif) bottom right no-repeat;
	width: 100%;
	border-width: 0;
	border-spacing: 0; */
}

#inhalt_links {
	width: 380px;
	height: 300px;
	text-align: left;
	padding: 50px 50px 50px 50px;
	font-size: 11px;
	vertical-align: top;
}

#inhalt_rechts {
	width: 200px;
	text-align: left;
	padding: 20px 50px 50px 0;
	font-size: 10px;
	vertical-align: top;
}

#box_container {
	display: block;
	clear:both;
	width: 100%;	
	height: 143px;
	margin-bottom: 6px;
	padding:0;
}

.box1 {
	float: left;
	background: url(../pics/layout/hintergrund_box1.gif) top left no-repeat;
	width: 246px;
	height: 100%;
	margin-right: 6px;
	overflow: hidden;
	text-align:left;
}


.box2 {
	float: left;
	background: url(../pics/layout/hintergrund_box2.gif) top left no-repeat;
	width: 246px;
	height: 100%;
	margin-right: 6px;
	overflow: hidden;
	text-align:left;
}

.box3 {
	float: left;
	background: url(../pics/layout/hintergrund_box3.gif) top left no-repeat;
	width: 246px;
	height: 100%;
	overflow: hidden;
	text-align:left;
}