/* Standard CSS Rettung Oberengadin */
body {
background-image:url(../images/design/bg.jpg);
}


/*// TABELLENRAHMEN //*/

.border-left {
border-left: solid 1px #254492;
border-right: none;
border-bottom: none;
border-top: none;
}

.border-right {
border-left: none;
border-right: solid 1px #254492;
border-bottom: none;
border-top: none;
}

.border-bottom {
border-left: none;
border-right: solid 1px #254492;
border-bottom: none;
border-top: none;
}

.border-top {
border-left: none;
border-right: none;
border-bottom: none;
border-top: solid 1px #254492;
}

.border-all {
border-left: solid 1px #254492;
border-right: solid 1px #254492;
border-bottom: solid 1px #254492;
border-top: solid 1px #254492;
}

.border-left_right {
border-left: solid 1px #254492;
border-right: solid 1px #254492;
border-bottom: none;
border-top: none;
} 

.border-unternavi {
background-repeat: no-repeat;
border-left: none;
border-right: none;
border-bottom: none;
border-top: none;
}

.border-navi {
border-left: solid 1px #254492;
border-right: solid 1px #254492;
border-bottom: none;
border-top: none;
background-position: bottom;
background-repeat: no-repeat;
} 

.border-inhalt {
border-left: none;
border-right: none;
border-bottom: solid 1px #254492;
border-top: none;
} 

.border-werbung {
border-left: none;
border-right: solid 1px #254492;
border-bottom: solid 1px #254492;
border-top: none;
}

/*// TEXT //*/
#copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 9px;
color: #CCCCCC;
}

#punkt {
text-align: right;
padding-right: 5px;
}

#content {
padding-left: 20px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 25px;
}
