/*

kuchenladen.css

*/


/* 

allgemeine Voreinstellungen
----------------------------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, 
span, a, table, td, th, form, img, li {
   margin: 0 auto;
   padding: 0;
   font-family: 'times new roman', serif;
   text-align: center;
   font-size: 62.5%;
}

* { font-size: 1em; }

body {
   background: #ffcccb url(rand-oben.gif) repeat-x top left;
}

img { border: 0; }

/* ----------------------------------------------------------------------- */


#kuchenladen {
position: relative;
margin: 61px auto 0 auto; 
text-align: left;
background: url(kuchenladen.jpg) no-repeat top left;
width: 1009px;
height: 497px;
}

#kuchenladen p {
position: absolute;
color: #a23e84;
bottom: .5em;
right: 2.9em;
font-size: 5em;
text-align: right;
letter-spacing: .01em;
font-weight: bold;
}

#kuchenladen p.cu {
position: absolute;
top: 6em;
left: 0;
color: #a23e84;
font-style: italic;
text-align: left;
}

#kuchenladen p.cu a {
color: #a23e84;
font-style: italic;
text-align: left;
font-size: 1em;
text-decoration: none;
}
