/**
 * Logo
 **/
 #head div.logo {
	float:left;
	position:relative;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
	top:20px;
	left:60px;
	height:46px;
	width:225px;
	text-indent:-1300px;
}

/**
 * Beschriftung Eingabefeld fuer die Suche
 **/
 #head label.suchetext {
	overflow:hidden;
	display:block;
	margin:32px 0px 5px 823px;
	padding:0px 0px 0px 0px;
	width:40px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}

/**
 * Position des Suchformulars
 **/
 #head form#suchform {
	margin:0px 0px 0px 822px;
	padding:0px 0px 0px 0px;
}

/**
 * Button fuer die Suche
 **/
 #suchform input.buttonSuche {
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:16px;
	border:0px;
}

/**
 * Eingabefeld fuer die Suche
 **/
 #suchform input.text {
	 float:left;
	 margin:0px 0px 0px 0px;
	 padding:2px 0px 0px 0px;
	 width:105px;
	 height:14px;
	 font-size:10px;
}
 
/**
 * Hintergrund bis zum rechten Ende der Seite aufziehen
 **/ 
 #head div.panoramabackground {
	 float:left;
	 width:100%;
	 height:182px;
}
 
/**
 * Panorama-Hintergrundbild
 **/
 #head div.panorama {
	 float:left;
	 width:980px;
	 height:182px;
}

/** 
 * Excluiv fuer Opera-Version 7-8 
 **/
 @media not tty { 
 	#suchform input.text { 
 		height:18px; 
 	}
}
