/* ---------------------------------------------------------------------- */
/*          CSS Copyright (c) 2009 intenseblue - Thomas Pretsch           */
/* ---------------------------------------------------------------------- */


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #555555;
}

body {
  background: white url(img/bg.gif) fixed repeat;
}

.imgleft {
  float: left;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-right: 2px solid #777777;
  border-bottom: 2px solid #777777;
  text-align: left;
  padding: 5px;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 5px;
}

.imgright {
  float: right;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-right: 2px solid #777777;
  border-bottom: 2px solid #777777;
  text-align: right;
  padding: 5px;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 5px;
}

img {
  border: 0;
}




/* --------------------- Container ---------------------- */

#container {
  position: relative;
  width: 800px;
  margin: 40px auto 30px auto;
  padding: 0;
  border: none;
  background: white url(img/rand.gif) no-repeat;
  background-position: right 60px;
}




/* ------------------------ Header ------------------------- */

#header {
  position: relative;
  height: 30px;
  background: transparent url(img/logo_linie.gif) no-repeat top right;
  border: none;
  text-align: left;
  font-weight: bold;
  color: #cc8614;
}

#headerlogo {
  float: right;
  width: 335px;
  height: 56px;
}

#headerslogan {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  max-width: 400px;
}

#headerslogan a, a.visited {
  text-decoration: none;
  font-weight: bold;
  color: #cc8614;
}



/* ------------------------ Navigation ------------------------- */

#navigation {
  position: relative;
  float: right;
  margin: 70px 40px 5px 0;
  font-size: 120%;
  font-weight: bold;
  color: #888888;
  text-align: right;
  line-height: 125%;
  border: none;
}

#navlist {
  padding-bottom: 5em;
}

#navlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navlist a {
  display: block;
  color: #888888;
  background-color: transparent;
  /*width: 7.2em;*/
  padding: 0.4em 5px 0.2em 15px;
  font-weight: bold;
  text-decoration: none;
  border-right: 4px solid transparent;
}

#navlist a:hover {
  color: #0060ff;
  font-weight: bold;
  text-decoration: none;
  background-color: #e8e8e8;
  border-right: 4px solid #cc8614;
}

#navlist .current {
  color: #cc8614;
}


/* ------------------------- Content ------------------------ */

#content {
  position: relative;
  float: left;
  width: 450px;
  margin: 40px 2em 4em 80px;
  border: none;
  text-align: left;
  line-height: 150%;
  max-height: 24em;
  overflow: auto;
}

#content h1 {
/*  font-size: 130%;
  color: #721e0f; */
  line-height: 200%;
  font-size: 120%;
  font-weight: normal;
}

#content h1:first-letter {
  font-size: 160%;
}

#content h2 {
  font-size: 110%;
  color: #721e0f;
}

#content a, a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

#content a:hover, a:active, a:focus {
  text-decoration: none;
  font-weight: normal;
  color: #cc8614;
}




/* -------------------------- Footer --------------------------- */

#footer
{
	clear: both;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 13px 0px;
  border: none;
  text-align: center;
  color: #0060ff;
  font-weight: bold;
  background: white url(img/linie_unten.gif) no-repeat;
  background-position: 0 right;
}

#footer a, a.hover {
  color: #0060ff;
  background-color: transparent;
  font-weight: bold;
}
