html,body{
 margin:0;
 padding:0;
 height:100%;
}
img{
 border:none;
}
#full{
 width:100%;
 height:100%;
}
#main{
 width:1000px;
 text-align:left;
 background:#edebe2;
} 
#top{
 background:url('/images/top.gif') no-repeat;
 height:205px;
}
#content{
 background:#edebe2;
 padding-top:15px;
 height:100%;
 padding-bottom: 50px;
}
.left_box{
 width:245px;
 float:left;
 text-align:center;
 height:100%;
 background:#edebe2;
}
.right_box{
 float:right;
 width:751px;
}
.menu{
 background:#f7f5ef;
 width:240px;
 border:none;
 margin-left:6px;
} 
.punkt_menu{
 padding-top:40px;
 padding-bottom:40px;
 padding-left:5px;
 padding-right:10px;
}
.punkt_menu a{
 color:#999a98;
 font-weight:bold;
 text-decoration:none;
}
.punkt_menu hr{
 color:#999a98;
 height:1px;
}
.h1{
 text-align:center;
 width:100%;
 color:#333333;
 font-size:13px;
 letter-spacing:2px;
}
.line{
 background:#cccbc5;
 height:1px;
}
.center{
 background:url('/images/background.jpg') repeat-y right;
 padding-left:7px;
 padding-top:15px;
 padding-bottom:10px;
 padding-right:7px;
 color:#6f6e6c;
}
.center a{
 color:#6f6e6c;
}
.center a:hover{
 color:#6f6e6c;
 text-decoration:none;
}
.footer{
 background:url('/images/bottom_background.gif') no-repeat;
 height:62px;
}
.logo{
 padding-left:45px;
}
.copy{
 width:100%;
 text-align:center;
 color:#999a98;
 font-size:12px;
}
.navibar{
 padding-bottom:15px;
 color:#333333;
 font-size:15px;
 letter-spacing:2px;
 font-weight:bold;
}
.navibar a{
 padding-bottom:15px;
 color:#333333;
 font-size:15px;
 letter-spacing:2px;
 font-weight:bold;
}