@charset "ISO-8859-1";

body {
	background-image: url(images/HaPi_back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#box {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#fotos {
	background-color: inherit;
	float: right;
	width: 130px;
	margin-top: 1px;
	margin-right: -6px;
}
#fotos img {
	border: 2px solid #993333;
}
#header {
	background-color: #FFFFFF;
	height: 195px;
	background-repeat: no-repeat;
}
#navi {
	float: left;
	width: 170px;
	background-color: #FFFFFF;
}
#content {
	padding-top: 10px;
	margin-left: 180px;
	margin-right: 130px;
}
#unten {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 20px;
}






/* hier beginnt das für die Box relevante CSS  */

div {
	margin:0;
}



/* textmarkierungen */

h3 {
	margin-top: 5px;
	line-height: 10px;
}

.ro {
	background-image: url(images/background/ro.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.lo {
	background-image: url(images/background/lo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ru {
	background-image: url(images/background/ru.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.lu {
	background-image: url(images/background/lu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.inhalt {
	margin:0;
	padding-top: 0.9em;
	padding-right: 0.8em;
	padding-bottom: 2.5em;
	padding-left: 0.8em;
}

.inhalt p {
	margin:0;
	padding:0;
}
.text_navi {
	margin-left: 15px;
	font-size: x-small;
	color: #666666;
}
.text_navi a {
	color: #666666;
}
.text_leiste {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: lighter;
}
.inhalt a {
	color: #666666;
}
