body
{
 background-color: #959382;
 background-image: url(../images/pattern.gif);
 color: silver;
 font: 11px arial, helvetica,  sans serif;
}

div#main
{
 margin: 0px;
 padding: 0px;
 width: 900px;
 height: 564px;
 position: absolute;
 left: 50%;
 top: 10px;
 /*top: 50%;*/
 margin-left: -450px;
 /*margin-top: -275px;*/
}

a
{
 color: silver;
 text-decoration: none;
 font-weight: bold;
}

a:hover
{
 text-decoration: underline;
}

/* menue */
div#menue
{
 width: 100%;
 height: 22px;
 margin: 0px;
 padding: 0px;
}

div#menue a, div#menue a:hover, div#menue a:link, div#menue a:visited
{
 display: block;
 float: left;
 width: 110px;
 height: 100%;
 background-color: grey;
 color: grey;
 overflow: hidden;
 margin-right: 2px;
}

div#menue a#p_1
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_1_activ
{
  background: url(../images/tab_index.gif);
}

div#menue a#p_2
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_2_activ
{
 background: url(../images/tab_2.gif);
}

div#menue a#p_3
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_3_activ
{
 background: url(../images/tab_3.gif);
}

div#menue a#p_4
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_4_activ
{
 background: url(../images/tab_4.gif);
}

div#menue a#p_5
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_5_activ
{
 background: url(../images/tab_5.gif);
}

div#menue a#p_6
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_6_activ
{
 background: url(../images/tab_6.gif);
}

div#menue a#p_7
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_7_activ
{
 background: url(../images/tab_7.gif);
}

div#menue a#p_8
{
 background: url(../images/tab_grey.gif);
}

div#menue a#p_8_activ
{
 background: url(../images/tab_8.gif);
}
/* menue END */

/* streifen */
div.streifen
{
 margin: 0px;
 padding: 0px;
 height: 7px;
 overflow: hidden;
}

div.p1
{
 background: #86b902;
}

div.p2
{
 background: #e8dc4e;
}
div.p3
{
 background: #eadac0;
}
div.p4
{
 background: #d8edcb;
}
div.p5
{
 background: #ea3b3a;
}
div.p6
{
 background: #637346;
}
div.p7
{
 background: #b3a580;
}
div.p8
{
 background: #c6d176;
}

/* streifen END */


/* content */
div#content
{
 width: 100%;
 height: 516px;
 margin: 0px;
 padding: 0px;
 background: #393939 url(../images/bg1.gif);
 background-repeat: no-repeat;
 background-position: left top;
 position: relative;
}

div#content img.mainimage
{
 float: right;
 margin: 20px;
}

div.color
{
 height: 10px;
 background-color: red;
 width: 25%;
 float:left;
}

div.text_bottom
{
 position: absolute;
 bottom: 10px; left: 10px;
}

a.impressum
{
 position: absolute; 
 right: 20px; 
 top: 2px;
 color: gray;
}