/*   * {border: 1px solid black;}  *//* BLOCK-ELEMENTS */body {    margin: 0;    padding: 0;    background-color: #393939;    background-image: url("../img/background.jpg");    background-repeat: no-repeat;    background-position: 50% 28px;    text-align: center; /* IE < 6 */    font: 13px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;}/* INLINE-ELEMENTS */a:link { color: #CE6331; }a:visited { color:#CE6331; }a:hover { color: #CE6331; }a[name]:hover {color:inherit; text-decoration:inherit; background:inherit;}/* IDs */#container {/*    position:relative;  */   width: 672px;   height:auto;   margin-top: 28px;   margin-left: auto;   margin-bottom: 0;   margin-right: auto;   padding: 0;   text-align: left;/* IE < 6*/   color: black;   background-color: transparent;}body > div {   background-image: url("../img/transparenz.png");}#navigation {    margin: 0;    padding: 28px 84px 33px 84px;    border-bottom: #CC6635 1px solid;}#content {    margin: 0;    padding: 28px 112px 28px 112px;}