/* abstände auf null setzen */

body, div, img, h1, td, th, h3 {

	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	text-align:center;
}

img {

	border-style:none;
}

/* seite zentrieren */



table {

	margin: 0px auto;
	border-collapse:collapse;
}

td, th {

	vertical-align: top;
}

/* hinterguende setzen */

body {

	background-color:#e6ffff;
	
}


/* seite ausrichten */

table#seite {
	
	width:850Px;
	height:100%;
	margin-top:20px;
}

div.button {

	margin-top:3px;
	text-align:left;
}

td#navi {
	
	background-color:#0d557d;
	width:172px;
	height:100%;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:white;
}

div#footer {
	margin: 0px auto;
	background-image:url(navi/footer.gif);
	width:850px;
	height:28px;


}

