body {
  margin: 0px;
}
.field{
  width:200px;
  height:100px;
}
.row{
  width:200px;
}
a.act {
  font-weight: normal;
  color: #CC101C;
  text-decoration: none;
}

.folder {
  color: #fff;
  font-size : 14px;
  font-weight: bold;
  background-color: #CC101C;
  padding:3px;
}

.download {
  padding:3px;
  background: url('/images/bg_spacer/bg_download.gif') repeat-x;
}
a.sitemaph {
  font-weight: bold;
}
a.inact{
  font-weight: normal;
  color: #666;
  text-decoration: none;
}
.imgrahmen {
  border: solid 1px #666;
  padding: 2px;
}
.menu {
  text-decoration: none;
  color: #111111;
}
.head {
  font-size:14px;
  color:#fff;
  font-weight: bold;
}
.menuSpecial1 {
  text-decoration: none;
  color : #666;
  font-size : 9px;
  font-weight: normal;
}
.menuSpecial1:hover {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menu1 {
  text-decoration : none;
  font-size : 11px;
  font-weight: normal;
  color: #666;
}
a.menu1:hover {
  color: #CC101C;
  font-weight: normal;
  font-size : 11px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #CC101C;
  font-size : 11px;
  font-weight: normal;
}
.menu2 {
  text-decoration: none;
  color : #666;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : #CC101C;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #CC101C;
  font-size : 10px;
  font-weight: normal;
}
.menu3 {
  text-decoration: none;
  color : #666;
  font-size : 9px;
  font-weight: normal;
}
a.menu3:hover {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menuActive3 {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menu4 {
  text-decoration: none;
  color : #666;
  font-size : 9px;
  font-weight: normal;
}
a.menu4:hover {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menuActive4 {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menu5 {
  text-decoration: none;
  color : #666;
  font-size : 9px;
  font-weight: normal;
}
a.menu5:hover {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.menuActive5 {
  text-decoration: none;
  color : #CC101C;
  font-size : 9px;
  font-weight: normal;
}
.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}
A.admin {
  color : Red;
  font-size: 11px;
}
A.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}
a.red {
 color : #CC101C;
 text-decoration:none; 
}
#videoForm {  
  position: relative;
  z-index: 100;
  height: 20px;
  width: 198px;
  float: right;
  display: none;
}
.videoRow {
  width: 100px;
  height: 14px;
  border: solid 1px #e5e5e5;  
}
div#popUp {
  position: absolute;
  width: 286px;
  height: 375px;  
  top: 257px;
  left: 275px; 
  bottom: 0px;
  right: 0px;  
}
div#popUpImg {
  position: absolute;  
  top: 257px;
  left: 275px; 
  bottom: 0px;
  right: 0px;    
}
div#popUpClose {
  text-align: right;
  padding: 0px 5px;  
  font-weight: bold;
}
div#popUpClose * {
  color: #E81E10;
  text-decoration: none;
}
div#popUpContent {
  padding: 5px;
  background-color: #e81e10;   
}
div#popUpContentImg {
  /* background-color: #e81e10; */     
}
div#popUpContentHL {  
  background-color: #e81e10;
  padding-bottom: 5px;  
}
div#popUpContentHL * {
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
div#popUpContentTxt {
  height: 295px;
  overflow: auto;
  padding: 5px;
  background-color: #fff; 
}
div#popUpMore {
  margin-top: 1px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #e81e10;
  text-align: right;
}
div#popUpMore a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: url('/images/bg_spacer/moreArrow.png') right center no-repeat;
  padding-right: 8px;
}

