/* abstände auf null setzen */

body, div, img, h1, td, th, h3 {

	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}

img {

	border-style:none;
}

/* seite zentrieren */



table {

	margin: 0px auto;
	border-collapse:collapse;
}

td, th {

	vertical-align: top;
}

/* hinterguende setzen */

body {

	background-image:url(navi/textur.gif);
	
}


/* seite ausrichten */

table#seite {

	width:761px;
	height:100%;
	margin-top:20px;
}

div.button {

	margin-top:6px;
	text-align:right;
}

td#navi {

	width:174px;
	height:100%;
}


