@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    color: #875417;
    font-size: 14px;
    line-height: 130%;
    overflow: hidden;
}
#mainPopup { 
	position: absolute;
    top: 0;
    left: 50%;
    width: 600px;
    height: auto;
    margin-left: -300px;
    z-index: 200;
    overflow: hidden;
}

#contentPopup { display: block; width: 553px; height: auto; margin: 30px auto 0 auto; padding: 0; }

.wichtig { display: block; font-size: 1.5em; font-weight: bold; margin-top: 0.5em; margin-bottom: 0.8em; }
.closePopup { display: block; width: 553px; height: auto; margin: 30px auto 0 auto; padding: 0; }

h1 { margin-bottom: 0.8em; }

a:link { color: #875417; }	
a:visited { color: #875417; }	
a:hover { color: #D60000; }	
a:active { color: #42c449; }	

