@charset "utf-8";
/* CSS Document */

body
{
         font-family: Arial, Verdana, sans-serif;
         background-repeat: repeat-x;
         background-color: #ffffff;
         background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
         margin: 0;
         padding: 0 0 20px 0;
         font-size: 13px;
         text-align: center;
}

.main
{
         width:1000px;
         margin: 0 auto;
         text-align: left;
         background-color: #ffffff;
         position: relative;
}

#header
{
         background:url(header.png)no-repeat;
         background-position: center;
         height: 100px;
         width: 1000px;
         margin: 0 auto;
         padding-top: 40px;
}

#header a
{
         display:block;
         height: 100px;
         width: 450px;
}

#navi
{
         background:url(navi.png) no-repeat;
         margin: 0 auto;
         height: 50px;
         width: 1000px;
         margin-top: 20px;
}

#navi ul
{
         list-style-type: none;
         margin: 0;
         padding: 0;
         display: table;
         width: 100%;
         table-layout: fixed;
         border-collapse: collapse;
}

#navi li
{
         display: table-cell;
         text-align: center;
         vertical-align: middle;
         padding-top: 14px;
         font-size: 18px;
}

a.navilink
{
         color: #000000;
         font-size: 18px;
         font-weight: bold;
         text-decoration: none;
         padding-bottom: 25px;
}

a.navilink:hover
{
         color: #e8fce0;
}

#content
{
         background-color:#e8fce0 ;
         background-position: center;
         margin: 0 auto;
         width: 1000px;
         border-radius: 30px;
         margin-top: 20px;
}

#topcontent
{
         background-position: center;
         margin: 0 auto;
         width: 1000px;
         height: 200px;
}

#links
{
         width: 596px;
         float: left;
         margin-top: 20px;
         margin-left: 50px;
}

#rechts
{
         width: 263px;
         height: 143px;
         float: right;
         margin-top: 50px;
         margin-right: 50px;
         margin-bottom: 20px;
         background-image:url(Pilz.png);
         border-radius: 30px;

}

#clear
{
         clear: both;
}

#footer
{
         background: url(footer.png);
         width: 1000px;
         height: 30px;
         margin: 0 auto;
         margin-top: 20px;
}

#footer ul
{
         list-style-type: none;
         margin: 0;
         padding: 0;
         display: table;
         width: 100%;
         table-layout: fixed;
         border-collapse: collapse;
}

#footer li
{
         display: table-cell;
         text-align: center;
         vertical-align: middle;
         padding-top: 2px;
         font-size: 18px;
}

a.footerlink
{
         color: #000000;
         font-size: 15px;
         font-weight: bold;
         text-decoration: none;
}

a.footerlink:hover
{
         color: #e8fce0;
}

#formular
{
         margin: 0auto;
         padding-top: 20px;
         padding-bottom: 20px;
         width: 1000px;
}

#karte
{
         margin: 0auto;
         padding-top: 20px;
         padding-bottom: 20px;
}

#text
{
         padding-top: 20px;
         padding-bottom: 20px;
         padding-left: 50px;
         text-align: left;
}

#elektrotechnik
{
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 50px;
          padding-right: 50px;
}

#bilder
{
         padding-bottom: 20px;
}
