.news-latest-gotoarchive {
	display: none;
}

/*********************************************
allgemeine Einstellungen
*********************************************/
html {
	padding:0; 
	margin:0; 
	border:0; 
	background-color: #fff;
	font-size:76%; 
	font-family: Verdana;
	height: 100%;
}

body {
	overflow:auto; 
	padding:0; 
	margin:0; 
	border:0;
	height: 100%;
	padding-left: 65px;
}

img {
	border: none;
}

#container {
	position: relative;
	width: 935px;
	height: 100%;
	min-height: 900px;
/*	margin: 0px auto 0px auto;*/
	margin: 0px;
	background: #fff;
}

h1 {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 20px;
	margin-bottom: 25px;
}

a {
	font-weight: bold;
	color: #c30f28;
	text-decoration: none;
}

/*********************************************
Definitionen
*********************************************/

#header {
	float: left;
	width: 100%;
	height: 435px;
}

#header_balken {
	float: left;
	width: 935px;
	height: 35px;
	text-align: right;
	background: url(leiste_hg.png);
}

#header_balken_text {
	margin-right: 20px;
	margin-top: 9px;
	color: #eee;
}

#header_logoText {
	float: left;
	width: 100%;
	height: 65px;
	text-align: right;
	padding-top: 40px;
}

#header_logoText a {
	font-size: 34px;
	color: #000;
	text-decoration: none;
}

#header_navi {
	float: left;
	width: 605px;
	height: 35px;
	padding-left: 330px;
}

#header_zettel {
	position: absolute;
	width: 390px;
	height: 324px;
	margin-left: -70px;
	margin-top: 100px;
	background: url(zettel_schatten.png);
}

#header_zettel_text {
	position: absolute;
	width: 220px;
	height: 150px;
	margin-left: 72px;
	margin-top: 82px;
/*	border: 1px solid #ddd;*/
}

#header_image {
	float: left;
	width: 100%;
	height: 250px;
	margin-top: 10px;
	background: url(header_image.jpg);
}

#header_logoDose {
	position: absolute;
	width: 176px;
	height: 174px;
	margin-left: 810px;
	margin-top: 45px;
	background: url(dose.png);
}

#content_norm {
	float: left;
	width: 935px;
	min-height: 400px;
	padding: 30px 0px 35px 0px;
	margin-bottom: 10px;
}

#content_norm__navi {
	float: left;
	width: 300px;
	min-height: 100px;
	margin-top: 35px;
}

#content_norm__inhalt {
	float: left;
	width: 600px;
	margin-left: 35px;
}

#content_main {
	float: left;
	width: 900px;
	background: #000;
	padding: 35px;
	padding-right: 0px;
	margin-bottom: 10px;
}

.content_main_teaser {
	float: left;
	margin-right: 35px;
	width: 265px;
}

.content_main_teaser p {
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	color: #eee;
	font-weight: normal;
	line-height: 150%;
}

.content_main_teaser img {
	margin-bottom: 20px;
}

.content_main_teaser h1 {
	font-family: Verdana;
	font-size: 20px;
	color: #f10015;
	font-weight: normal;
}

#footer {
	float: left;
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
}

#footer a {
	font-weight: normal;
}

#footer_links,
#footer_kontakt,
#footer_impressum {
	height: 35px;
	float: left;
	background: url(leiste_hg.png);
	text-align: center;
}

#footer_kontakt,
#footer_impressum {
	margin-left: 5px;
	width: 116px;
}

#footer_links {
	width: 693px;
	color: #eee;
	font-size: 12px;
	padding-top: 10px;
	height: 25px;
}

#footer_links a {
	text-decoration: none;
	color: #eee;
}

#footer_links a:hover {
	text-decoration: underline;
}

#footer_kontakt a,
#footer_impressum a{
	font-size: 12px;
	color: #eee;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 10px;
}

#footer_kontakt:hover,
#footer_impressum:hover{
	background: url(button_aktiv.png);
}

/*********************************************
allgemeine Klassen
*********************************************/

.ende {
	clear: both;
}