body{
    font-family: Helvetica, Arial, sans-serif;
    background-color: #E0E7F1;
    color: #444;
    margin: 0;
    padding: 0;
}

a:link,
a:visited{
    color: #266ED1;
}

a:hover,
a:active{
    color: #DF8F17;
}

#outline{
    width: 970px;
    background-image: url(../gfx2/content.jpg);
    margin: 0 auto;
}

#header{
    width: 970px;
    height: 230px;
    background-image: url(../gfx2/header.jpg);
}

#header h1{
    margin: 0;
    display: none;
}

#navigation{
    float: left;
    width: 250px;
    margin-left: 30px;
}

ul.navigation{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #C7D7ED;
}

ul.navigation li{
    margin: 0;
    padding: 0;
}

ul.navigation a:link,
ul.navigation a:visited{
    display: block;
    background-color: white;
    background-image: url(../gfx2/navigation.jpg);
    background-repeat: repeat-x;
    background-position: 50% 50%;
    padding: 8px 10px;
    border: 1px solid #C7D7ED;
    border-top: none;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}


ul.navigation a:hover{    
    background-image: url(../gfx2/navigation_h.jpg);
    color: #235191;
}

ul.navigation a.aktiv{    
    background-image: url(../gfx2/navigation_a.jpg);
    color: white;
}

#navigation div.box{
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid #CFDDF1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url(../gfx2/navigation.jpg);
    background-color: white;
    background-position: bottom;
    background-repeat: no-repeat;
}

#content{
    float: right;
    margin-right: 70px;
    width: 600px;
    font-size: 15px;
    line-height: 20px;
}

#content h1,
#content h2,
#content h3{
    text-align: left;
    color: #32588B;
    border-bottom: 3px solid #C7D7ED;
    padding-bottom: 0.3em;
    line-height: 1.4em;
}

.info  {

	font-size: 11px;}

#footer{
    clear: both;
    width: 970px;
    height: 100px;
    background-image: url(../gfx2/footer.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    text-align: center;
    padding-top: 55px;
    line-height: 18px;
    background-color: #E0E7F1;
}

/* ***************************************************************************
   Alte Module
*************************************************************************** */

table.preisliste{
    border: 1px solid #C7D7ED;
    border-collapse: collapse;
    font-size: 11px;
}

table.preisliste th{
    background-color: #EAECF0;
}
table.preisliste td,
table.preisliste th{
    border: 1px solid #C7D7ED;
    padding: 6px 12px;
}

#bilder_rechts {
	float: right;
	width: 360px;
	text-align: right;
}

.sterne {
	margin-left:220px;
}

div.bilderliste img{
	margin-right: 5px;
	margin-bottom: 5px;
}




/* bildleiste */
div.bildleiste img{
	border: 2px solid #006699;
}

div.bildleiste a:hover img{
	border-color: #00CCFF;
}

div.bildleiste a.bild1,
div.bildleiste a.bild2{
	margin-right: 20px;
}
