/*Navigation des Registerreiters */
div#navireg {
	
	width: 474px;
        height: 21px;
        border-bottom: 1px solid #9e9ea0;
        margin: 0;
        padding: 0;
        margin-top: -1px;
}
h2.navireg {
        float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_navi_reg.jpg);
	height: 21px;
	width: 77px;
	border-top: 1px solid #9e9ea0;
         border-left: 1px solid #9e9ea0;
         border-right: 1px solid #9e9ea0;
	text-align: center;
}
.naviregactive {
	background-image: none;
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	height: 21px;
	width: 77px;
	text-align: center;
	border-top: 1px solid #9e9ea0;
        border-left: 1px solid #9e9ea0;
        border-right: 1px solid #9e9ea0;
}
h2.navireg:hover {
	background-image: none;
	background-color: #ffffff;
	cursor: pointer;
}
h2.navireg:visited {
	background-image: none;
	background-color: #ffffff;
	cursor: pointer;
}
/* Content des Registerreiters */
div.contreg {
	border-left: 1px solid #9e9ea0;
	border-right: 1px solid #9e9ea0;
	border-bottom: 1px solid #9e9ea0;
        background-color: #ffffff;
        width: 456px;
        height: auto;
        padding: 8px;
        margin-bottom: 10px;
        display: block;    
}

div.contreg ul,
div.contreg ol {
	padding-left: 10px;
	margin-left: 10px;
}
/*Content Element fuer Referenzen*/
div#contelementreg {
	width: 100%;
	height: 185px;
	border-bottom: 1px dotted #FFAF6A;
}
h1.imgtxtreg {
         margin-top: 10px;
         padding-top: 5px;
         position: absolute;
         width: 100%;
         height: 30px;
         font-size: 14px;
         font-weight: normal;
         font-family: Arial;
}
div#imgreg {
	position: absolute;
	width: auto;
	height: auto;
	margin-top: 35px;
}
div#txtreg {
         position: absolute;
         margin-left: 185px;
         margin-top: 30px;       
}