/* LAYOUT */
body {
	color:#000000;
	margin:0;
	padding:20px;
	background:#fff;
	font:1em Verdana, Arial, Helvetica, sans-serif
}
h1 {
	font-size:1.3em;
	background:#dcdce9;
	padding:2px 4px;
	margin-top:2.5em;
	clear:both;
	border-top: 2px solid #000099;
	border-right: 0;
	border-bottom: 2px solid #000099;
	border-left: 0;
}
h2 {
	font-size:1.1em;
	text-decoration: underline;
	color: #660099;
}
h3 {
	font-size:1em;
	text-decoration: underline;
	color: #000000;
}
hr {
	color:#000099;
}
.fett {
	font-weight:bold;
}
.kursiv {
	font-style:italic;
	color: #666666;
}
.textkasten {
	padding: 1.5em 4em 0 4em;
}
.newline {
	clear: both;
}
.img-left {
	border: 0;
	vertical-align: top;
	float:left;
	margin-right: 2em;
}
.img-right {
	border:0;
	vertical-align: top;
	float:right;
}
.box-right {
	float:right;
	height: auto;
	width: 250px;
	padding: 10px;
	border: 2px solid #000000;
	text-align: center;	
}
.rahmen {
	border: 2px solid #000000;
	padding: 10px;
	width: 300px;
}
#aufzaehlung ul li{
	font-size: 0.9em;
} 
/* NAVIGATION */
#nav-menu {
	width:auto;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	float: left;
	padding: 0.15em 0;
	margin: 0 0.15em;
}
#nav-menu li a:hover {
	text-decoration: underline
}
#nav-menu li a {
	background: #fff url(../images/back-navi.gif) repeat-x left bottom;
	height: 1.1em;
	line-height: 1.1em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */
