@charset "utf-8";

/****************************************************
 * description:		css-styles for delikomat intro page
 * autor: 			christoph batik
 * email:			christoph.batik@keynet.at
 * web:				www.keynet.at
 * updated:			2010-03-10
 * **************************************************
 */


/* general
--------------------------------------------------- */

body {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #c41c31;
	background-image: none;
	text-align: center;
	margin: 50% 0 0 0;
}

a {
	text-decoration: none;
}


/* layout
--------------------------------------------------- */

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	float: left;
	width: 797px;
	margin: -261px 0 0 -400px;
	background-color: #fff;
	padding: 9px;
	text-align: left;
}

.top .logo {
	float: left;
}


.top a.weiter {
	float: right;
	display: block;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 50px;
}

.middle .flash {
	float: left;
	display: block;
	width: 529px; 
	height: 297px;
	margin-bottom: 8px;
}

.middle .menu {
	float: left;
}

.middle .menu a {
	display: block;
	width: 246px;
	height: 27px;
	margin: 0 0 8px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 67px 0 0 14px;
}

.middle .menu a.first {
	background-color: #610e18;
}

.middle .menu a.second {
	background-color: #891522;
}

.middle .menu a.third {
	background-color: #c41d31;
}


.bottom a {
	float: left;
	display: block;
	width: 245px;
	height: 23px;
	margin-right: 10px;
	color: #1e1b08;
	font-size: 14px;
	padding: 104px 0 0 14px;
	font-weight: bold;
}

.bottom a.first {
	background: url('../images/intro/kaffee.jpg') no-repeat center;
}

.bottom a.second {
	background: url('../images/intro/design.jpg') no-repeat center;
}

.bottom a.third {
	background: url('../images/intro/kontakt.jpg') no-repeat center;
	margin: 0;
}