/*Colors*/

.blue {color:#c2e1f3;}


/*Typo*/
/*Allgemein*/
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
}

#Logo {
	background-image: url(../img/Sauber_logo.jpg);
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:150px;
	background-color: #c2e1f3;
	margin-top:40px;
}

#content {
	margin:40px 0px 0px 0px;
	font-size: 20px;
	line-height:24px;
	font-weight:bold;
}

#content #map{
	margin:40px 0px 40px 0px;
}

#adress {
	margin:20px 0px 0px 0px;
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
}

#adress div{
	text-align:center;
}

#imprint {
	cursor:pointer;
}


/*Part Content*/


