* {
	margin: 0;
	padding: 0;
}
body {
	background: #D0D0D0 url(img/bg5.gif) repeat-y center top;
	color: #668;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
}
a {
	color: #33F;
	text-decoration:none;
}
a:hover {
	color: #F00;
}

.land {
	color: #660;
}
h1,h2,h3,h4 {
	color: #33B;
	padding-bottom: 2px;
}
h1 {font-size:16px;}
h2 {
	font-size:14px;
	padding-left: 2px;
	background: #E8E8F0 url(img/h2bg.gif) repeat-x center center;
}
h3{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h4{
	color: #660;
	font-size:12px;
	padding-left: 8px;
	background: #E8E8F0 url(img/h4bg.gif) repeat-x center center;
}
p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: justify;
}
ul {margin-left: 2em;}
li {list-style-image: url(img/li.gif);}
.karte {
	background: url(img/karte2.gif);
	height: 600px;
}
.karte div {
	text-align: center;
	font-size: 0.8em
}
.rahmen {
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	padding: 2px;
	vertical-align:top;
}
.rahmen2 {
	padding: 2px;
	margin: 6px;
	border-width: 2px;
	border-style: solid;
	border-color: #AAA;
}
.bg {
	background: #FFD url(img/blockbg.gif) repeat-x center center;
}
