@charset "UTF-8";


  body { 
      	   background-color:#808080;
  	   height:auto;   	   
	   font-family: georgia;
	   font-size:100.01%; 
	   text-align:center;
           margin:0;
           padding:0;
           allowtransparency:true;           
       }

  #page {         
        /*min-height:600px;*/
     	-moz-border-radius:20px;
        height: auto;  
        /*background-color: #808080;*/ 
        text-align:left;      
 	margin: 1em auto 1em auto;
 	width:730px;
 	font-size:9pt;
	}

  #header_bg{
 	height:118px;
  	width:730px;
  	/*overflow:hidden;*/
  	margin-bottom:0px;
  	background:transparent url(images/header.gif);
  	-moz-border-radius:20px 20px 0px 0px;
  }
  
  #header{
  	height:140px;
  	width:730px;
  	/*overflow:hidden;*/
  	margin-bottom:0px;
  	/*background:-moz-linear-gradient(center top , #FFF, #FFFF7E) repeat scroll 0 0 transparent;*/
  	background-color:#fff;
  	-moz-border-radius:20px;
  }
  
  #navigation{
  	height:22px;
  	width:720px;
  	padding-left:10px;
  	/*margin-top:118px;*/
  	background-color:#000000;
  	color:#ffffff;
  	/*float:left;*/
  	-moz-border-radius: 0 0 20px 20px;
  }
         	  
  #content{
  	/*overflow:hidden;*/
  	min-height:446px;
  	height:auto;  
  	/*clear:both;*/
  	/*float:left;*/
  	/*display:inline;*/	
	background:transparent url(images/kuebel.jpg) no-repeat center bottom;
	background-color:#ffffff;
	-moz-border-radius:20px;
	margin-top:0.7em;
	padding-bottom:1em;
	padding-top:1em;
  }
  
  #content_border_top{
  	height:6px;
  	width:710px;
  	margin-left:10px;
  	margin-right:10px;
  	margin-top:10px;
  	background:transparent url(images/border_top.png) no-repeat;
  	font-size:1pt;
  	line-height:0px; 
  	/*float:left;*/
  }
  * html #content_border_top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/border_top.png', sizingMethod='crop');
	}
  
  #content_border_bottom{
 	height:6px;
  	width:710px;
  	margin-left:10px;
  	margin-right:10px;
  	/*margin-bottom:10px;*/
  	background:transparent url(images/border_bottom.png) no-repeat; 
  	/*float:left;*/
  }	
  	
  * html #content_border_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/border_bottom.png', sizingMethod='crop');
  }
  
  #content_inner{
   	/*background: transparent url(images/content.png) repeat scroll 0 0; */
   	/*min-height:414px;*/
  	height:auto;  
  	width:710px;
  	margin-left:10px;
  	margin-right:10px;
  	/*overflow:hidden;*/
  	/*float:left;*/
  	clear:both;
  }
    * html #content_inner {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/content.png', sizingMethod='crop');
  }

 
  #sideblock_left{
  	float:left;
  	width:140px;
  	margin-right:5px;
  	padding-left:5px;
  	padding-right:5px;
  	/*background-color:#ffffff;*/
  }
  
  #sideblock_left_content{
  	overflow:hidden;
  }
      	
  #mainblock{
  	/*float:right;*/
  	width:540px;
  	display:inline;
  	padding-left:5px;
  	padding-right:5px;
  }
     			
  #mainblock_content{
  	overflow:hidden;
  }
  
  #submenu_left{
	width:140px;
	height:auto;
	margin-bottom:10px;
 }



a:link, a:active { font-size: 10pt;
		   font-weight: bold;
		   color: #000000;
		   text-decoration: none; }
   
a:hover, a:active { font-size: 10pt;
		    font-weight: bold;
		    color: #000000;
		    text-decoration: underline; }
					 
a:visited{ font-size: 10pt;
	   font-weight: bold;
	   color: #000000;
	   text-decoration: none; }