@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

body {
    color: #000;
    background:#be0000;
    font-family: Arial, Helvetica, "Sans Serif";
    font-size: 11px;
	margin-top:30px; 
}

/* CONTAINER */
#titel {
    width:918px;
    height:125px;
    margin:10px auto 0;
}

h1 {
    background: url("titel.jpg") transparent 0 0 no-repeat;
    font-size:1px;
    text-indent:-10000px;
    height:122px;
}

h2 {
    font-size:18px;
    text-align:center;
}

p {

}

#fuer {
    width:896px;   
    margin: 0 auto;
}  

#fb {
    height: 90px;
    width: 100px;
} 

.fb-like {
    float:left;
}    

.left {
    float:left;
    width:500px;
}    

.right {
    float:right;
    margin: 0 0 0 30px;
}    

.weiter, .weiter a {
    font-size:18px;
    color:#fff;
    text-shadow: #000 3px 3px 3px;
    text-align:center;
    width: 450;   
    margin: 20px auto;
    text-decoration: none;
}

.shadow {
    -moz-box-shadow: 3px 3px 6px #000;
    -webkit-box-shadow: 3px 3px 6px #000;
    box-shadow: 3px 3px 6px #000;
}       

#fuer div.top {
    width: 112px;
    height: 32px;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 32px; 
}

#fuer div.wall {
    width: 896px;
    height: 384px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 30px; 
}

#warum {
    width:856px;   
    margin: 20px auto 0;
    color:#000;
    font-size: 12px;
    line-height: 18px;
    padding: 20px;
    background-color: #fff;
    
}       

