/* CSS Document */
/* Erstmal alle Abstände auf 0 setzen  */

html, body, div, p, h1, h2, h3, ol, 
span, a, table, td, form, img {
   margin: 0;
   padding: 0;
}

a
{
color:#83b83c;
text-decoration:none;
}

ul,li
{
line-height:18px;
}

img
{
border:none;
}

img.LinkeSeite
{
float:left;
margin:8px;
margin-left:0px;
margin-top:0px;
}

img.RechteSeite
{
float:right;
margin:8px;
margin-right:0px;
}

/*Farben*/


/* Allgemeines */

body
{
text-align:center;
width:100%;
height:100%;
background-color:#231f20;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
color:#bcbdc0;
}

#container
{
text-align:left;
height:auto;
width:772px;
margin:0px auto;
background-color:#231f20;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
color:#bcbdc0;
}

#header
{
float:left;
width:772px;
height:auto;
background-color:#231f20;
}

#logo
{
width:265px;
height:auto;
float:left;
padding:24px 0px 5px 0px;
border-bottom:4px solid #d4d600;
}

#moodboard
{
float:left;
width:457px;
padding-left:50px;
border-bottom:4px solid #d4d600;
}

#trenner
{
float:left;
width:772px;
height:auto;
text-align:right;
}

#contentContainer
{
width:722px;
padding-left:50px;
height:auto;
float:left;
}

#contentContainer { \width: 772px; }
#contentContainer { w\idth: 722px; }

#leftContent
{
float:left;
width:170px;
height:auto;
padding-top:20px;
}

#rightContent
{
float:left;
width:512px;
padding:20px 20px 10px 20px;
}

#rightContent { \width: 552px; }
#rightContent { w\idth: 512px; }

#rightContent h1
{
font-size:14px;
font-weight:bold;
margin-bottom:20px;
}

#rightContent p
{
line-height:18px;
}
