body {
  background: url(../pics/background.jpg) #019ae1 fixed repeat-x;
  color: #000;
  margin: 0;
  padding: 1%;
  min-width: 640px;
  font-size: 100.01%;
  font-family: Trebuchet MS, Geneva, Helvetica, Arial, Sans-Serif;
}

a { font-weight: bold; color: #09c; text-decoration: none; }
a:visited { color: #09c; }
a:hover, a:focus { color: #00f; text-decoration: underline; }


li { list-style-type: square; }


.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
/*
h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
}
*/

h1, h2, h3, h4, h5, h6 {
  color: #09c;
  font-weight: normal;
  font-family: Trebuchet MS, Geneva, Helvetica, Arial, Sans-Serif;
}

img { 
  border: none;  /*solid 1px;*/
  padding: 1px;
  max-width: 95%;
}

.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}

.fright {
  float: right;
 /* margin: 0 0 0.2em 1em;*/
/*  padding: 1px;*/
}

.right {
  text-align: right;
  color: #000;
  font-size: 0.8em;
  margin: 0 0 0.2em 1em;
}

.right a, .right a:visited {
  color: #333;
  font-size: 0.8em;
  margin: 0 0 0.2em 1em;
}

/* -- Layout -- */
#container {
  font-size: 0.8em;
  max-width: 70em;
  margin: auto;
  border: 3px solid #000;
  border-top: 0;
  border-left: 0;
  background: white;
}

#footer {
  clear: both;
  padding: 0 20px;
  font-size: 0.8em;
  color: #666;
  border-top: 1px dashed #e6e6fa;
}
#footer li {
  display: inline;
  list-style-type: none;
/*  border-left: 1px solid #333; Trennungsstrich*/
  padding: 0 10px 0 15px;
  font-weight: normal;
}
#footer li a {
  padding: 5px;
  color: #666;
  text-decoration: none;
}
#footer li a:hover, #footer li a:focus {
  text-decoration: underline;
}

/* - Logo bzw. Kopf - */
#logo {
  background: url(../pics/header.jpg) 100% 0 no-repeat white;
  height: 150px;
  padding: 0 0px;
  text-align: left;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
  letter-spacing: -3px;
  margin: 0;
  color: #000;
}

#logo img {
  border: 0;
  padding: 0px;
  max-width: 95%;
}

/* - Menue, Zeile - */
#menu {
  background: url(../pics/menubar.jpg) #09c;
  padding: 3px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
}
#menu li {
  font-size: 1.2em;
  display: inline;
  list-style-type: none;
/*  border-left: 1px solid white; Trennungsstrich */
/*  padding: 0 10px 0 15px; */
  font-weight: bold;
}

#menu li a {
  padding: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#menu li a:hover, #menu li a:focus, #menu li span {
  padding: 3px;
  color: #000;
  background: url(../pics/menubar_s.jpg) #3cc;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%;
  min-width: 10em;
  float: right;
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px solid #09c;
  font-size: 0.9em;
}

#subnav dt {
/*  background: url(../pics/hbackground.jpg) 100% 0 repeat-x white; */
  font-size: 1.2em;
  font-family: Trebuchet MS, Geneva, Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px solid #09c;
}

#subnav dt a {
  color: #000;
  font-family: Trebuchet MS, Geneva, Helvetica, Arial, Sans-Serif;
  font-weight: bold;
}

#subnav dd {
  padding: 0;
  margin: 0.2em 0;
}

#subnav li {
  line-height: 2.0em;
}

.bar {
  font-size: 0.8em;
  color: #000;
  background-color: #fff;
  padding: 0 31% 0 50px;
 border-top: 4px solid #f00;
}

.bar a, .bar a:visited {
  color: #000;
  font-weight: normal;
 }

/* - Der Hauptinhaltsteil - */
#main {
  background: white;
  padding: 0 31% 0 20px;
  line-height: 1.8em;
}

#main li { line-height: 2.0em; }

.bgheader{
  color: #fff;
  background: #09c;
}
.bgrow{
/*  background: #ADD8E6;*/
/*  background: #f3f9fd;*/
  background: #c3e9f6;
}

.itm{
  color: #09c;
  font-weight: bold;
}
/*
.hbar{
  font-weight: bold;
   margin-top: 1.5em;
  border-top: 1px dotted #000;
}
*/
#box {
  border-width:3px;
  border-style:solid;
  border-color:#00F;
  background-color:#f3f9fd;
  padding:2.5em;
  text-align:justify;
}

#small {
   font-size: 0.8em;
   line-height: 1.8em;
}

#mono a {
  color: #000;
}
