@charset "utf-8"; #wrapper { padding: 2px; max-width: 1200px; border-style: dashed; border-width: 1px; border-color:black; margin:auto; background-color:rgb(214, 209, 209); } body { font-family: 'Roboto', sans-serif; background-color: rgb(139, 80, 46); } .menuitem{ display: inline-block; width:150px; } #banner{ background-image:url("images/schule.jpg"); background-repeat: no-repeat; height: 350px; } #navigation{ } #content{ } #footer{ text-align: center; } a{ text-decoration: none; color:darkred; } a:hover{ font-size:larger; color:black; font-weight: bolder; border-style:inset; } .menuitem{ color:darkred; font-size: larger; padding-top: 3px; } a:visited{ color:brown; }