/*******************************************************
*  THM 20081209
*  layout14c1.css, http://typo3-beratung.com
*
* #323E98 -- dkl-bl -- MouseOver
* #5E80AD -- blgr -- Menupunkte
* #414243 -- dgr -- akt. Menuepkt.
*
******************************************************/
html {
	background: url('/fileadmin/h-quadrate3.png') top left repeat;
}

#kopf, #strich {
	background: #323E98 url('/fileadmin/laserschweissen.jpg') left top repeat-x;
}


/* *** Kopf (Logo und Hauptmenue) ************************************** */

	
#kopf {
	height: 165px;
	margin-bottom: 10px;
}

#logo {
	float: left;
	height: 145px;
}

#motto, #meta {
	float: right;
}
#motto  {
	width: 100%;
	height: 140px; 
	text-align: right;
	color: white;	
	background-color: transparent;
}
#meta {
	width: auto;
	text-align: right;
	padding: 0 5px;
}

#strich { margin-top: 20px; }
hr {
border-top: 1px solid #5E80AD;
border-bottom: 1px solid #323E98;
}
