* { 
	margin:0;
	padding:0;
}

/* Tags */

body {
	background-color: #fcfcf3;
	background-image: url(grafik/ostfriesland-bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
p  { font-size: 0.9em; }
h1, h2, h3, h4, p { margin-top: 4px; margin-bottom: 4px; }
a { color: #000099; }

/* Kästen */

#wrapper {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	z-index:1;
}
#titel {
	position:relative;
}
#bild-r1 {
	position:absolute;
	top:47px;
	left:0;
	width:618px;
	height:59px;
	back ground-image:url(grafik/ostfrieslandschaft_r1.jpg);
	back ground-repeat:no-repeat;
}
#bild-r2 {
	position:absolute;
	top:106px;
	left:0;
	width:161px;
	height:133px;
	back ground-image:url(grafik/ostfrieslandschaft_r2.jpg);
	back ground-repeat:no-repeat;
}
#u-suche {
	position:absolute;
	top:47px;
	left:618px;
	width:182px;
	height:59px;
	background-color:#fbe179;
}
#u-suche h3 {
	position:absolute;
	bottom:0;
	left:5px;
	margin-bottom:9px;
}
#navi-rechts {
	position:absolute;
	top:106px;
	left:618px;
	width:182px;
	background-color:#fbe179;
}
#navi-rechts ul {
	margin-left:5px;
}
#navi-rechts ul li {
	font-size:0.9em;
	padding:5px 0;
	list-style-type:none;
}
#navi-links {
	position:absolute;
	top:240px;
	left:0;
	width:161px;
	text-align:right;
}
#navi-links h3 {
	margin:8px 5px 32px 0;
}
#navi-links ul {
	margin-right:5px;
}
#navi-links ul li {
	font-size:0.9em;
	padding:5px 0;
	list-style-type:none;
}
#inhalt {
	position:absolute;
	top:106px;
	left:161px;
	width:448px;
	border-left:1px solid #32cd32;
	border-top:1px solid #32cd32;
	padding:4px;
}
#titel-logo {
	position: absolute;
	height: 45px;
	width: 490px;
	left: 0px;
	top: 0px;
	z-index: 20;
	background-color:#32cd32;
	background-image: url(grafik/id-logo.gif);
	background-repeat: no-repeat;
}
#umrahmung-schwarz {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666;
}

/* Klassen-Definition */

.wechdamit {
	display:none;
}
.zentriert {
	text-align:center;
}