html, body {
margin: 0;
padding: 0;
}

* {
color: #0b177c;
font-family: sans, arial, verdana, tahoma, sans-serif;
}

#pagecontainer {
width: 96%;
margin: 0 auto;
border-style: solid;
border-width: 3px;
border-color: #0b177c;
background-color: #fbeede;
margin-top: 15px;
margin-bottom: 15px;
min-width: 670px;

background-image: url('backfix.png');
background-position: left top;
background-repeat: no-repeat;
}

#headertop {
height: 50px;
border-style: solid;
border-width: 3px;    
border-color: #fe980b;
border-bottom-style: none;
width: 100%;
position: relative;
right: 3px;
bottom: 3px;
background-color: #0b177c;
overflow: visible;
}

#headerbottom {
height: 50px;
background-color: #fe980b;
position: relative;
bottom: 3px;
z-index: 2;
}

#page {
width: 100%;
}

#content {
margin-left: 290px;
min-height: 500px;
padding-bottom: 40px;
}

#navigation {
width: 290px;
min-height: 552px;
float: left;
background-image: url('naviback.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#content h2 + ul {
  margin-top: 0;
  padding-top: 1em;
}

#footer {
width: 100%;
clear: both;
height: 50px;
background-color: #fe980b;
position: relative;
}

#rightpic {
position: absolute;
right: 5px;
top: 10px;
height: 80px;
width: 315px;
background-image: url('logo1.gif');
background-position:  center;
background-repeat: no-repeat;
z-index: 5;
}

#iefixright {
  position: absolute;
  right: 5px;
bottom: 10px;
height: 80px;
width: 315px;
background-image: url('logo1.gif');
background-position:  center;
background-repeat: no-repeat;
z-index: 5;
}

#leftpic {
position: absolute;
left: 5px;
top: 5px;
width: 260px;
height: 180px;
z-index: 5;
background-image: url('auto.png');
background-position: left center;
background-repeat: no-repeat;
}

#iefixleft {
position: absolute;
left: 5px;
bottom: -85px;
width: 260px;
height: 180px;
z-index: 5;
background-image: url('auto.png');
background-position: left center;
background-repeat: no-repeat;
}

#footerright {
position: absolute;
right: 10px;
bottom: 10px;
height: 105px;
width: 125px;
z-index: 5;
background-image: url('untenrechts.png');
background-position: right bottom;
background-repeat: no-repeat;
}

#footerleft {
position: absolute;
left: 90px;
bottom: 20px;
height: 150px;
width: 150px;
z-index: 5;
background-image: url('bottomleft.gif');
background-repeat: no-repeat;
background-position: left bottom;
}

#footer span {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 250px;
  text-align: center;
  line-height: 50px;
}

#navigation ul {
margin-top: 85px;
list-style: none;
margin-bottom: 130px;
}

#navigation ul li a {
font-size: 15px;
font-weight: bold;
text-decoration: none;
color: #0b177c;
}

#navigation ul li a:hover, #navigation ul li a:focus {
/*font-weight: normal;*/
padding-left: 15px;
}

#navigation ul li a:hover:focus{
padding-left: 0px;
padding-right: 15px;
}

#navigation ul li.active a {
color: #FFFFFF;
}

#navigation ul li, #navigation ul li + li + li + li + li + li + li {
margin-bottom: 34px; 
margin-left: 20px;                
}

#navigation ul li + li, #navigation ul li + li + li + li + li + li{
margin-left: 35px;
}

#navigation ul li + li + li, #navigation ul li + li + li + li + li  {
margin-left: 43px;
}

#navigation ul li + li + li + li {
margin-left: 49px;
}




h1 {
display: none;
}

#content p {
padding: 10px;
margin: 0;
line-height: 140%;
font-size: 90%;
}

hr {
  margin: 10px;
  padding: 0;
  background-color: #0b177c;
  color: #0b177c;
  border-style: none;
}

#content h2 {
/*margin: 0;
padding: 0;
text-align: center;
font-weight: normal;
padding-top: 1em;
padding-bottom: 0.5em;
padding-bottom: 1em;*/
display: none;
}

#content p a, #content ul a  {
color: #fe980b;
text-decoration: none;
}

#content p a:hover, #content ul a:hover {
text-decoration: underline;
}

#content p strong {
color: #fe980b;
}

#content p + ul {
  margin-top: 0;
}

form {
  width: 100%;
}

form fieldset {
  margin: 1em;
  padding: 1em;
  position: relative;
}

form fieldset input, form fieldset select {
  width: 100%;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2px;
  border-color: #fe980b;
  background-color: transparent;
  z-index: 5;
  position: relative;
  font-size: 15px;
}

form fieldset input, form fieldset textarea {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2px;
  border-color: #fe980b;
  background-color: transparent;
  z-index: 5;
  position: relative;
  font-size: 15px;
  text-shadow: #fbeede 0 0 5px;
}

form fieldset input:focus,  form fieldset textarea:focus{
  background-color: #fbeede;
}

form fieldset label {
  position: absolute;
  right: 2.5em;
  line-height: 25px;
  height: 25px;
  z-index: 0;
  text-align: right;
  color: #aaaaaa;
  font-weight: bold;
}

#content ul li {
  font-size: 90%;
}
