/* CSS for page layout */

* {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

body {
	background: #e2001a;
}

#main {
	width: 999px;
	position: relative;
	top: 0;
	margin: auto;
	background: #fff url(../images/content_bg_red.gif) repeat-y scroll 0px 0;
	text-align: left;
	margin-bottom: 15px;
}

#main.singleCol {
	background: #fff url(../images/content_bg_singleCol_jugend.gif) repeat-y scroll 0px 0;
}

#head {
	background-image: url(../images/header_bg_red.gif);
}

	#langNav li a,
	#langNav li span {
		color: #000;
	}
	
	#langNav li a:hover,	
	#langNav li a.act,
	#langNav li a.cur {
		color:#fff;
	}
	
	#midCol #printIcon {
		position: absolute;
		left: 710px;
		top: 308px;
		height:11px;
		width:14px;
		background-image:url(../images/printIcon.gif);
	}
	
	#midCol #printIcon a {
		display: block;
		height:11px;
		width:14px;
		text-indent: -9999px;
	}
	
	#midCol #buoy {
		display: block;
		width: 55px;
		height: 36px;
		background: url(../images/boje.gif) no-repeat 0 0;
		position: absolute;
		left: 646px;
		top: 286px;
	}

#footer {
	background: #e2001a url(../images/footer_bg_red.gif) no-repeat;
}

.singleCol #footer {
	background: #e2001a url(../images/footer_bg_singleCol_jugend.gif) no-repeat;
}

	#copyright {
		color: #000;
	}
	
	#copyright a {
		color: #000;
	}
	
	#metaNavBottom li a {
		color: #000;
		background: url(../images/metaNavBottom_delimiter_jugend.gif) no-repeat  2px 8px;
	}
	
	#metaNavBottom li a:hover {
		color: #fff;
	}
