/*** Cascading Style Sheets Definitionen ****/
/*** Definition der Seitenbreite ****/

div#topnavi, div#body, div#footerbox {width:951px;}
div#body-outer {width:987px;}

div#middlebox #main {width:900px}
div#middlebox-right #main {width:677px}

/* ------ Body mit Hintergrundbild ------ */

div#body {
margin:0px auto; padding-bottom:20px;
background:#0a374f;
background-image:url('../images/layout/header-bg-951.jpg');
background-position:left top;
background-repeat:no-repeat;}

div#body-outer {
margin:0px auto; padding:0px;
background:transparent;
background-image:url('../images/layout/body-shadow-986.png');
background-position:left 10px;
background-repeat:no-repeat;}

/* ------ Hauptmenu ------ */

#horiz-menu {
background-image:url('../images/layout/bg-mainmenu-928.png');
background-position:left top;
background-repeat:no-repeat;}

/* ------ Hauptbereich ------ */

#middlebox, #middlebox-right {
margin:6px 0px 20px 0px; padding-top:23px; width:100%;
background-image:url('../images/layout/content-top-928.png');
background-position:11px 13px;
background-repeat:no-repeat;}

#middlebox-right {
background-image:url('../images/layout/content-top-right-928.png');
background-position:11px top;
background-repeat:no-repeat;}

#middlebox1 {
padding-bottom: 10px; width:100%;
background-image:url('../images/layout/content-bottom-928.png');
background-position:11px bottom;
background-repeat:no-repeat;}

#middlebox-right #middlebox1 {
padding-bottom:23px;
background-image:url('../images/layout/content-bottom-right-928.png');
background-position:11px bottom;
background-repeat:no-repeat;}

#middlebox2 {
padding:0px 15px; width:100%;
background-image:url('../images/layout/content-928.png');
background-position:11px top;
background-repeat:repeat-y;}

#middlebox-right #middlebox2 {
background-image:url('../images/layout/content-right-928.png');
background-position:11px top;
background-repeat:repeat-y;}
