/* ----------HEADLINE-------------- */


a.headnav, a.headnav:visited, a.headnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 550;
	font-stretch:extra-condensed;
	
}

a.headnav:hover {
	color: #00AFD5;
	
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 550;
	font-stretch:extra-condensed;
	
}



.headBlau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00AFD5;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-stretch:extra-condensed;
	
}



/* ---------- COPY -------------- */



a.copynav:link, a.copynav:visited, a.copynav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 23px;
	/*text-transform: uppercase;*/
}

a.copynav:hover {
	color: #00AFD5;
	
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 23px;
	/*text-transform: uppercase;*/
}

.copyBlau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00AFD5;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 23px;
	/*text-transform: uppercase;*/
}



/* ---------- CONTAINER -------------- */


#container_copy {
	height: 350px;
	width: 600px;
	padding-top: 45px;
	float: right;
	margin-right: 320px;
	text-align: right;
}


#container_copyright {
	height: 350px;
	width: 600px;
	padding-top: 45px;
	float: right;
	margin-right: 320px;
	text-align: right;
	background-image: url(bilder/niko_neuwirth.jpg);
	background-repeat: no-repeat;
	background-position: 50px 100px;
}


