@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

.newsEntry, .newsEntry a { 
   font-size: 11px; 
}

input, select, textarea {
   border-color: #890104; 
   border-style: solid;
   border-bottom-width: 1px;
}

body {
   font-family: Arial, sans-serif, Verdana;
   font-size: 11px;
   color: #acacac;
   background:#1e1e1e url(../../../../cms/img/bg.jpg) left top no-repeat;
/*
   background:#1e1e1e url(../../../../cms/img/bg.jpg) -100px top no-repeat;
*/
   margin:0 0 0 0;
/* 
   margin: 0 auto; 
*/
}

#x-wrapper { /**/ background:#ffe;
   width:1000px;
   text-align:center; 
   margin:0 auto;
}
#x-inner-wrapper{
   text-align:left;
}

#logo {
   position:relative;
      width: 343px;
      height: 144px;
      z-index: 1;
      left: 187px;
}

#navi {
   position:absolute;
      width: 798px;
      height: 30px;
      z-index: 2;
      left: 236px;
      top: 116px;
}

#pepes-container {
   width: 900px;
   padding-top: 35px; 
   margin-left: 178px; 
}

#inner-container {
   min-height: 600px;
   background: url(../../img/img/bg.png) left top;
}

#content-container {
   min-height: 600px; 
   padding-left: 75px; 
   width: 590px;
} 

#content {
   position:absolute;
	width: 590px;
	height: 525px;
	z-index: 3;
	left: 254px;
	top: 186px;
}

#rahmen-unten{
 height: 48px;
 background: url(../../img/img/bottom1.gif) left top; 
}

#footer-container {
 text-align: center;
}

#right-box {  
/* background:#eef; */
   position:absolute;
   width: 184px;
   height: 527px;
   z-index:3;
   left: 861px;
   top: 174px;
}

#footer {
   position:absolute;
	width: 419px;
	height: 99px;
	z-index: 3;
	left: 435px;
	top: 761px;
}


.red, .red a:link, .red a:visited, .red a:active, .red a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#890104;
	text-decoration:none;
}
.red a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#890104;
	text-decoration:underline;
}


a, a:link, a:visited, a:active, a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#890104;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#890104;
	text-decoration:underline;
}