/*
////////////////////////////////////////////////////////////////
//
// Styles fuer das Layout
//
// Weblication® CMS Strukturdesign Version 4.7
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit Weblication® Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/


body                 
{
background-color:#000000; 
font-family:verdana, arial, sans-serif; 
font-size:11px; color:#000000; 
line-height:150%;}

/* Blöcke */

.blockMain
{
height:624px;
width:1007px;
background-color: #000000;
color: #ffffff;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: auto;
position: relative;
} 
/*Gesamter Bereich*/

.blockTop
{
height:88px;
width:1007px;
background-color: #000000;
background-image:url(/de/img/Hintergrund_head.jpg);
color: #ffffff;
margin-left: 0px;
margin-right: auto;
margin-top: 0px;
position: absolute;
}
/*Bereich oben*/

.blockleft
{
height:400px;
width:99px;
background-color: #000000;
background-image:url(/de/img/Hintergrund_links.jpg);
color: #ffffff;
margin-left: 0px;
margin-right: auto;
margin-top: 88px;
position: absolute;
}
/*Bereich links*/

.blockContent
{
height:388px;
width:797px;
background-color: #7B7A7A;
color: #ffffff;
margin-left: 99px;
margin-right: auto;
margin-top: 88px;
position: absolute;
border-color:#000000;
border-style: solid;
border-width:  6px;
}
/*Inhaltsbereich*/

.blockRight
{
height:400px;
width:99px;
background-color: #000000;
background-image:url(/de/img/Hintergrund_rechts.jpg);
color: #ffffff;
margin-left: 908px;
margin-right: 0px;
margin-top: 88px;
position: absolute;
}
/*Bereich rechts*/

.blockBottom
{
height:136px;
width:1007px;
background-color: #000000;
background-image:url(/de/img/Hintergrund_unten.jpg);
color: #ffffff;
margin-left: 0px;
margin-right: auto;
margin-top: 488px;
position: absolute;
}
/*Bereich unten*/
