html, body {
	font: normal 13px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #333;
}


#header {
	width: 860px;
	height: 320px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	background: url('../img/schatten.png') bottom no-repeat;
}

#engel {
	position: absolute;
	top: 0px;
	left: 100px;
}
#seelenbalance {
	position: absolute;
	top: 20px;
	left: 340px;
}

#nav {
	height: 170px;
	width: 300px;
	position: absolute;
	top: 80px;
	left: 340px;
}

#nav ul {
	margin-top: 20px;
	list-style-type: none;	
}

#nav ul li {
	background: url('../img/punkt.png') 0px 7px no-repeat;
	width: 279px;
	height: 27px;
	display: block;
}
#nav a {
	font:normal 165%  "Times New Roman", serif;
	color:#666666;
	line-height: 100%;
	text-decoration: none;
}

#nav .bild {
	margin-left: 20px;
}
#nav ul li:hover {
	background: url('../img/punkt2.png') 0px 7px no-repeat;
}

#content {
	background: url('../img/bg_content.png') repeat-y;
	width: 860px;
	min-height: 230px;
	margin: 0 auto;
	padding: 1px 0 20px;
}

#contentbox {
	margin: 0px 120px 0 120px;
}

#footer {
	background: url('../img/schatten2.png') top no-repeat;
	margin: 0 auto;
	height: 96px;
	width: 860px;
	padding-top: 20px;
}

#footer div {
	margin-left: 100px;
}

#footer p {	
	color: #666;
	float: left;
	min-width: 170px;
	padding-left: 20px;
	border-left: 1px dotted #999;
}

#footer p:first-child {
	border: none;
}

h2 {
	font: normal 2.4em Georgia, sans-serif;
	letter-spacing: -1px;
	color: #414187;
}

a, a:link, a:visited {
	color: #414187;	
}

a:hover {
	color: #2c2c6f;	
}

img { border:none; }

span.gf {
 font:normal 145%  "Times New Roman", serif;
 font-weight:bold;
 color:#bd546b;
 line-height: 100%;
}

.content-index {
	text-align: center;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
