@charset "utf-8";
@import url(main.css);

/****************************************************
 * description:		frontpage css-styles for delikomat
 * autor: 			christoph batik
 * email:			christoph.batik@keynet.at
 * web:				www.keynet.at
 * updated:			2009-09-16
 * **************************************************
 */


/* layout
--------------------------------------------------- */

div#banner_home {
	float: left;
}

div#banner_home img {
	display: block;
	margin-bottom: 5px;
}




/* navigation
--------------------------------------------------- */

div#navi_side .layout_box {
	height: 90px;
}


/* content (text)
--------------------------------------------------- */

div#text {
	background-color: #FAF4EB;
	float: left;
	min-height: 0;
	height: 482px;
	margin: 0 6px;
	width: 359px;
	border: 0;
	padding: 20px 30px 0 30px;
}

div#text h1 {
	color: #891522;
	font-size: 120%;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 150%;
	
}

div#text h2 {
	color: #26120B;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin: 15px 0;
}


