html {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  background-image: url(../img/content/back.gif);
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
}


#wrapper {
    position: relative;
	min-height: 100%;
}

* html #wrapper {
    height: 100%;
}


#left {
  width: 240px;
  float: left;
  background-image: url(../img/content/flamme.gif);
  background-repeat: no-repeat;
}

#navi {
  border-top: none;
  border-bottom: 1px solid #333;
  margin-top: 140px;
}


#pic {
  width: 300px;
  height: 474px;
  float: left;
  margin-bottom: 2px;
  background-color: #FFFFFF;
}

#pic_ref {
  width: 300px;
  float: left;
}

#content {
  width: 660px;
  float: left;
  margin-bottom: 50px;
}


#text {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 160px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #666;
  line-height: 140%;
}


h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #cc6600;
  line-height: 140%;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  line-height: 140%;
  margin-bottom: 5px;
}


#clearer {
  clear: both;
}


#footer {
  padding: 8px;
  background-image: url(../img/content/footer.gif);
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #fff;
  line-height: 140%;
  width:960px;
  position: absolute;
  bottom: 0;
}

#footer a:link {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
  color: #fff;
}

li {
  margin-left: 300px;
  margin-bottom: 10px;
}

#liste li {
  margin-left: 0px;
}

/* Formular */
textarea, input  {
	margin: 0px 0px 8px 0px;
	border:1px solid #000;
	width:200px;
}
#formtext {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100px;
	}
.error {
  color: #FF0000;
  }

/* Links */
#text a:link {
  color: #003399;
  text-decoration: underline;
}

#text a:visited {
  color: #003399;
  text-decoration: underline;
}

#text a:hover {
  color: #fff;
  background-color: #999999;
}

