/* Links */
a {
	color: Red;
}

h1{
	font-size: 24px;
	line-height: 32px;
}

h2{
	font-size: 19px;
	line-height: 25px;
}

h3{
	font-size: 15px;
	line-height: 20px;
}

h4{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

h5{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: Red;
}

a:hover {
	text-decoration: underline;
}

p{
	margin-bottom: 0px;
	margin-top: 0px;
}
li{
	margin-left: 80px;
}

td{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	
}
body {
	background-color: #FFFFFF;
	color: #222222;
   text-align:center;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(_img/body.gif);
	background-repeat: repeat-x;
}

#main
{ width: 950px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFF;  
  text-align: left;
}

#header{
	width: 950px;
	height: 270px;
	background-image: url(_img/bg_01.gif);
}
.content{
	width: 950px;
	position: absolute;
	top: 270px;
	background-image: url(_img/bg_02.gif);
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
	background-repeat: no-repeat;
	background-color: White;
	}
#img_re{
  padding-top:2px;
  margin-left:-3px;
}
.norm {
	color: #333333;
	background-color:#e1f1f9;
}
.norm td{
	font-size: 12px;
	line-height: 14px;
}
.norm input{
	font-size: 10px;
	line-height: 11px;
}
.ueber {
	color: #333333;
	background-color:#d9e6ec;
}
.ueber td{
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	padding-left: 8px;
}
.gruppen {
	color: #333333;
	background-color:#d9e6ec;
}
.gruppen td{
	font-size: 12px;
	line-height: 16px;
	padding-left: 8px;
}
.summe{
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}
