body {
 background-color: #fff;
 /*background: #fff url(/img/bg.jpg) fixed no-repeat center center;*/
 margin: 0;
 font: 9pt Helvetica, Arial, sans-serif;
}

a, a:hover, a:active, a:visited {
 color: #0094e9;
}

a:hover {
 text-decoration: none;
}

#streifen {
 background-color: #751b25;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 20px;
 margin-bottom: 20px;
}

#pagecontainer {
 margin: 35px 0 0 70px;
}

img {
 border: 0;
}

#forward, #back {
 width: 140px;
 height: 486px;
 position: absolute;
}

#back:hover {
 background: url(/img/zurueck.gif) no-repeat center center;
}

#forward:hover {
 background: url(/img/vorwaerts.gif) no-repeat center center;
}

#logo_menue {
 float: left;
 line-height: 7em;
 font-size: 17pt;
 padding-top: 15px;
}

#imagecontainer, .imagecontainer {
 padding-left: 400px;
}

#info, #info2 {
 font-size: 10pt;
 text-transform: uppercase;
 line-height: 2em;
 padding-left: 20px;
}

#m_portf {
 background: url(/img/portfolio.jpg) no-repeat 0 -21px;
 width: 135px; height: 21px;
}

#m_ueber {
 background: url(/img/uebermich.jpg) no-repeat 0 -21px;
 width: 115px; height: 21px;
}

table, td.about {
 line-height: 14pt;
}

td.about {
 text-align: right;
 padding-right: 9px;
 width: 74px;
 vertical-align: top;
}

.hideme {
 visibility: hidden;
}