/* -----------------------------------------------------
= CSS Document
File name:	style.css
Author:		Martin Štekl, stekl.martin@email.cz
Copyright:	© 2009, Martin Štekl

= Description
Main CSS for Mozilla Firefox 3.0
----------------------------------------------------- */

/* -----------------------------------------------------
= Colors
	#ffffff - white
	#000000 - black
----------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	text-align: center;
	font: 12px Verdana, Sans, Tahoma, Arial;
	background: #333333;
}

br{
	clear: both;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	padding-top: 100px;
	width: 800px;
	height: 0px;
	background: url(images/logo.png) no-repeat;
	overflow: hidden;
}

h2{
	margin-bottom: 10px;
	margin-left: 40px;
}

h3{
	font-size: 12px;
	margin-top: 12px;
}

p{
	margin: 10px 0;
}

table{
	width: 50%;
	line-height: 1.6em;
}

th{
	vertical-align: top;
}

.mail{
	text-decoration: underline;
}

.thumb{
	padding: 8.8px;
	background: url(images/halo.png);
}

.thumb:hover{
	background: url(images/halo-h.png);
}

#map{
	position: absolute;
	top: 240px;
	margin-left: 450px;
}

#window{
	width: 876px;
	margin: 30px auto 0;
	text-align: left;
	background: #ffffff url(images/bg.png);
	color: #333333;
}

#head{
	background: url(images/bg-top.png) no-repeat;
	padding: 13px 13px 0;
	height: 130px;
}

#head ul{
	background: #00a500;
	height: 30px;
	list-style: none;
	padding-left: 20px;
	width: 830px;
}

#head ul li{
	float: left;
	font-weight: bold;
}

#head ul li a{
	color: #ffffff;
	position: relative;
	top: 9px;
	padding: 2px 20px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-right: -1px;
}

#head ul li a#active{
	background: #ffffff;
	color: #333333;
	padding: 7px 20px;
}

#main{
	padding: 30px 60px;
	background: url(images/bg.png);
	min-height: 300px;
}

#footer{
	font-size: 10px;
	text-align: center;
	padding-top: 9px;
	background: #333 url(images/bg-footer.png) no-repeat;
	color: #ffffff;
	height: 34px;
	padding-bottom: 20px;
}

#footer a{
	color: #ffffff;
}

