@charset "UTF-8";
/* CSS Document */

html, body{ 
    margin: 0; 
    padding: 0; 
    } 
     
html, body{ 
    height: 100%; 
    } 

* html body{ 
    height: 100%; 
    }
	
#container {
width:100%;
height:100%;
}

#grau {
float:left;
width:6px;
height:100%;
background-color:#CA351C;


}

#weiss {
float:left;
width:100%;
height:200px;
background-color:#ADADAD;


}

#intro {
float:left;
margin-left:150px;
width:500px;
margin-top:200px;
background-color:#ffffff;
font-family:Verdana, Geneva, sans-serif;
	font-size:10px;

}
#intro a {
text-decoration:underline;
color:#999999;
}

#intro a:hover {
text-decoration:underline;
color:#cccccc;
}



img {
border:none;
}

img a {
border:none;
}

