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

	
/*---------------------------------------------------------------*/
/*		Layout		*/
	
#marginleft {
	background: url("images/gutscheinstoerer/pane_topleft.gif") no-repeat;
	}
	
#header.home {
	float: left;
	width: 700px;
	height: 80px;
	background: none;
	}
	
#header.home #navigation {
	float: left;
	width: 455px;
	height: 80px;
	background: #13264E url("images/gutscheinstoerer/head_home_navigation.gif");
	text-align: right;
	}
	
#welcome {
	clear: both;
	width: 700px;
	height: 250px;
	background: url("images/gutscheinstoerer/head_home_image.jpg") no-repeat;
	}
	
#welcome #gutscheinstoerer {
	position: absolute;
	z-index: 5000;
	top: 220px;
	left: 7px;
	width: 265px;
	height: 130px;
	background: url("images/gutscheinstoerer/gutscheinstoerer.jpg") no-repeat;
	}

/*---------------------------------------------------------------*/
/*		Typography		*/
	
#welcome h1 {
	position: absolute;
	top: 80px;
	left: 357px;
	width: 245px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: url("images/gutscheinstoerer/head_home_title.gif");
	font-size: 10px;
	}
	
#welcome h1 span {
	display: block;
	text-indent: -10000em;
	}
	
#welcome h2 {
	position: absolute;
	top:  297px;
	left: 25px;
	margin: 0;
	padding: 0;
	width: 450px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align: right;
	}
	
#welcome p {
	position: absolute;
	top: 153px;
	left: 505px;
	width: 180px;
	color: #FFF;
	}
	
#welcome p a:link,
#welcome p a:visited {
	color: #FFF;
	text-decoration: underline;
	}
	
#welcome p a:hover {
	color: #FDE800;
	}

#welcome p a:active {
	color: #CCD4DC;
	}
	
#welcome p span a {
	font-size: 10px;
	}
	
#welcome div#weather {
	position: absolute;
	top: 235px;
	left: 488px;
	width: 208px;
	height: 83px;
	color: #FFF;
	}
	
#welcome #gutscheinstoerer p {
	position: absolute;
	top: 67px;
	left: 23px;
	width: 135px;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #FFF;
	text-align: center;
	}
	
#welcome #gutscheinstoerer p strong {
	font-size: 12px;
	}
	
#welcome #gutscheinstoerer p a:link,
#welcome #gutscheinstoerer p a:visited {
	text-decoration: none;
	}
	
.maincontent .block {
	width: 460px;
	margin: 5px -10px 15px -10px;
	}
	
.maincontent .block .content {
	padding: 0 9px 5px 9px;
	}
	
.maincontent img.hook {
	float: left;
	margin: -13px 0 0 1px;
	padding: 0;
	}