/*  body und schrift deffinitionen */
html {
  padding:0px;
  margin:0px;
}

body {
   background-color: #F5F6D4;
   font-size: 12px;
   font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
   color:#564b47;
   text-align:center;
	margin:0px;
	padding:0px;
   line-height:16px;
}



p,pre, h1 {
margin:0px 10px 10px 10px;
}

h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: #ffffff;
}


a {
color: #34526b;
font-size: 12px;
background-color:transparent;
text-decoration: none;
}

pre {
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

#box {
width:680px;
margin: 0px auto;
padding:0px;
text-align:left;
border-left:3px solid #9f2f2f;
border-right:3px solid #9f2f2f;
border-bottom:3px solid #9f2f2f;
height:100%;
background-color:#ffd820;
}

#links {
width:175px;
padding:0px;
float:left;
background-color:#ffd820;
}

#inhalt {
width:505px;
padding:0px;
float:left;
background-color:#fff;
overflow: auto;
}

#inhalt p {
   margin:0px 10px 0px 10px;
}

#links ul {
   list-style:none;
   margin:0px;
   padding:0px;
}

#links li {
   padding:4px;
   text-align:left;
   border-bottom:1px solid #9f2f2f;
}

#links li.hl {
   padding:4px;
   text-align:left;
   border-bottom:1px solid #9f2f2f;
   background-color:#ffffff;
}

#links li:hover
{
background-color: #ffffff;
}


#kopf {
background-color:transparent;
}

#kopf h1 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #f0f4e4;
background-color: #9f2f2f;
padding:5px 15px;
margin:0px
}

#kopf p {
padding:10px;
margin:0px;
}

#gewinnspiele_auflisten h2 {
   font-size:11px;
   padding-top:10px;
   color: #564b47;
   background-color: transparent;
   margin:0px 10px 0px 10px;
}

#banner {
   position:absolute;
   top:24px;
   margin-left:199px;
}

#footer {
   background-color:transparent;
   text-align:center;
   width:660px;
   margin: 0px auto;
   padding:10px;
}

#detailbox {
   margin:10px 10px 10px 10px;
}

#detailbox h2 {
font-size:11px;
color: #564b47;
background-color: transparent;
margin:0px 10px 0px 10px;
}

#detail-bild {
   width:100px;
   float:left;
}

#detail-bild img {
   max-width:100px;
   border:0px;
}

#detail-beschreibung {
   width:380px;
   float:left;
   vertical-align:text-top;
   border-bottom:30px solid #ffffff;
}

#home {
   margin:10px 10px 10px 10px;
}

#home h2 {
font-size:11px;
color: #564b47;
background-color: transparent;
margin:10px 10px 10px 10px;
}

#skyscraper {
   position: absolute;
   top:100px;
   margin-left:700px;
}
