body {
    background-color: #FDF1BD;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11pt;
    line-height:120%;
    padding: 0px;
    margin: 0px;
}
h1{
    font-style: italic;
    font-size: 1.6em;
    line-height: 1.6em;
}
h2{
    font-size: 1.5em;
    line-height: 1.5em;
}
h3{
    font-size: 1.4em;
    line-height: 1.4em;
}
h4{
    font-size: 1.3em;
    line-height: 1.3em;
}
h5{
    font-size: 1.2em;
    line-height: 1.2em;}
h6{}

a:link { 
    color: #5A57A5;
}
a:visited { 
    color: #5A57A5;
}
a:hover { 
    text-decoration: none;
    color: #5A57A5;
    background-color: #FEC20F;
}
a:active { 
    color: #5A57A5;
}

#wrapper
{
    min-height: 850px;
    width: 800px;
    margin: 10px auto;
    font-size: 0.9em;
    border: 1px solid #FEC20F;
    background-image: url(b/hintergrund2012.jpg);
    background-repeat: repeat-y;
}

#links
{
    float: left;
    width: 130px;
    padding: 10px 0px 5px 10px;
}

#mitte
{
    width: 499px;
    float: left;
    margin-left: 5px;
    display: inline;
    padding: 0px 5px 5px 5px;
    background: #FFFFFF;
}
#kopf {
    height: 145px;
    width: auto;
    background-image: url(b/kopf.gif)
}
#navlist{
    left:0px;
    top:0px;
    width:135px;
}
#navlist a:link { 
    color: #F46F21;
    text-decoration: none;
}
#navlist a:visited { 
    color: #F46F21;
    text-decoration: none;
}
#navlist a:hover { 
    text-decoration: none;
    color: #F46F21;
    background-color: #fff;
}
#navlist a:active { 
    color: #fff;
    text-decoration: none;
}
#navlist a.preis{
	color:#D2212A;
}

#navlist ul{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
.eingabe {
    border: 1px solid #FEC20F;
    background-color: #FFFCD6;
    width: 350px;
}
.knopf {
    border: 1px solid #F46F21;
    background: #FFFCD6
}
.knopf:hover {
    border: 1px solid #811F05;
}

.hinweis {
    font-size: 0.8em;
    color: red;
    border: 1px solid orange;
}

