/********************************************/
/*  BODY  -  BODY  -  BODY  -  BODY  -  BODY*/
/********************************************/
body { 
  margin: 5px;
  color:#3D3D3D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-arrow-color:#02559B;
  scrollbar-track-color:#ffffff;

}


#logo{
  position:relative;
  left: -22px;
  top: 0px;

}


#content a {
  color:#3D3D3D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

#content a:hover {
  color:#3D3D3D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

/********************************************/
/*  LAYOUT  -  LAYOUT  -  LAYOUT  -  LAYOUT */
/********************************************/

#notdienst {
  position: relative;
  margin-top: -90px;
  margin-left: 15px;
}

#headnavi {
  height: 30px;
  vertical-align: middle;
}

div#container {
  position: absolute;
  height: 716px;
  width: 954px;
  top: 50%;
  left:50%;
}
div#container[id]
{
    margin-top: -358px;
    margin-left: -477px;
}

#fusszeile {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  height:35px;  
  text-decoration: none;
}

#fusszeile a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

#sidenavi {
  position: relative;
  top: 10px;
  left: 25px;
  clear: both;
  height: 400px;
}



/********************************************/
/*  ÜBERSCHRIFTEN  -  ÜBERSCHRIFTEN         */
/********************************************/

#h1 {
	background-image: url(/fileadmin/templates/images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:relative;
	left: -50px;  
}


#content {
  padding-top: 10px;
}

#content1 {
  position: relative;
  width: 640px;
  height: 340px;
  overflow: auto;
  padding-right: 30px;
}

/* Popup Notdienst */

.tx-rgpopup-Nest {
	position:absolute;
	border: 0px;
	width:520px;
}
	
.tx-rgpopup-dragbar {
	background-color: #CCCCCC;
	cursor:hand; 
	cursor:pointer;
	padding: 2px 0px;
}
.tx-rgpopup-left {
	font-size : 13px; 
	font-weight: bold;
	color: white;
	float: left;
	padding-right: 15px;
	padding-left: 5px;
}
		
.tx-rgpopup-right {
	text-align:right;
	padding-right: 1px;
}

.tx-rgpopup-mainNest {
	text-align: left;
	padding: 10px;
	background-color: white;
}

