/* $Id: home.css,v 1.3 2008/09/23 19:00:11 petr Exp $ */

@charset 'UTF-8';

/* ----- Global ----- */

* {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
body {
	padding: 0;
	margin: 0;
	background: #222;
	text-align: center;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
.error {
	color: #fff;
	padding: 10px;
}

/* ----- Site ----- */
#main {
	text-align: left;
	width: 1024px;
	height: 767px;
	margin: 0 auto;
	padding: 0;
	background: #000 url('../images/home/background.jpg') no-repeat top left;
}

/* ----- Logotyp ----- */

#logo {
	position: absolute;
	padding: 612px 0 0 932px;
	margin: 0;
	background: url('../images/home/logo.gif') no-repeat bottom right;
}
#logo * {
	display: none;
}

/* ----- Menu-background ----- */

#menu1, #menu2, #menu3 {
	position: absolute;
	padding: 0;
	margin: 660px 0 0 0;
}
#menu1 {
	width: 434px;
	height: 107px;
	background: url('../images/home/menu1.gif') no-repeat bottom right;
}
#menu2 {
	width: 835px;
	height: 107px;
	background: url('../images/home/menu2.jpg') no-repeat bottom right;
}
#menu3 {
	width: 1024px;
	height: 107px;
	background: url('../images/home/menu3.jpg') no-repeat bottom right;
}

/* ----- Menu ----- */
#menu {
	position: absolute;
	padding: 0;
	margin: 680px 0 0 403px;
}
#menu ul {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	color: #fff;
}
#menu div.primary ul {
	left: 41px;
	width: 391px;
}
#menu div.secondary ul {
	left: 442px;
	width: 179px;
}
#menu ul li {
	float: left;
	display: block;
	list-style: none;
	list-style-type: none;
	width: 75px;
	text-align: center;
	overflow: hidden;
}
#menu ul li:hover {
	overflow: visible;
	z-index: 1000;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
}
#menu div.primary ul a:hover, #menu div.primary ul li a b {
	font-weight: bold;
	font-size: 14px;
}
#menu div.secondary ul li a:hover, #menu div.secondary ul li a b {
	font-weight: bold;
	font-size: 14px;
}

