@import "menu.css";
@import "content.css";
@import "gallery.css";

body
{
margin: 0;
background: #11141A url(mainsection_shadow.png) repeat-y center;
overflow-y: scroll;
}

body>div
{
/*
 * Bug in clearbox 3.02
 * width: 808px;
 */
margin: auto;
}

/*
* Bugfix
*/
div#top, div#menu, div.ie_warning
{
width: 808px;
}

div>*:first-child
{
margin-top: 0;
}

div#banner
{
height: 180px;
background: url(banner.jpg) no-repeat;
}

/*
* Warnung für veraltete Browser
*/
div.ie_warning
{
color: red;
}

div[class="ie_warning"]
{
display: none;
}
