/* @override http://www.anneschmidt.de/fileadmin/templates/anneschmidt/style.css */

/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #B9D481 url('img/bg.jpg') top center no-repeat fixed;
  /*background: #F4FDE5 url('img/bg.jpg') top center no-repeat fixed; */
  margin-top:10px;
  margin-bottom:10px;
}

A:link   { color: #9e093b; text-decoration: none }
A:visited   { color: #9e093b; text-decoration: none }
A:active   { color: #9e093b; text-decoration: none }
A:hover   { color: #9e093b; text-decoration: underline }

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('img/content_bg.jpg') top right repeat-y;
  border: 0 solid #018843;
}

#page_header {
  height: 120px;
  background: #9ACD34 url('img/header.jpg') top right no-repeat;
  clear: both;
}

#page_header h1  { color: #ffffff; font-size: 32px; font-family: verdana, arial, sans-serif; font-weight: bold; letter-spacing: -1px; margin: 0; padding-top: 30px; padding-left: 25px }

#page_header h2  { color: #018843; font-size: 11px; font-family: verdana, arial, sans-serif; font-weight: lighter; letter-spacing: 2px; margin: 0; padding-left: 25px }

#menu_bar {
  height:40px;
  background: #FFFFFF url('img/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_flags {
  height: 40px;
  background: #FFFFFF url('img/drop_shadow.gif') top left repeat-x;
  clear: none;
  top: 15px;
  float: none;
}

#menu_bar ul  { color: white; font-size: 12px; font-family: verdana, arial, sans-serif; font-weight: bold; background: #9e093b url("img/menu_bg.gif") repeat-x left top; margin-top: 0; margin-left: 0; padding-left: 0; width: 100%; float: left }

#menu_bar ul li { display: inline; }

#menu_bar ul li a
 { color: #efefef; text-decoration: none; background: #9e093b url("img/menu_bg.gif") repeat-x left top; padding: 5px 7px; float: left; border-right: 1px solid #fff }

#menu_bar ul li a:hover, #menu_bar ul li a.selected
{
  background: #FF6600 url('img/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3   { color: #9e093b; font-size: 14px; font-family: verdana, arial, sans-serif; background-color: #f4fde5; margin-top: 0; margin-bottom: 10px; padding: 4px; border: solid 1px #aae5a4 }

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h1   { color: #9e093b; font-size: 18px; font-family: verdana, arial, sans-serif; background-color: #ffffff; margin-top: 0; margin-bottom: 10px; padding: 4px; clear: both; border-bottom: 1px solid #018843 }

#left_side h2   { color: #9e093b; font-size: 15px; font-family: verdana, arial, sans-serif; background-color: #ffffff; margin-top: 0; margin-bottom: 10px; padding: 4px; clear: both }

#left_side h3   { color: #9e093b; font-size: 15px; font-family: verdana, arial, sans-serif; background-color: #ffffff; margin-top: 0; margin-bottom: 10px; padding: 4px; clear: both }

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 60px;
  background-color: #99CC33;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 1px;
  background: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
  list-style-image: url(img/arrow.gif);
}
