body,select,option,input,textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	font-weight: normal;
	color: #ffffff;
  text-align: left;
	background-color: #000000;
  line-height: 16px;
}
body {
  margin-top: 0px;
  margin-left: 0px;
}
/* links */     	
a:link {
	color: #ffffff;
  font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
  font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000000;
  background-color: #000000;
	text-decoration: none;
}
a:link.markedpink {
  font-weight: bold;
  color: #EB008E;
}
a:visited.markedpink {
  font-weight: bold;
  color: #EB008E;
}
a:hover.markedpink {
}
a:link.markedyellow {
  font-weight: bold;
  color: #ffdd00;
}
a:visited.markedyellow {
  font-weight: bold;
  color: #ffdd00;
}
a:hover.markedyellow {
	color: #000000;
}

/* rahmen */
#main {
  margin-top: 77px;
  width: 2017px;
}
/* textabsatz */
.absatz {
  margin-left: 50px;
  width: 254px;
  float: left;
}
/* newsletterformular rechtsbuendig */
.newsletterformular {
  float: right; 
  width: 122px; 
  margin-top: 12px;
}

/* newsletterformular alt
.newsletterformular {
  float: right; 
  width: 120px; 
  margin-top: 12px;
}
*/


/*sonstiges*/

.marked {
  font-weight: bold;
  color: #FFFFFF;
}

.markedpink {
  font-weight: bold;
  color: #e3007a;
}

.markedyellow {
  font-weight: bold;
  color: #ffdd00;
}