@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Page layout */

body {

  font-family: Share,"FranklinGothic-Book","Franklin Gothic Book","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,"Lucida Grande",Calibri,"Trebuchet MS",Verdana,sans-serif;
  font-weight:100;
  font-size:0.9em;
  background:url(img/h1.gif) repeat-y 50px 0px #666;
}

a:link { text-decoration:none; color:#74C6F1; border-bottom: 1px solid #ABC507; }
a:visited { text-decoration:none; color:#74C6F1; border-bottom: 1px solid #ABC507; }
a:hover { text-decoration:none; color:#ABC507; border-bottom: 1px dotted #ABC507; }
a:focus { text-decoration:neone; color:#ABC507; border-bottom: 1px dotted #ABC507; }
a:active { text-decoration:none; color:#ABC507; border-bottom: 1px dotted #ABC507; position: relative; top: 1px; }

#links {
  position:fixed;
  left:50px;
  width:400px;
  background-color:#666;
}
b.runder_header {
  background:#666 none repeat scroll 0%;
  display:block;
  margin-top:75px;
}
b.runder_header b {
  background:#FEF6E2 none repeat scroll 0%;
  display:block;
  height:1px;
  overflow:hidden;
}
b.rund_1 {
  margin:0pt 5px;
}
b.rund_2 {
  margin:0pt 3px;
}
b.rund_3 {
  margin:0pt 2px;
}
b.runder_header b.rund_4, b.rund_4 {
  height:2px;
  margin:0pt 1px;
}

h1 {
  font-size:3.5em;
  color:#820F00;
  background-color:#FEF6E2;
  padding: 0px 7px 0px 7px;

}

#suche {
  position:fixed;
  left:50px;
  top:100px;
  padding:50px;
  text-align:center;
}
#suche strong {
  font-weight:bold;
}

#rechts {
  position:absolute;
  left:500px;
  top:110px;
  color:#FEF6E2;
}
small {
  font-size:0.8em;
  float:right;
  margin:10px;
}
h2 {
  font-size:2em;
  color:#FEF6E2;
  margin: 20px 0px 7px 0px;
  text-shadow: 0px 0px 8px #CACACA;
}

ol li {
  color:#FF4A12;
}

ol li p {
  width:400px;
}

ul {
  margin:0px 0px 7px 0px;
  padding:0;
}
ul li {
  background:transparent url(img/li.gif) no-repeat scroll 0px 2px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0px 0px 0px 12px;
  margin:7px 0px 7px 0px;
}

li p {
  color:#94B3C5;
}

#other_pages {
  margin-bottom:10px;
}