html, body {
    margin: 0;
    padding: 0;
	background: #999 url(images_basics/bg_main_2.gif) repeat-x;
}

BODY, TD {font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 16px; color: #333333}
 
#content {
	width: 760px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:95px;
	border-right:solid #FFF 1px;
}

#text {
	background-color:#efefef;
	padding: 18px 12px 0px 16px;
	border-right: 1px #FFF solid;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
  color: #990000;
  text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}

h1 {
	color: #333333;
	font-size: 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
  	text-decoration: none;
}

h2 {
	color: #990000;
	font-size: 15px;
	margin: 0 0 10px 0;
	font-weight: normal;
  	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}
p {
	margin: 0 0 10px 0;
}

.headline {
	color: #990000;
	font-size: 14px;
	font-weight: normal;
  	text-decoration: none;
}
.footer {
  	color: #666666;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
  	text-decoration: none;
}
#border {
	background-color: #F6F6F6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #999999;
}
.Feld {
	background-color: #F6F6F6;
	width: 230px;
	border-width: 1px;
  	border-style: solid;
  	border-color: #999999;
}