body {
	margin: 0px;
	background-image: url(http://www.jota-rechtsanwaelte.de/dateien/pagebg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Arial, Verdana, Helvetica;
}
h1 {
	margin-top: 0px;
	font-size: 1em;
	color: #003142;
}
p {
	color: #003142;
	font-size: 0.8em;
}
a {
	color: #003142;
}
#page {
	width: 630px;
	margin-left: 50%;
	margin-right: 50%;
	left: -315px;
	position:absolute;
}
#logo {

}
#header {
	width: 630px;
}
#navi {
	/*width: 630px;*/
	width: 480px;
	margin-bottom: 40px;
	margin-top: 15px;
	padding-left: 150px;
}

#menu {
	width: 150px;
	float: left;
}
#menu a {
	text-decoration:none;
	color: #003142;
	font-size: 0.8em;
	font-weight:bold;
	display: block;	
	width: 140px;
	height: 20px;
}
#menu a:hover {
	text-decoration:underline;
	color: #003142;
	font-size: 0.8em;
	font-weight:bold;
}
#content {
	width: 480px;
	float: left;
}
.clear {
	clear:both;
}

