body {  
  font-family:Verdana;
  font-size:15px;
  background:white url("./img/bg.png") fixed;
  background-repeat:repeat-x;
  background-position:left bottom;
  margin:0px;
  padding:0px;
  /*height:838px;*/
  width:100%; 
}

.spacer { width:42px;}

.logo {
  background:url("./img/header.png ") no-repeat left top;
  width:794px;
  height:160px;
  margin-bottom:15px
}

.main {
  /*background:url("./img/header.png ") no-repeat left top;*/
  width:794px;
  top:0px;
  position:relative;
  left:50%;
  margin-left:-397px;
  margin-top:15px;
  /*height:800px; TOFIX*/
  /*-moz-border-radius:10px; /* Firefox */
  /*-webkit-border-radius:10px; /* Safari, Chrome */
  /*-khtml-border-radius:10px; /* Konqueror */
  /*border-radius:10px; /* CSS3 */
}

.sidebar_top,.content_top { height:14px; }

.sidebar_top {
 background:url(/wp-content/themes/sunley/img/side_top.png);
}

.content_top {
 background:url(/wp-content/themes/sunley/img/cont_top.png);
}

.sidebar {
  /*margin-bottom:30px; 
  background-color:#FFFFFF;*/ 
  /*-moz-border-radius:10px; /* Firefox */
  /*-webkit-border-radius:10px; /* Safari, Chrome */
  /*-khtml-border-radius:10px; /* Konqueror */
  /*border-radius:10px; /* CSS3 */
  width:120px; 
  /*height:600px;*/
  /*margin-left:30px;*/
  background: white url(./img/side_bot.png) no-repeat bottom;
  /*margin-top:15px;*/
  vertical-align:top;
} 

.sidebar a { 
  text-decoration:none; 
  margin-left:5px;
}

.sidebar img { height:20px; margin-left:5px; margin-right:2px; border:0px; margin-bottom:10px; float:left; }
.sidebar div { clear:both; }

.sidebar .untermenu { height:14px; margin-left:24px; margin-bottom:10px; margin-top:4px; }

.sidebar a:visited, .sidebar a:link, .sidebar a:hover, .sidebar a:active { color:black; }

.mhelper { margin-top:5px; }

.content { 
  width:632px; 
  /*height:600px;TOFIX*/
  margin-top:15px;
  margin-left:160px; 
  /*background: url(./img/content2.png) no-repeat left bottom;*/
  /*padding-top:1px;*/
  font-size:12px;
}

/*.main_content { margin:9px; }*/

.main_content { background:white url('./img/cont_bot2.png') no-repeat bottom; width:614px; padding-left:10px; padding-right:10px; vertical-align:top; }

.maintable  { border-collapse:collapse; border-spacing:0px;}

.sideb { background:url('./img/side_bot_bot.png') no-repeat bottom; height:14px;  }
.contb { background:url('./img/cont_bot_bot.png');}
