/* copyright @ martin stüdeli, 2dbild.ch, kontakt@2dbild.ch */
/* schau dir den code an, vielleicht entdeckst du etwas neues. viel spass! */
/* thank you for looking at this code. have fun! */




/* allgemeine definitionen */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color:#faefba;
	}


body {
	background-color:#dcebb4;
	background-position: top;
	background-repeat: repeat-x;
	color:#258;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

td img {
	display: block;
}


/* div-definition container, einmitten */

#container {
	background:url(Bilder/untenbalken.gif) repeat;
	border:none;
	height:550px;
	margin: 0px auto;
	padding:0px;
	width:950px;
}

#untenbalken_1 {
	background:url(Bilder/untenbalken.gif) repeat;
	border:0px;
	bottom:0px;
	height:50px;
	margin:0px;
	padding:0px;
	position:absolute;
	width:100%;
	visibility:visible;
	z-index:12;
}

#untenbalken_2 {
	background:url(Bilder/untenbalken.gif) repeat;
	border:0px;
	bottom:0px;
	height:50px;
	position:absolute;
	left:-400px;
	margin:0px;
	padding:0px;
	width:400px;
	visibility:visible;
	z-index:5;
}
