@CHARSET "ISO-8859-1";

/********************************************************************
 *    DIV-Container
 ********************************************************************/

#seite {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 925px;
	text-align: left;
	background: #fff url("../images/bg_seite.gif") repeat-y;
}

#kopf {
	margin: 0;
	padding: 0;
	width: 925px;
	height: 320px;
	background: url("../images/bg_kopf.gif") no-repeat;
	border: solid 0px blue;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 366px;
	height: 196px;
	background: url("../images/bg_logo.gif") no-repeat;
}

div#drucklogo {    
    display: none;
}

#austausch ,
#austausch_home ,
#austausch_ueber_uns {
	position: absolute;
	top: 0;
	left: 366px;
	margin: 0;
	padding: 0;
	width: 559px;
	height: 197px;
}

#austausch_home {
	background: url(../images/head_home.gif) no-repeat;
}

#austausch_ueber_uns {
	background: url("../images/head_historie.gif") no-repeat;
}

#adresse_links {
	position: absolute;
	top: 300px;
	left: 105px;
	margin: 0;
	padding: 0;
	width: 165px;
	height: 120px;
	font-size: 11px;
	border: 0px solid red;
}


#bild_links {
	position: absolute;
	top: 300px;
	left: 100px;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 100px;
	font-size: 11px;
	border: 0px solid red;
}

#bild_links a {
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 100px;
	border: none;
	overflow: hidden;
	/*
	text-indent: -9999px;
	background: url(../images/vertragslogo.gif) no-repeat;
	*/
}

#bild_links img {
	margin: 0;
	padding: 0;
	border: none;
}

#ueberschr,
#ueberschr_home,
#ueberschr_ueber_uns {
	position: absolute;
	top: 240px;
	left: 290px;
	width: 400px;
	height: 80px;
	border: solid 0px red;
}

#ueberschr_home {
	background: url("../images/willkommen.gif") no-repeat;
}

#ueberschr_ueber_uns {
	background: url("../images/ueberuns.gif") no-repeat;
}

#inhalt {
	margin: 0 0 0 278px;
	padding: 0 20px 20px 20px;
	width: 577px;
	height: 300px;
	overflow: auto;
	border: solid 0px green;
}

* html #inhalt {
	height: 300px; /* nur für IE 5.5 - 6.x */
}

html+body #inhalt {
	height: 300px; /* nur vom IE 5.0 */
}

#fuss {
	position: relative;
	top: 0;
	left: 1px;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 925px;
	height: 92px;
	border: 0 solid red;
	background: url("../images/fuss.gif") -1px 0 no-repeat;
}

#fuss a.druck {
	display: block;
	position: absolute;
	top: 60px;
	left: 760px;
	width: 120px;
	height: 18px;
	font-size: 1px;
	color: #FFFDED;
	text-decoration: none;
}



