/*    ----------------------------------     */
/*            HTL 1 BAU UND DESIGN           */
/*              CSS-Deklarationen            */
/*    ----------------------------------     */

#header {
	width: 980px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D7DFE5;
	background-image: url(../bilder/streifen_head_980x100.gif);
	background-repeat: no-repeat;	
	background-position: bottom;
	position: relative;
}

#htllogo {
	width: 186px;
	height: 60px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(../bilder/logo_htl1.gif);
}

#headerrechts a:link, #headerrechts a:visited {
	color: #000000;
	text-decoration: none;
}

#headerrechts a:hover, #headerrechts a:active {
	color: #000000;
	text-decoration: underline;
}