/*
 * Standardformatierungen
 */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}



/*
 * Inhaltsbereich
 */

body {
	background-color: #17326B;
	color: #FFF;
}



/*
 * Logo
 */

#logo {
    margin: 200px 0 75px 0;
    text-align: center;
    width: 100%;
}

#logo img {
    height: 85px;
    width: 700px;
}


/*
 * Untertitel
 */

#subtitle {
    display: none;
    margin: 0;
    text-align: center;
    width: 100%;
}

#subtitle img {
    height: 23px;
    width: 170px;
}

