/* Hintergrund hinter dem Design */
body {
);
background-color: #000;
background-position: center top;
background-repeat: no-repeat;}
/* Werbung mittig platzieren */
table {margin: auto; }
/* Design-Container */
#container {
margin: auto;
width: 976px;
height: 559px;
background-image: url(https://img.webme.com/pic/g/grafik-werkstatt/r.jpg);
overflow: hidden; }
/* Headerfeld entfernt mit */
#header_container { display: none; }
/* Seiteninhalt */
#content {
float: left;
width: 496px;
height: 420px;
padding-right: 20px;
margin-left: 90px;
margin-top: 50px;
text-align: left;
color: #c9c9c9;
font-size: 15px;
font-family: arial;
overflow: auto; }
/* Titel im Seiteninhalt entfernt */
h2#title {display: none; }
/* Feld der rechten Box */
#sidebar_container {
float: right;
width: 250px;
padding: 15px;
margin-top: 290px;
margin-right: 65px;
color: #FFFFFF;
font-size: 14px;
font-family: arial;
border: 2px solid #444444;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
overflow: hidden; }
/* Titel über Box entfernt mit */
#sidebar_heading {display:none; }
/* Aufzählungspunkte vor Links entfernt mit */
ul {list-style-type: none; }
/* Feld der Navi-Links */
li.nav_element {
margin: 0px; }
/* Aussehen der Navi-Links */
li.nav_element a {
display:block;
width: 130px;
height: 25px;
line-height: 25px;
padding-left: 40px;
color: #FFFFFF;
font-family: arial;
font-size:13px;
text-decoration: none;
outline:none;
background-image: url(https://img.webme.com/pic/g/grafik-werkstatt/rb_1.png);
background-repeat: no-repeat; }
/* Hover Effekt */
li.nav_element a:hover {
background-image: url(https://img.webme.com/pic/g/grafik-werkstatt/rb_2.png);}
/* aktuell besuchte Seite anzeigen */
li.checked_menu a {
background-image: url(https://img.webme.com/pic/g/grafik-werkstatt/rb_3.png);}
/* Feld der Navigation Position */
#nav_container {
position: absolute;
left: 50%; /* nicht ändern */
top: 125px;
margin-left: 150px; }
/* Titel der Navi */
#nav_heading {
padding-left: 10px;
margin-bottom: 20px;
color: #FFFFFF;
font-size: 13px;
font-family: arial;
font-weight: normal;}