/*html*/
body {
	background-color: #ba0242;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../image/hg.jpg);
	background-repeat: repeat-x;
}
/*haupt div*/
#navbox {
	background-image: url(../image/hg_nav.gif);
	background-repeat: no-repeat;
	background-position: left 125px;
	height: 621px;
	width: 208px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 20px;
}
#bild {
	background-image: url(../image/hintergrund_frau.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 700px;
	width: 269px;
	left: 810px;
	top: 0px;
}

#contentbox {
	background-image: url(../image/hg_buehne.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 2;
	height: 619px;
	width: 562px;
	left: 240px;
	top: 20px;
}
/*normalzustand mit Infobox*/
#contentbox #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*overflow: auto;*/
	height: 550px;
	width: 310px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
	float:left;
	margin-top: 8px;
}

#infobox {
	height: 550px;
	width: 200px;
	left: 580px;
	top: 26px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 8px;
	color:#333333;
	float:left;
}
/*zweispaltig*/
#contentbox #zweispaltigLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*overflow: auto;*/
	height: 550px;
	width: 260px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
	float:left;
	margin-top: 8px;
}


#zweispaltigRechts {
    height: 550px;
	width: 260px;
	left: 580px;
	top: 26px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 8px;
	color:#333333;
	float:left;
}
/*FAQ Spezial*/
#contentbox #contentOben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow: auto;
	height: 280px;
	width: 510px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-top: 8px;
	border: 1px solid #333333;
}

#contentUnten {
	height: 240px;
	width: 510px;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
	color:#333333;
	border: 1px solid #333333;
}
/*FAQ Spezial*/
#contentFull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow: auto;
	height: 510px;
	width: 510px;
	margin-left:10px;
	margin-top: 8px;
	padding: 5px;
}

#contentOff {
display:none;
}
#fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	position: absolute;
	width: 530px;
	top: 589px;
	left: 249px;
	z-index: 40;
	height: 36px;
	background-image: url(../image/hg_fuss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#fusszeile a {
color:#FFFFFF;
}
/*format*/

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #a00540;
	margin-bottom: 1px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -4px;
}
acronym{
	color: #800040;/*color*/
	text-decoration : none;
	cursor:pointer;
}
/*navigation*/
#navbox ul {
	font-size : 12px;
	font-family: Arial, Tahoma, sans-serif;
	list-style: none;
	top: 0px;
	left: 0px;
	position: relative;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
	letter-spacing: 1px;
                }
#navbox #logo {
	background-image: url(../image/logo.jpg);
	display: block;
	height: 125px;
	width: 203px;
}
#navbox li span {
	color: #ffacac;
	display: block;
	width: 182px;
	height: 15px;
	background-image: url(../image/hg_rubrik.jpg);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 3px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}


#navbox li {
margin: 0;
list-style: none;
list-style-image: none;
			}

#navbox li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 140px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #80002d;
			}

html>body #navbox li a {
		width: auto;
		}

#navbox li a:hover {
		color: #999999;
		}

#navbox li #active {
		border-left: 10px solid #a00540;
		color: #ccc;
		}
/*nav ende*/

/*sonderformate*/

.fett {
	font-weight: bold;
}

#content a {
	color:#a00540;
	font-weight: bold;
}
/*ausgeblendet*/
#print {
display:none;
}
#box1{
display:none;
}
#box2{
	height: 120px;
	width: 120px;
	position: absolute;
	z-index: 20;
	left: 742px;
	top: 30px;
}
.klein {
	font-size: 9px;
}

/*spy tab formate*/
#contentbox #contentOben tr {
	cursor: pointer;
}
.tabHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffacac;
	background-color: #80002d;
}

.rowGerade{
background:#fff;
color:#80002d;
}
.rowUngerad{
background:#ffacac;
color:#80002d;
}
.rowHover{
	background:#80002c;
	color:#ffacac;
}
.rowSelected{
    background:#80002c;
	color:#ffacac;
	
}
#inbox {
	height: 220px;
	width: 98%;
	border: 1px solid #333333;
	overflow: auto;
	margin-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.marker {
	color: #FFACAC;
	background-color: #80002D;
	display: marker;
}
.gross {
	font-size: 16px;
}
.photo {
	border: 5px solid #CCCCCC;
	margin-top: 5px;
}
.randlos {
	margin: 0px;
}
