/* CSS-Datei: Bildschirm */
/* Haflingerhof Noack www.haflingerhof-noack.de */
/* Copyright M. Dabitz webdienste-dabitz.de */

/* --- Seitenweise ----------------------------- */
*
	{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
	font-weight:normal;
	}
body {
	margin:2px 2px 2px 2px;
	background-color:#C7C7C7;
  overflow:auto;
	}

a {
  font-weight:bold;
  }
a:link {
  color:#B5BE63;
  }
a:visited {
  color:#B5BE63;
  }
a:hover {
  color:#333333;
  }
a:active {
  color:#333333;
  }

h2 {
  font-size:130%;
  color:#B5BE63;
	padding-bottom:5px;
  } 

h6 {
  font-size:70%;
  letter-spacing:1pt;
  color:#FFF;
  padding-right:10px;
  }

p {
  line-height:150%;
  color:#333;
	vertical-align:top;
  }

td {
  padding:5px 0px 0px 0px;
  line-height:150%;
  vertical-align:top;
  }

ul {
	list-style-image:url(bilder/layout-liste.gif);
	}

li {
	margin:4px 0px 0px 35px;
	}


/* --- LAYOUT ---------------------------------- */
#kopf {
  margin:0px 0px 2px 0px;
  width:995px;
  }
  
#koerper {
  margin:0px 0px 2px 0px;
  width:995px;
  }

#fuss {
  width:995px;
  background-color:#B5BE63;
  text-align:right;
  border-top:2px solid #FFF;
  }

  
#logo {
  border:10px solid #FFF;
  }

#menu {
  background-color:#B5BE63;
  padding:5px 0px 0px 8px;
  vertical-align:top;
  border:2px solid #FFF;
  }
  
#inhalt {
  background-color:#FFF;
  padding:10px 10px 10px 10px;
  vertical-align:top;
  border-left:2px solid #C7C7C7;
  }

td b {
	font-weight:bold;
	}

#fuss a:link, #fuss a:visited {
  color:#FFF;
  text-decoration:none;
  }
  
#fuss a:hover, #fuss a:active {
  color:#333;
  text-decoration:none;
  }

  

/* --- INHALT ---------------------------------- */  
.grafikumfluss {
	float:left;
	margin:5px 10px 10px 0px;
	}

.foto {
	border:1px solid #B5BE63;
	}

.fotorechtsumfluss {
	float:left;
	margin:3px 10px 10px 0px;
	border:1px solid #B5BE63;
	}

.fotolinksumfluss {
	float:right;
	margin:3px 0px 10px 10px;
	border:1px solid #B5BE63;
	}

.rechtsumfluss {
	float:left;
	margin:3px 10px 10px 0px;
	}

.linksumfluss {
	float:right;
	margin:3px 0px 10px 10px;
	}

.tab-kopf {
  font-weight:bold;
	vertical-align:top;
	}

.spaltenmitte {
  vertical-align:middle;
  }

.b {
  font-weight:bold;
  }

.c {
	clear:both;
	}

.buchstabe-gross {
  font-size:150%;
  color:#B5BE63;
  }

.link {
  font-weight:bold;
  color:#B5BE63;
  }



  
