html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
/* The header and footer */
.headfoot {
	display:block;
	height:70px;
	text-align:right;
	background-image: url(../img/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	padding-top: 5px;
	background-color: #F2EEEB;
}

/* This bit does all the work */
#container {
	position:relative;
	display:block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg-h.gif);
	background-repeat: repeat-y;
	background-position: 1px;
}
#inner {
	display:block;
	padding:0px;
	width: 900px;
	background-image: url(../img/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	float:left;
	position:relative;
	width:250px;
	left:0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#center {
	position:relative;
	display:block;
	width: 550px;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 45px;
	background-image: url(../img/bg-content.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#center p {
	line-height: 1.5em;
}

.pfeil-punkt {
	background-image: url(../img/pfeil-punkt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	text-decoration: none;
}

.pfeil-punkt a:link, .pfeil-punkt-small a:visited {
	color: #666666;
	font-size: 1em;
	text-decoration: none;
}
.pfeil-punkt a:link, .pfeil-punkt a:visited {
	color: #666666;
	font-size: 1em;
	text-decoration: none;
}
.pfeil-punkt a:hover {
	color: #CC0000;
	text-decoration: none;
}



.clear {clear:both;}

/*

#inner a:visited, a {color:#000; text-decoration:none; cursor:default;}
#inner a:active, #inner a:focus {color:#fff; text-decoration:none; background:transparent; cursor:default;}
#inner a:active span, #inner a:focus span {display:block;}
*/

a:visited, a:link {
	text-decoration:underline;
	color: #CC0000;
}
a:hover {
	text-decoration:none;
	color: #666666;
}

.headfoot a:visited, .headfoot a:link {
	text-decoration:none;
	color: #999999;
	font-size: 11px;
}
.headfoot a:hover {
	text-decoration:none;
	color: #666666;
}

em {font-weight:bold;}
.header {
	display:block;
	height:80px;
	color:#fff;
	font-size:30px;
	background-image: url(../img/logo-reger.gif);
	background-repeat: no-repeat;
	background-position: 80px;
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	overflow: hidden;
	text-indent: -5000px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
#content a.round, #content a.round:link, #content a.round:visited {
	color: #FFFFFF;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #FF6600;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	
}
#content a.round:hover {
	color: #333333;
	background-color: #FFFFFF;
}
#menu {
}
p.pfeil-punkt-small {
	background-image: url(../img/pfeil-punkt-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 1.1em;
}
a.pfeil-punkt-small:link, a.pfeil-punkt-small:visited {
	background-image: url(../img/pfeil-punkt-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #CC0000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 1.1em;
	text-decoration: none;
	padding-right: 15px;
}
a.pfeil-punkt-small:hover {
	background-image: url(../img/pfeil-punkt-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 1.1em;
	text-decoration: none;
	padding-right: 15px;
}
h2 {

	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

