/* Struktur für Galabau */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #990000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.9em;
  background-color: #006600;
  background-image: url(../images/body.jpg);
  line-height: 1.4em;
}
html {
  height: 101%;
}
#container {
	width: 1200px;
	color: #990000;
	background-color: #dcffdc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/hintergrund.gif);
}
#kopf {
	color: #990000;
	background-color: #006600;
	height: 120px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/kopf.jpg);
}

#kopf h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFF00;
	font-size: 220%;
	position: absolute;
	float: left;
	padding-top: 90px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: normal;
	font-weight: lighter;
	height: 26px;
}
#haupt {
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 150px;
}

#fuss {
	border-top: 1px solid #990000;
	background-color: #CCFFCC;
	font-size: 1em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	font-style: normal;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding-top: 10px;
}

/* Horizontale Navigation */

#navi {
	background-color: #009900;
	text-align: right;
	background-image: url(../images/navi.jpg);
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-position: center;
	position: relative;
}
#navi li {
  margin: 0;
  display: inline;
  list-style-type: none;
}
#navi ul {
  margin-bottom: 0;
}
#navi a {
	color: #FFFF00;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.9em;
	font-style: normal;
	text-decoration: none;
}
#navi a:hover, 
#start #navi01 a,
#galabau #navi02 a,
#baum #navi03 a,
#ueberuns #navi04 a,
#kontakt #navi05 a,
#stellen #navi06 a, 
#agb #navi07 a,
#impressum #navi08 a
{
  text-decoration: none;
  color: #990000;
  background-color: #dcffdc;
  padding-bottom: 5px;
  border-bottom-style: none;
  background-image: url(../images/navi_a.jpg);
}

/* Vertikale Navigation */

#navli {
	float: left;
	width: 150px;
	padding-left: 0px;
	padding-top: 20px;
}
#navli ul {
	color:#000000;
	width: 140px;
	padding-left: 10px;
	margin-left: 0;
}
#navli li {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#navli a {
	text-decoration: none;
	display: block;
	color:#006633;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #a8e1aa;
	padding-right: 0px;
	font-variant: small-caps;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
}
#navli #navli01 {
border-top: 1px solid #990000;
}
#navli a:hover,
#galabau #navli01 a,
#referenzen #navli02 a
{
	color: #990000;
	background-color:#dcffdc;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
}

/* Weitere Formatierungen */

a {
	outline: none;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;

}
a:hover, a:focus {
  text-decoration: underline;
}
a:active {
	color: #990000;
	background-color: #dcffdc;
}
h2 {
	font-size: 150%;
	font-style: normal;
	color: #990000;
	margin-top: 1em;
}
span {
	font-style: italic;
	font-weight: bold;
}
#box1 {
	height: 310px;
	width: 100%;
}
#bild1 {
	height: 300px;
	width: 400px;
	position: relative;
	clear: right;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#text1 {
	clear: right;
	float: left;
	height: 200px;
	width: 320px;
	position: relative;
	left: 40px;
	list-style-position: inside;
	list-style-image: url(images/punkt.gif);
	top: 10px;
}
