/* 
 * stylesheet for ############ AAS13-Lola fuer Lulu ###############
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20071217 bms
 * lastmodified: 20071217 bms
 */


/* ### GENERAL SETTINGS ### */

body{
  color: #666;
}


a:link,
a:visited{
  color: #e18e02;
}


h2{
  color: #e18e02;
}

.wwe_form_submit,
.wwe_form_submit_js_hover {
  background-color: #ffba48;
  color: #fff;
  background-image: url(/static/img/aas13_icons/button.gif);
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit_js_hover{
  background-color: #fff;
  color: #ffba48;
  border: 1px solid #ffba48;
  background-image: url(/static/img/aas13_icons/button_hover.gif);
}


.msie6 .wwe_form_submit{
  height: 18px;
  border: 1px solid #fff;
  background: #ffba48 url(/static/img/aas13_icons/button.gif) 2px 3px no-repeat;
}

.msie6 .wwe_form_submit_js_hover{
  background: #fff url(/static/img/aas13_icons/button_hover.gif) 2px 3px no-repeat;
  height: 18px;
  border: 1px solid #ffba48;
  color: #ffba48;
}

.msie7 .wwe_form_submit{
  height: 1.47em;
  position: relative;
  top: 1px;
}

/* ### MAIN NAVIGAION ### */

#main_navigation{
  background-color: #8e8e8e;
}

#main_navigation a{
  color: #fff;
  border-bottom: 1px solid #8e8e8e;
  border-top: 1px solid #8e8e8e;
}

#main_navigation a:hover,
#main_navigation a:focus,
#main_navigation a:active{
  background-color: #f5f5f5;
  color: #8e8e8e;
}

#main_navigation .nav_line{
  border-bottom: 1px solid #ffba48;
}

#main_navigation .level1_active,
#main_navigation .level2_active{
  color: #ffba48;
}

#main_navigation .level1_path_active,
#main_navigation .level2_path_active{
  color: #ffba48;
}


/* ### MAIN CONTENT ### */

#page_body_main_container,
#page_body_main_content{
  background-color: #f5f5f5;
}

img.content_title_img{
  border: 4px solid #333;
}

#page_body_main_content .content_object a{
  background-image: url(/static/img/aas13_icons/link.gif);
}

#page_body_main_content .richtext a,
#page_body_main_content a.img_link{
  background: none;
  padding-left: 0;
}

#page_body_main_content .content_object .img_description{
  background-color: #8e8e8e;
  color: #fff;
}

#page_body_main_content .pagelist h2 a{
  background-image: url(/static/img/aas13_icons/link.gif);
}


#page_body_main_content .searchlist li{
  list-style-image: url(/static/img/aas13_icons/link.gif);
}

#page_body_main_content .img_gallery a{
  background: none;
}

#page_body_main_content .img_gallery .thumb_preview a:hover {
  border: 1px solid #e18e02;
}


/* ### RIGHT CONTENT ### */

#page_body_right_title{
  background-color: #ffba48;
}

#page_body_right_content .content_object{
  background-color: #ffba48;
}

#page_body_right_content .content_object a:link,
#page_body_right_content .content_object a:visited{
  color: #fff;
  background-image: url(/static/img/aas13_icons/link.gif);
}

#search .search_text{
  width: 183px;
}

.msie #search .search_text{
  width: 178px;
}

.msie7 #search .search_text{
  width: 173px;
}