body{
    background:#ffffed;
    background-image: url(../Bilder/cerano_01.jpg);
    font-family: verdana;
    font-size:11px;
    background-repeat: repeat-x;
    padding:0px;
    margin: 0px;
    text-align:center;
}
h1 {
    font-size:1.8em;
} 
h2{
    text-align:center;
    font-size:1.5em;
}


#navi{
    margin-top:150px;
}


#head{
    background-image: url(../Bilder/hbg6.jpg);
    min-height:250px;
}

#root{
    width:950px;
    margin:auto;
    background-image:url(../Bilder/ceranoc_02.png);
    background-repeat:repeat-y;
    padding: 0px 46px 5px 46px;
    text-align:left;
}

#footer{
    width:1042px;
    height:32px;
    margin:auto;
    text-align:center;
    padding-top:20px;
    background-image:url(../Bilder/ceranoc_03.png);
    background-repeat:no-repeat;
}

#center{
    float:left;
    width:502px;
    min-height:428px;
    padding:5px;
    margin-top:10px;
    border:1px solid #bbb;
    font-size:1.2em;
}
#center p{margin-left:15px;}

.kein_rahmen{
    border:0px;
}

.red{
    color:red;
    font-weight:bold;
    border:1px solid red !important;
}
.hidden{
    display:none;
}
.center{
    text-align:center;
}
.price{
    font-size:4.0em;
    font-weight:bolder;
    float:left;
    display:inline;
    margin-top:0px;
    padding-top:0px;
}
.right{float:right;display:inline;}
.clear{clear:both;}
.box{
    width:200px;
     min-height:100px;
     padding:3px;
     border:1px solid #bbb;
    margin-top:5px;
}
.box ul{
    list-style: circle;
   padding-left:15px;
}