
body {
background-color: #fff;
font-size: 12px;
font-family: "Courier New";
color:#000000;  
padding:0px;
margin: 0px;
text-align : center;
background-image:url(ghost.gif); 
}

/* container to center the layout
-------------------------------------- */
#container {
width: 800px;
border: 0px solid #495255;
margin: 150px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}

/* header
-------------------------------------- */
#st_header {
height: 60px;
background-color: #fff;
background-image:url(yummy-logo.gif); 
background-repeat: no-repeat;
background-position:5% 25%;
/*erster Wert: von rechts; zweiter Wert: von oben*/
}

/* startpage content
-------------------------------------- */
#st_content {
padding: 0px;
margin: 0px;
height: 250px;
background-color: #fff;
}

/* linker Bereich, Link zur Seite
-------------------------------------- */
#leftbutton {
float: left;
font-family: "Courier New";
font-size: 400%;
letter-spacing: 3px;
font-weight: bold;
width: 400px;
background-color: #fff;
height: auto;
padding-bottom: 15px;
letter-spacing: -0.5mm;
}

#leftbutton a {
text-decoration: none;
color: black;
}

#leftbutton a:hover {
color: #FF0000;
}

/* rechter Bereich, Link zum Shop
-------------------------------------- */
#rightbutton {
float: right;
font-family: "Courier New";
font-size: 400%;
letter-spacing: 3px;
font-weight: bold;
width: 400px;
background-color: #fff;
height: auto;
padding-bottom: 15px;
letter-spacing: -0.5mm;
}

#rightbutton a {
text-decoration: none;
color: black;
}

#rightbutton a:hover {
color: #FF0000;
}


