/* CSS Cultureshausen */

* {margin: 0px; padding: 0px; border: 0px;}

/* allgemein */

/* Inhalt in der Mitte des Browsers */
body {
	text-align: center;
	background: #eefee1;
}

h1, h2, h3, h4, h5, h6 {}

a:link ,
a:visited { color: #555555; font-weight: bold;}

a:hover {}
a:active {}

/* Inhaltswrapper wegen Mitte */
div#wrapper {
	width: 768px;
	margin: 1px auto; /* für zentrieren notwendig */
	text-align: left; /* wieder linksbündig */
	position:relative;
}

/* Kopfbereich */
div#header {height:120px; position:relative; top:0px;}
.headh {position:absolute; left:0px; top:0px; z-index:2;}
.head1 {position:absolute; left:518px; top:0px; z-index:4;}
.head2 {position:absolute; left:258px; top:0px; z-index:4;}
.head3 {position:absolute; left:0px; top:0px; z-index:4;}

/* Navigation */
div#nav { height: 40px; position: relative;}
div#nav ul {padding: 4px 20px 6px 20px;}
div#nav li{display: inline; margin-right: 10px; padding:10px;}

div#nav a,
div#nav a:link,
div#nav a:visited,
div#nav span {
  position:relative;
  top:-30px;
  font-weight: bold;
  text-decoration: none;
  color: #555555;
}

/* Linkfarbe bei MouseOver */
div#nav a:hover {
  color: #eefee1;
}

/* Navi - Buttons */
.btn {
  width:120px;
  height:40px;
  position:absolute;
  top:5px;
  text-align:center;
  vertical-align:middle;
  z-index:4;
}

.btnhome   {  left: 10px; }
.btnein     {  left:120px; }
.btnpress {  left:230px; }
.btngesch {  left:340px; }
.btncount {  left:450px; }
.btnimpr   {  left:640px; }

/* Inhaltsbereich */
div#wrapcontent {position: relative; margin:0px; padding:0px;}

/* Hauptseite */
div#maintext { }

/* Impressum */
div#impressum { text-align:center;}

/* Presse */
div#presse {  text-align:center;}
div#geschichte {  text-align:center;}
div#pr_links {float:left; width:200px; }
div#pr_rechts { float:right; text-align:right; width:568px; left:200px;}

div#pr_links a {text-decoration: none;}
a.clink {color: #e9a43c;}

/* EInwohner */
div#einwohner {  text-align:left;}
.einzug {color:#dd1166;}