body {
background-color:#f1f1f1;
font-family: georgia,sans-serif;
font-size: 14px;
color:#333;
margin:0;
padding:0;
}

#wrapper {
width:990px;
background-color:#f8f8f8;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#header {
width:990px;
height:114px;
background:url(images/top.png) no-repeat;
}

#header h2 {
padding:10px;
}

#nav {
width:990px;
height:20px;
background:url(images/streifen.jpg) repeat-x;
}

#nav span {
display:inline-block;
line-height: 20px;
vertical-align:middle;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
color:white;
}

#nav a:hover {
color:#ccc;
}

#content {
width:700px;
float:left;
padding:10px;
min-height:600px;
}

#kontakt td{
vertical-align: top;
}

a:hover.specs {
color:#ccc;
}

div.specs {
width: 500px;
float: left;
}

table.specs {
float: left;
width: 490px;
}

td.specs {
vertical-align: top;
padding-bottom: 20px;
}

div.specs1 {
width: 200px;
float: left;
}

table.specs1 {
width: 190px;
}

#sidebar {
width:250px;
float:right;
margin-bottom:25px;
}

#sidebar a {
color:#000066;
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#sidebar a:hover {
color:#000066;
font-weight: bold;
}

#footer {
clear:both;
width:990px;
height:30px;
border-top:1px solid #ccc;
}

#footer span {
display:inline-block;
line-height: 30px;
vertical-align:middle;
padding-left:5px;
}





