
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 20px;
	color: #333300;
}

a {
  	color: #333300;
}

.header {
	height: 96px;
}


strong {
	color: #4C640D;
}

#title {
	margin: 23px auto 14px auto;
	width: 770px;
}

.title {
  width: 720px;
}


#footer {
	margin: 9px auto 0px auto;
	padding: 0px 0px 23px 20px;
	width: 770px;
	font-size: 10px;
	color: #67820d;
}

#footer a {
	color: #67820d;
	text-decoration: none;
	margin-left: 30px;
}

#footer a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 770px;
}

#header {
	padding:1px;
  border-bottom: 1px solid #93BF1D;
	background-color: white;
}

#teaser {
  border-right: 1px solid #93BF1D;
	width: 512px;
	height: 158px;
  background: url(../images/bg-teaser.jpg) no-repeat;
  border-bottom: 1px solid #93BF1D;
	float: left;
	font-weight: bold;
}

#teaser-image {
	padding: 1px;
	width: 254px;
	height: 156px;
	float: right;
  border-bottom: 1px solid #93BF1D;
}

#content {
	width: 513px;
	float: left;
	padding-bottom: 14px;
}

#related {
	float: none;
}

#content .item, #teaser .item {
	margin: 14px 0px 0px 23px;
}

#related .item {
	margin: 25px 0px 14px 0;
	width: 350px;
}

.teaser-headline {
	margin: 0px 0px 5px 0px;
}

#content .headline {
	margin-bottom: 0px;
	margin-top: 9px;
}

#related .headline {
	margin: 0 0 2px 20px;
}

.image-wrapper {
  border-top: 1px solid #93BF1D;
}

.image-wrapper-left {
	padding: 1px;
	border-right: 1px solid #93BF1D;
	width: 254px;
	float: left;
}

.image-wrapper-right {
	padding: 1px;
	width: 254px;
	float: left;
}

.ok {
	margin-top: 3px;
  background: url(../images/haekle.gif) no-repeat;
	padding-left: 20px;
  background-position: 7px 0px;
	margin-right: 5px;
}


.image-related {
		padding-top: 1px;
		padding-bottom: 1px;
    border-top: 1px solid #93BF1D;
	  border-bottom: 1px solid #93BF1D;
}

.line
{
	margin-top: 1px;
  border-top: 1px solid #93BF1D;
	margin-bottom: 1px;
}

#content p {
	margin-bottom: 5px;
}

