/*
main colors
grüner Hintergrund                   #466023
rote Schriftfarbe                    #BE371C
grüne Schriftfarbe Rolloverlink      #087108
grüne Schriftfarbe main_nav          #ABC55D
beiger Hintergrund                   #EAE2D4
*/

/* reset spaces */
html, body, p, li, h1, h2, h3, h4, h5, h6, form {
  margin: 0px;
  padding: 0px;
}

body, p, div, td, th, input, select, textarea {
  font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
  font-size: 12px;
  line-height:20px;
}

/*Schrift*/
h1 { color:#BE371C; font-size:24px; padding:0 0 16px 0px; }
h2 { color:#BE371C; font-size:16px; font-weight:normal; }
h3 { color:#BE371C; font-size:12px; font-weight:normal; }

body { background-color:#466023; }
html, body, #wrapper { height:100%; min-height:100%; }



/*Allgemeine Styles*/
.no_distance      { padding:0px; margin:0px; } /*Designs werden z.B. mit <ul> gemacht*/
.clearall         { clear:both; font-size:0.1px; line-height:0.1px; }
img               { border:none }
.border           { border: 3px solid #FFFFFF; margin: 0 10px 0 0; }
hr                { border:none; width:637px; height:7px; background:url('/res/pics/division_content.jpg') no-repeat; }
table, table td   { border-collapse:collapse; padding:5px; border-color:black; }


/*Hyperlinks*/
a:link    { color:#BE371C; text-decoration:none; }
a:visited { color:#BE371C; text-decoration:none; }
a:focus   { color:#BE371C; text-decoration:none; }
a:hover   { color:#087108; text-decoration:underline; }
a:active  { color:#BE371C; text-decoration:none; }



/*Screen*/
#bg_top_gradient {
  height:213px;
  background-image:url('/res/pics/bg_top_gradient.jpg');
}

#header {
  height:213px;
  background:url('/res/pics/header.jpg') no-repeat;
}

#wrapper {
  height:auto;
  background:url('/res/pics/bg_body.jpg') repeat-y;
}

#container_middle {
  width:1050px;
}

#container {
  background:url('/res/pics/bg_middle_gradient.gif') top repeat-x;
}

  #bg_middle_gradient {
  }

  #container #left {
    float:left;   
    width:237px;
    background-image:url('/res/pics/bg_left.jpg');
    background-repeat:repeat-y; 
  }
  
    #container #left #logo {
      width:237px;
      height:125px;
      background:url('/res/pics/wawiki_logo.jpg');
      cursor:pointer;
    }
    
    #container #left #bg_left_gradient {
      width:237px;
      background:url('/res/pics/bg_left_gradient.jpg') no-repeat;
      padding-bottom:50px;
    }
    
    #container #left #bg_left_gradient #main_nav {
      padding: 13px 0 0 0;
    }
    
    #container #left #contact {
      color:#FFFFFF;
      padding: 0 0 0 19px;
    }
    
    #container #left #contact a {
      color:#FFFFFF;
    }
  
  #container #bg_left_content {
    float:left;
    width:31px;
    min-height:100%;
    background-image:url('/res/pics/bg_left_content.jpg');
  }
  
  #container #content {
    /*tatsächliche Breite 687px*/
    float:left;
    width:623px;
    min-height:460px;
    padding: 0 36px 0 29px;
    background:url('/res/pics/bg_content.jpg');
  }
  
  #container #bg_right_content {
    float:left;
    width:26px;
    min-height:100%;
    background-image:url('/res/pics/bg_right_content.jpg');  
  }
  
  #container #bg_right_content_gradient {
    width:26px;
    height:460px;
    background:url('/res/pics/bg_right_content_gradient.jpg');
  }
  
  #container #right {
    float:left;
    width:14px;
    min-height:460px;
    background-image:url('/res/pics/bg_right.jpg');
    background-repeat:repeat-y;
  }
  
  #container #right #bg_right_gradient {
    width:14px;
    height:429px;
    background:url('/res/pics/bg_right_gradient.jpg') no-repeat;
  }
  

  
  
/*Navigation*/
ul#sitex_nav_0 { margin:0; padding: 0 0 0 19px; list-style:none; }
ul#sitex_nav_0 li { font-weight:bold; padding:3px 0 5px 0; width:204px; background:url('/res/pics/division_left.gif') 0px bottom no-repeat; }
ul#sitex_nav_0 li.li_0_active {  }
ul#sitex_nav_0 li a { padding:0 0 0 20px; background:url('/res/pics/bullet_point_main_nav.gif') 0px -1px no-repeat; color:#FFFFFF; font-size:16px; text-transform:uppercase; }
ul#sitex_nav_0 li a:hover, ul#sitex_nav_0 li.li_0_active a { color:#ABC55D; text-decoration:none; }
ul#sitex_nav_0 li ul li { list-style:none; margin: 0px 0 -10px -20px; background:none; }
ul#sitex_nav_0 li ul li a, ul#sitex_nav_0 li.li_0_active ul li a { padding:0 0 0 10px; background:url('/res/pics/arrow_nav_level_2.gif') 0px 8px no-repeat; color:#FFFFFF; text-transform:none; font-size:12px; }
ul#sitex_nav_0 li ul li a:hover, ul#sitex_nav_0 li ul li.li_1_active a { color:#ABC55D;  background:url('/res/pics/arrow_nav_level_2_active.gif') 0px 8px no-repeat; }
ul#sitex_nav_0 li ul { margin: 0 0 5px 0; }
