body{
  text-align:center;
  background-color:#444444;
  background-image:url(../images/ecke.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  margin:0px;
  padding:0px;
  padding-bottom:400px;
}
a{
  text-decoration: underline;
  color: #FFFF00;

}
a:hover{
  color: #FB6504;
  color:red;
  color:white;
}

#cntInfos li{
  color:#00CC00;
  font-size:9pt;
}
#cntErrors li{
  color:#FF0000;
  font-size:9pt;
}
  
#container{
  margin:auto;
  margin-top:5px;
  text-align:left;
  border:1px solid #000;
  width:827px;
  background-color:#DC4820;
}

#header{
  background-image:url(../images/bg_header.jpg);
  width:827px;
  height:139px;
}
#header img{
  margin-right:16px;
  margin-top:45px;
}
#header a{
  color:black;
}
  
#navigation{
  background-image:url(../images/bg_navi.jpg);
  background-color:#541400;
  width:827px;
  height:23px;  
}
#navigation div{
  padding-left:10px;
  padding-top:2px;  
  
  font-size:10pt;
  color: white;  
}
#navigation a{
  font-weight:bold;
  color: white;  
  text-decoration: none;  
}
#navigation a:hover,#navigation a.selected{
  color: #FBDD0B;
}

  
#subnavigation{
  /*background-image:url(../images/bg_subnavi.jpg);*/
  background-image:url(../images/bg_subnavi2.gif);
  background-color:#351000;
  background-repeat:repeat-x;
  width:827px;
  min-height:20px;
  height:auto !important;  
  height:20px;
}
#subnavigation div{  
  padding-left:20px;  
  
  font-size:9pt;
  color: white;
}
#subnavigation a{
  color: #CCC;
  text-decoration: none;
  font-weight:bold;
}
#subnavigation a:hover,#subnavigation a.selected{
  color: #FBDD0B;
}
  
#inhalt{
  width:655px;
  min-height:500px;
  height:auto !important;  
  height:500px;
  float:left;
  background-image:url(../images/bg_inhalt.jpg);
  background-repeat:no-repeat;
}
#inhaltDiv{
  margin:10px;
  margin-right:0px;
  margin-top:0px;
  padding:10px;
  padding-right:30px;
  text-align:left;  
  min-height:500px;
  height:auto !important;  
  height:500px;
  text-align: justify;
  color: black;/*
  background-color:white;
  background-color:#DC4820;*/
}
#inhaltDiv img{
  border:0px;
  margin:1px;
}
#inhaltDiv p{
  line-height:130%;
}
  
#bilder{
  width:167px;
  float:right;
  padding-top:20px;
}
#bilder img{
  float:left;
  border:none;
  width:75px;
  height:75px;
  margin-left:5px;
  margin-top:5px;
  background:#EC5830;
  background:#d64c2a;
}
#bilder div{
  border:none;
}
#bilder a{
  float:left;
  padding:0px;
  display:inline;
}
  
#footer{
  width:827px;
  height:15px;
  clear:both;
  background-color:#351000;
}
#footer div{
  padding-left:10px;
  font-size:7pt;
  color: #FFFFFF;  
  background-repeat:repeat-x;
  background-image:url(../images/bg_footer.jpg);
}
#imageViewer{
  display:none;
  position:absolute;
  text-align:left;
  background-image:url(../images/loading.gif);
  background-repeat:no-repeat;
  background-position:center;
  background-color:#000000;
  padding:5px;
  z-index:9999;
}
#imageViewerText{
  font-size:8pt;
  color: #FFFFFF;  
}
#imageViewerImg{
  border: 1px solid #A0A0A0;
}

#agenda {
	border-collapse:collapse;
}
#agenda #datum{
  width:120px;
}
#agenda td{
	border-top:1px solid black;
	border-bottom:1px solid black;
	vertical-align: top;
	padding:3px;
}

#inhalt div.menu a{
	font-weight:bold;
	text-decoration:none;
}

.reportmenu{
	border:1px dotted white;
	padding:4px;
	font-size: 8pt;
	margin-bottom:8px;
  margin-left:8px;
  width:150px;
  float:right;
}
.reportmenu a{
	color:black;
	text-decoration: none;
	font-weight:bolder;
}
.reportmenu a.selected, .reportmenu a:hover, {
	color:white;
  color: #FBDD0B;
}

#navEditor{
	display:none;
	position:absolute;
	top:200px;
	left:500px;
	width:350px;
	height:100px;
	text-align:left;
	background-color:#444444;
	color:#FFFFFF;
}
#navEditor div{
  padding:4px;
}
#navEditor_title{
	color:#FFFFFF;
	background:#000000;
	font-weight:bold;
}

.hide{
	/*display:none;*/
        border:none;
        background:none;
        width:20px;
        
}

/******************* ADMIN *********************/
.mainNavi input, .subNavi input{
	border:1px solid black;
	width:150px;

}
div.mainNavi{
	width:500px;
}
.mainNavi{
	margin-top:10px;
}
.mainNavi input{
	font-weight:bold;
}
.mainNavi input.title{
	width:180px;
}
.mainNavi a{
	font-weight:bold;
}

.subNavi{
  padding-left:30px;
}
.subNavi a{
	font-weight:normal;
}
.subNavi input{
	font-weight:normal;
}
.subNavi input.title{
	width:150px;
}

.subSubNavi{
  padding-left:30px;
}
.subSubNavi a{
	font-weight:normal;
}
.subSubNavi input{
	font-weight:normal;
}
.subSubNavi input.title{
	width:120px;
}

input.sort{
	width:60px;
}