/* CSS Document - Stylesheet for the Pagestructure */

body {
	text-align:center; /* Zentrierung der kompletten Seite */
	font:11px Arial, sans serif;
        margin:0;
        padding:0;
        background:white none;
}
#container {
	width:792px; /* Breite optimiert auf 800x600 Pixel */
        margin-right:auto;
        margin-left:auto;
	padding:0;
        border-top:3px solid #000;
        border-bottom:5px solid #fff;
        border-left:1px solid #fff;
        background:#fff none;
}
#header {
	height:140px;
	margin:0;
	padding:0;
	background:url(images/header.jpg);
	background-repeat:no-repeat;
}
#top {
	height:20px;
	margin:0;
	padding:0;
        background:url(images/topnav.jpg);
        background-repeat:no-repeat;
}
#left {
        float:left;
	width:169px;
	margin:0;
	padding:0;
        background-color:#cfc;
        border-top:1px solid #cfc;
        border-bottom:1px solid #cfc;
        text-align:left;
}
/******************************
#right {
        float:right;
	width:163px;
	margin:0;
	padding:0;
	text-align:left;
        border-top:1px solid #f90;
        background:none;
}
******************************/
#content {
	margin:0 0 0 170px;
	padding:0 20px 0 0;
	text-align:left;
        border-top:1px solid #fff;
        border-right:2px solid #cfc;
        border-bottom:5px solid #cfc;
        border-left:2px solid #cfc;
        background:#fff none;
}