/* Basic definitions BEGIN */
.invisible {
	position: absolute;
	left:-1000px;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body, td, th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Times New Roman", Times, serif; */
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #dae1d8;
}
#page {
	position: relative;
	display: block;
	width: 890px;
	margin: 30px auto;
	padding: 0;
	text-align: left;
}
#not_show_again {
	position: relative;
	float: right;
	display: block;
	width: 184px;
	background-color: #363d1a;
	padding: 3px 10px 5px 10px;
	margin: 0 0 5px 0;
}
#not_show_again a {
	position: relative;
	display: block;
	padding: 0 16px 0 16px;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 3px;
	color: #FFFFFF;
	text-decoration: none;
}
#not_show_again a:hover {
	color: #f35712;
}
#content {
	position: relative;
	clear: both;
	display: block;
	width: 890px;
	margin: 0 0 5px 0;
	padding: 28px 0;
	background-color: #363d1a;
	text-align: center;
}
#content h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f35712;
}
#content h1 a {
	text-decoration: none;
	color: #f35712;
}
#content h2 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 0;
}
#content h2 a {
	text-decoration: none;
	color: white;
}

#content .teaser_table {
	position: relative;
	margin: 30px 30px 10px 30px;

}
#content .teaser_table td {
	position: relative;
	width: 25%;
	padding: 0 30px 0 0;
	vertical-align: top;
	text-align: left;
}
#content .teaser_table h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f35712;
	line-height: 16px;
	margin: 0;
}
#content .teaser_table h2 img {
	margin: 0 0 4px 20px;
}
#content .teaser_table .teaser_icon {
	position: relative;
	margin: 0 0 0 20px;
	border: none;
}
#content .teaser_table .teaser_title {
	position: relative;
	display: block;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 4px;
	padding: 0 0 5px 20px;
	margin: 0;
}
#content .teaser_table h2 a {
	color: #f35712;
	text-decoration: none;
}

#content .teaser_table .teaser_content {
	position: relative;
	margin: 0 0 0 20px;
}
#news_ticker {
	position: relative;
	display: block;
	width: 860px;
	height: 21px;
	padding: 4px 0 4px 30px;
	overflow: hidden;
	background-color: #dae1d8;
	text-align: left;
}

#news_ticker .label {
	position: relative;
	float: left;
	display: block;
	width: 115px;
	padding: 0px 0 0 20px;
	margin: 4px 0 4px 0;
	border-right: 2px solid #f35712;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #f35712;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 3px;
}
#news_ticker .ticker {
	position: relative;
	float: right;
	display: block;	
	width: 720px;
	height: 20px;
	overflow: hidden;
	margin: 1px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #363d1a;
}
#news_ticker .ticker a {
	color: #363d1a;
	text-decoration: none;
}
#news_ticker .ticker a:hover {
	color: #f35712;
}

#impressum {
	position: relative;
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	background-color: #363d1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
}
#impressum a {
	position: relative;
	margin: 0 0 0 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#impressum a:hover {
	color: #f35712;
}