/* BG */

body {
margin: 0px;
padding: 0px;
background-image: url(../images/bg_main.jpg);
background-repeat: repeat-x;
background-color: #ff7800;
}

.table_main {
margin-top: 10px;
}

.mangosteen {
position: relative;
width: 30px;
background-image: url(../images/mangosteen.png);
background-repeat: no-repeat;
}

/* header */

.header {
height: 241px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

.content {
min-height: 300px;
width: 773px;
background-image: url(../images/links_right.jpg);
background-repeat: no-repeat;
background-position: top right;
background-color: #ffffff;
padding: 30px 0 0 0;
}

/* content divs */
.module_right {
background-color: red;
width: 114px;

}

.container {
}

.menu_left {
width: 135px;
float: left;
}

.menu {
margin: 0px 0 0 15px;
height: 191px;
}

.order {
height: 200px;
padding: 20px 0 0 15px;
}

.inhalt {
height: auto;
float: left;
}


.footer {
height: 9px;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
}

.bottom {
height: 60px;
vertical-align: top;
text-align: center;
padding-top: 10px;
}
.startseite {
position: absolute;
left:20px;
}

