/*
    Basic Layout
*/
html, body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	color:#e7e7e7;
    background:#020d4b;
}
a:link, a:visited, a:active {
	color:#b0b0ff;
	text-decoration:none;
}
a:hover {
	color:#ffa7a7;
	text-decoration:underline;
}


/*
    DIVs und Boxing
*/

#logo {
    margin-top:50px;
    margin-bottom:50px;
    width:100%;
    text-align: center;
}

#teasertext {
    background:#ffffff;
    color:#000000;
    padding:25px;
}

#font-switcher {
    padding:25px;
    text-align:center;
    font-size:1.5em;
}


/*
    Userdefinierte Klassen
*/

.logo_gross {
    width:65%
    ;
}

.fontbutton {
    padding:10px;
    border:1px solid #ffffff;
    border-radius: 5px;
}