* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 background-repeat: repeat-x;
}

#wrapper {
padding-top: 40px;
width: 810px;
height: 100%;
}

#header {
 width: 810px;
 float: left;
 height: 110px;
 background: url(design/banner.jpg);
}

#container {
 width:810px;
 height:100%;
 background: url(design/bg.jpg);
 float: left;

}
#leftspace {
 width:0px;
 height:100px;
 float:left;
}

#leiste {
 width:120px;
 height:0px;
 float:left;
}



/* -----------------------------------------------------------------*/

/*Start of navigation*/

#navigation {
 width:250px;
 height:400px;
 text-align:left;
 float:left;
}

#navcontainer ul
{
        list-style-type: none;
        color: #bbbbbb;
		font-style:italic;
}

#navcontainer a
{
        display: block;
        padding-top: 11px;
		padding-bottom: 11px;
		padding-left: 56px;
        width: 170px;
        border-bottom: 0px solid #eee;
        background-image: url(design/navi.jpg);
        height: 22px;
}

#navcontainer a:link, #navlist a:visited
{

        font-family: Arial;
        font-size: 16px;
        color: #5D5D5D;
        text-decoration: none;

}

#navcontainer a:hover
{
        background: url(design/navi.jpg) 0 -44px;
        color: #ffffee;
}


/*End of navigation*/

/* -----------------------------------------------------------------*/

/*Start of content*/

#content {

 padding-top: 10px;
 padding-bottom: 10px;
 width:530px;
 height:100%;
 float:left;
 text-align:left;
 margin-top: 10px;
 line-height: 1.5;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 color: black;
}

#top {
 width:530px;
 height:30px;
 float:left;
 background: url(design/verlauf_uber.jpg);
 border-style: solid;
 border-width: thin;
 border-color: #dddddd;
}

#top p {
text-align:left;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 18px;
line-height: 1.5;
color: #5D5D5D;
margin-top: 1px;
margin-left: 5px;
}

.main {
 padding-top: 5px;
 padding-left: 2px;
 width:520px;
 height:100%;
 float:left;
 text-align:justify;
}

.main p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 margin-bottom: 5px;
 margin-left: 1px;
 text-align:justify;
 margin-top: 10px;
 line-height: 1.7;
}

.main h1 {
 font-family: Arial, Helvetica, sans-serif ;
 font-size: 14px;
 text-align:left;
 font-weight: bolder;
 line-height: 1.7;
 margin-top: 10px;
}

.main a {
        margin-top: 2px;
         margin-bottom: 2px;
        color: #bbbbbb;
        text-decoration: underline;
}

.main a:visited {
        text-decoration: none;
}

.main a:hover {
        color: #cccccc;
        text-decoration: none;
}

.main a:active {
        text-decoration: none;
}

.main2 {
 padding-top: 5px;
 padding-left: 2px;
 width:490px;
 height:100%;
 float:left;
 text-align:justify;
}

.main2 h1 {
 font-family: Arial, Helvetica, sans-serif ;
 font-size: 14px;
 text-align:left;
 font-weight: bolder;
 line-height: 1.6;
 margin-top: 10px;
}

.main2 a {
        margin-top: 2px;
        margin-bottom: 2px;
        color: #bbbbbb;
        text-decoration: underline;
}

.main2 a:visited {
        text-decoration: none;
}

.main2 a:hover {
        color: #cccccc;
        text-decoration: none;
}

.main2 p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 margin-bottom: 5px;
 margin-left: 1px;
 text-align:left;
 margin-top: 10px;
 line-height: 1.6;
}

.view {
 width:100px;
 height:100%;
 float:left;
 padding-left: 20px;
 padding-top: 13px;
 border-color: #8C96A0;
}



.ref1 {
 padding-top: 5px;
 padding-left: 2px;
 height:130px;
 width:240px;
 float:left;
 text-align:center;
}

.ref2{
 padding-top: 5px;
 padding-left: 2px;
 height:130px;
 width:290px;
 float:right;
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 12px;
}


.ref2 a {
        margin-top: 2px;
        margin-bottom: 2px;
        color: #bbbbbb;
        text-decoration: underline;
}

.ref2 a:visited {
        text-decoration: none;
}

.ref2 a:hover {
        color: #cccccc;
        text-decoration: none;
}



.mainlinks {
 padding-top: 5px;
 padding-left: 2px;
 width:340px;
 height:100%;
 float:left;
}

/*End of content*/

/* -----------------------------------------------------------------*/


#footer {
 width: 810px;
 float: left;
 height: 14px;
 background: url(design/foot.jpg);
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 10px;	
 padding-top: 2px;

}

#footer a {
        
		margin-top: 1px;
		margin-bottom: 10px;
        color: #4a4a4a;

}

#footer a:visited {
        text-decoration: none;
}

#footer a:hover {
        color: #000000;
        text-decoration: none;
}

#footer a:active {
        text-decoration: none;
}

a {
        text-decoration: none;
          color: #000000;
}
a:visited {
        text-decoration: none;
          color: #000000;
}
a:hover {
        text-decoration: none;
        color: #FFFFFE;

}
a:active {
        text-decoration: none;
          color: #000000;
}


/* -----------------------------------------------------------------*/



hr{
        border: 0px;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #ffffff;
}



/* -----------------------------------------------------------------*/


.formbox {
  width: 400px;
  color: #000000;

  border: 1px solid #ffffff;
}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  float: right;
  width: 300px;
  text-align: left;
}

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
}


/* -----------------------------------------------------------------*/

.box_oben{
background: #f4f4f4 url(ecke_ol.gif) left top no-repeat;
text-align: right;
}

.box_unten{
background: #f4f4f4 url(ecke_ul.gif) left top no-repeat;
text-align: right;
}

.box_inhalt{
background: #f4f4f4;
padding: 0 20px;
}