﻿* {
margin: 0;
padding: 0;
font-size: 100%;
}

html{
height: 100%;
}

body{
height: 100%;
background-image: url("textur3.png");
}

#wrapper {
width: 880px;
margin: 0 auto;
/*background-color: #979387;*/
/*background-image: url("leftcolback.png");*/
height: 100%;
}

/* -------------------------------------Header- Bereich */

#header {
background-color: #2B2823;
}

/* -------------------------------------Hauptnavigation */

#nav {
font-family: Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
margin: 10px 0;
list-style-type: none;
font-size: 13px;
height: 40px;
border-top: 2px solid #eee;
border-bottom: 2px solid #ccc;
background-color: #eee;
}

#nav li {
float: left;
margin: 0;
list-style: none;
}

#nav li a {
text-decoration: none;
display: block;
padding: 0 13px;
line-height: 40px;
color: #666;
}

#nav li a:hover, #nav li.active a {
background-color: #f5f5f5;
border-bottom: 2px solid #DDD;
color: #999;
}

/* -------------------------------------Contentbereich */

#content {
clear: both;
height: 100%;
}

#leftcol {
width: 630px;
float: left;
min-height: 100%;
/* background-color: #979387; */
background-image: url("leftcolback.png");
}

#leftcol p {
font-family: arial, non serif;
font-size: 17px;
margin: 10px;
}

#leftcol li {
list-style: none;
margin-left: 8px;
}

#leftcol img{
margin: 0;
padding: 0;
}

#preis li{
margin: 10px 7px 10px 7px;
float: left;
}

#rightcol {
font-family: Arial, sansserif;
font-size: 0.8em;
color: #CCC;
float: left;
width: 250px;
/*background-color: #2B2823;*/
background-image: url("rightcolback.png");
min-height: 100%;
}

#rightcol p {
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}

#rightcol li {
list-style: none;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}

#rightcol hr {
margin: 5;
}


/* -------------------------------------Footer */

#footer {
clear: both;
}