/* Screen.css */
html, body { margin: 0px; padding: 20px; height: 100%; }
body
{
  color: black;
  background: #936F58;
  font: 12px  Arial, sans-serif;
  line-height: 150%;
}

h1
{
  color: #654028;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
  font-style: italic;
  border-bottom: 1px dashed #654028;
}
h2
{
  color: #654028;
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
  border-left: 1px dashed #654028;
}


h3
{
	font-size:9pt;
	color: #666;
	padding-top:20px;
}

a{
	text-decoration:none;
	color:#CC6600;
}

a:hover{
	text-decoration: underline;
}

#site
{
  margin: 0 auto;
  width: 658px;
  background: url('img/bg-innen.png') repeat-y;
  padding-left: 4px;
  padding-right: 4px;
}

#hintergrund
{
  background: url('img/bauernhof-eversdorf.jpg') no-repeat;
  position:relative;
  height: 250px;
  padding-top: 125px;
  padding-left: 30px;
}

#startseite
{
  position: relative;
  padding: 10px;
  margin-top: -175px;
  margin-left: 20px;
  width: 587px;
  background: url('img/bg-70.png');
  border: 1px solid #654028;
}
#startseite img
{
padding:10px;
background: url('img/bg-img.png') repeat-x;
border: 1px solid #654028;
}

.teaser-main
{
  width: 282px;
  float: left;
  background: url('img/bg-teaser.png') repeat-y;
  margin-right: 10px;
  margin-bottom: 10px;
}

hr
{
  border: 1px dashed #654028;
}

.teaser-main a
{
  color: white;

}

#left
{
  position: relative;
  float: left;
	width: 110px;
	margin-top: -175px;
	margin-left: 30px;
	padding: 5px;
	border: 1px solid white;
	background: url('img/bg-50.png');
}

#left img
{
  border:none;
}

#content
{
  position: relative;
  padding: 10px;
  margin-top: -175px;
  margin-left: 170px;
  width: 430px;
  background: url('img/bg-70.png');
  border: 1px solid #654028;
}

#content img
{
padding:10px;
background: url('img/bg-img.png') repeat-x;
border: 1px solid #654028;
}

.fehler
{
  width: 350px;
  height: 50px;
  border: 2px solid red;
  padding: 10px;
  
}
