/* rechter grauer bereich */
#right {
	background-color: #E5E5E5;
	width: 25%;
	vertical-align: top;
}
.home #right {
	width: 55%;
}
#newsletter {
	width: 100%;
	height: 90px;
}
#newsletter td {
	width: 100%;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #FFBD00;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.nl_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 19px;
	color: #6F6F6F;
	background-color: #FFFFFF;
	width: 76%;
	border: 0;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
}
.nl_btn {
	height: 19px;
	width: 36px;
	border: 0;
	margin-left: 3px;
	margin-bottom: 1px;
	vertical-align : bottom;
}
.abstand {
	height: 23px;
	background-color:transparent;
	padding:0px;
}
#teaserbox {
	background-color:#D5D5D5;
	width: 100%;
}
.teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 18px;
	width: 100%;
	background-color: #D5D5D5;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #FFBD00;
	padding-top: 6px;
	padding-bottom: 11px;
}
.teaser a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 18px;
	color : #6F6F6F;
	text-decoration : none;
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 10px;
}
.teaser a, .teaser a:link {
	background-image : url("../bilder/arrow.gif");
}
.teaser a:visited {
	background-image : url("../bilder/arrow.gif");
}
.teaser a:hover {
	background-image : url("../bilder/arrow2.gif");
}
.teaser a:active {
	background-image : url("../bilder/arrow.gif");
}
.leer {
	line-height: 18px;
	height: 18px;
	background-color : #E5E5E5;
}
#bottomright {
	height: 25px;
	background-color: #E5E5E5;
	text-align: right;
}
.home #bottomright {
	height: 25px;
	width: 50%;
	background-color: #E5E5E5;
	text-align: right;
}