@import url("css/menu.css");

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}


a:link {text-decoration:none;color:FF0000;}
a:hover {text-decoration:underline}
a:visited {text-decoration:none;color:FF0000;}

BODY {
	background-image: url(media/bg9.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16pt;
} /* Required for percentage heights below */
    
  #header {
	position: fixed;
	left: 110px;
	width: 800px;
	height: 40px;
	top: 40px;
	right: 0;

   
      }
      #sidebar {
        position: fixed;
        width: 110px;
        height: auto;
        top: 100px;
        right: auto;
        bottom: 100px;
        left: 0;
      }
      #main {
        position: fixed;
	overflow:auto;
        width: 638px;
        height: auto;
        top: 70px;
        right: 0;
        bottom: 199px;
        left: 110px;
		background-image:url(media/white_transp.png);
		background-repeat:repeat;
	
      }
      #footer {
        position: fixed;
        
        width: 100%;
        height: 199px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
      }
    
     #ContentPane {
        position:relative;
	    width: 608px;
        top: 8px;
        right: 20px;
        bottom: 10px;
        left: 15px;
      }  
	  
    h1 {
	font-family: font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:normal;
	color: #71040A;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #666666;
 border-bottom: transparent;
}



