/*---------------------------------------------------------------*/
/*		Basics		*/
	
/*---------------------------------------------------------------*/
/*		Layout		*/

#header {
	float: none;
	width: 100%;
	}
	
#welcome {
	margin-bottom: 1em;
	}

/*---------------------------------------------------------------*/
/*		Typography		*/
	
#welcome h1 {
	}
	
#welcome h2 {
	font-weight: bold;
	font-style: italic;
	}
	
#welcome p {
	}
#welcome p a:active {
	color: #CCD4DC;
	}
	
#welcome p span a {
	}
	
#welcome div#weather {
	display: none;
	}
	
#welcome #gutscheinstoerer p {
	font-style: italic;
	}
	
#welcome #gutscheinstoerer p strong {
	}
	
.maincontent img.hook {
	float: left;
	margin: -13px 0 0 1px;
	padding: 0;
	}