* {
margin: 0;
padding: 0;
}
body {
background:#404 url(images/mainbg.gif) repeat-y top center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 86%;
line-height: 1.4;
text-align: center;
}
#komplett {
margin: 0 auto;
width: 750px;
text-align: left;
}
#header {
background:#404 url(images/logo.jpg) no-repeat;
height: 124px;
}
#toolbar {
text-align: center;
line-height: 2.5em;
height: 2.3em;
padding-top:0.3em;
padding-right:1em;
background-color: #ACACAC;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #91959d;
font-size: 86%;
}
html>body #toolbar {
height:auto;
padding-top:0;
}
#mainmenu {
float: left;
width: 160px;
}
#mainmenu #menu-listings {
margin: 0px 5px 0px 5px;
}
#mainmenu ul {
list-style-type: none;
}
#mainmenu ul li {
margin: 2px 0px 0px 0px;
}
#mainmenu ul li.trenner {
border-bottom: 1px solid #91959d;
margin: 2px 0px 10px 0px;
}
#mainmenu ul li a {
display: block;
text-decoration: none;
font-size: 80%;
border: 1px solid #ACACAC;
background-color: transparent;
color: #000;
}
#mainmenu ul li a:hover {
display: block;
text-decoration: none;
font-size: 80%;
background-color: #c9c9c9;
color: #000;
border: 1px solid #fff;
}
/* Content */

#content {
float:left;
padding: 10px 0 0 10px;
width:570px;
}
#content p {
padding: 3px 0px 0px 3px;
}

/* Content Container */
.aussen {
background-color: #DCEFFF;
border: 1px solid #9B9B9B;
margin-bottom:10px;
}
.innen {
background-color: #fff;
color: #E4ECF1;
border: 1px solid #61686E;
margin: 2px 2px 2px 2px;
}
strong {
font-weight:bold;
font-style:normal;
}
img {
border:0 none;
}

/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 text-decoration:none;
 font-weight: normal;
 color:#000;
}

a:hover, a:active {
 color:#000;
 font-weight: normal;
 text-decoration:underline;
}

/* Tabellen Design*/

table {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border-collapse: collapse;
  color: #333;
}
table thead tr th, table.thead th {
  background: #DCEFFF;
}
.thead {
  width:100%;
  border:none;
}
.thead * {
  border:none;
  vertical-align:middle;
}
table tfoot tr th, table tfoot tr td { /* notwendig? sinn? */
  color: #000;
  font-weight: bold;
}
table tfoot tr th {
  width: 20%;
}
table tfoot tr td {
  width: 80%;
}


/* Flyer Auswahl Schritt 1 */
table td, table th {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
line-height: 1.2em;
font-size: 0.9em;
vertical-align: middle;
}
table tr.odd th, table tr.odd td {
background: #efefef;
}
table#select {
width:100%;
}
table#select select {
width:8em;
}
#bestellvortschritt { /* Bestellvortschritt */
height:2.5em;
background-color:#fff;
color:#000;
font-size:0.8em;
}
