/*
========================================================
basics
========================================================
*/
html,body {
font-family: arial;
font-size: 12px;
color: #000000;
margin: 0;
padding: 0;
background-color: #c4a78d;
text-align: center;
}

strong {
font-weight: bold;
font-size: 12px;
}

h1 {
font-weight: bold;
color: #731416;
letter-spacing: 2px;
font-size: 14px;
margin: 0 0 10px 0px;
padding: 0;
}

h2 {
font-weight: bold;
color: #731416;
letter-spacing: 2px;
font-size: 14px;
margin: 0 0px 10px 5px;
padding: 0;
text-align: left;
}


p {
margin: 0;
padding: 0;
color: #731416;
}

strong {
font-weight: bold;
}

/*
========================================================
links
========================================================
*/

a:link, a:visited, a:active {
font-weight: bold;
color: #731416;
text-decoration: none;
}

a:hover{
font-weight: bold;
text-decoration: none;
color: #fff;
}

a:link.active, a:active.active, a:visited.active, a:hover.active{
font-weight: bold;
text-decoration: none;
color: #fff;
}

/*
========================================================
img
========================================================
*/

.image_link_border{
border:0;
}

/*
========================================================
navigation
========================================================
*/

#nav
{
list-style-type: none;
padding: 37px 0 3px 346px;
margin: 0 0 0 0;
color: #731416;
font-weight: bold;
font-size: 13px;
}

#nav li
{
border-left: 2px solid #731416;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 3px .5em;
}

#nav li#first{
border:0;
}


/*
========================================================
layout
========================================================
*/

#site{
 width: 910px;
 margin: 0 auto 0 auto;
}

#head{
margin: 10px 0 0 0;
}

#logo{
float:left;
margin: 0 0 0 34px;
}

*+html #logo{
margin: 0 0 -3px 34px;
}

#content{
background-color: #BA9879;
background-image: url(../img/content.jpg);
background-repeat: no-repeat;
background-position: 2px 0;
padding: 0 210px 100px 210px;
margin: 0px 0 0 0;
text-align: justify;
}

*+html #content{
margin: -3px 0 0 -1px;
}

#content_kontakt{
background-color: #BA9879;
background-image: url(../img/content_kontakt.jpg);
background-repeat: no-repeat;
background-position: 2px 0;
padding: 0;
margin: 0px 0 0 0;
text-align: center;
padding: 100px 0px 180px 340px;
}

*+html #content_kontakt{
margin: -3px 0 0 -1px;
}

#content_ausstattung_preise{
background-color: #BA9879;
background-image: url(../img/content_ausstattungen_preise.jpg);
background-repeat: no-repeat;
background-position: 2px 0;
padding: 20px 0 0 120px;
margin: 0px 0 0 0;
}

*+html #content_ausstattung_preise{
margin: -3px 0 0 -1px;
}

/*
========================================================
table
========================================================
*/

table#austpreis {
width: 775px;
text-align: left;
vertical-align: top;
}


table {
width: 350px;
text-align: left;
vertical-align: top;
color: #731416;
}

table.right {
width: 375px;
}

table td {
vertical-align: top;
padding: 0;
}

table td.last {
padding: 0 0 15px 0;
}

table td strong {
padding: 0 15px 0 0;
}


table td li {
margin: 0;
padding: 0;
}

.preis {
width: 50px;
text-align: right;
}
