/* CSS */
/* ------ CSS by Kondiment ----------------- */
/* ------ Copyright 2007 Kondiment --------- */


/* Main Properties */
/* ---------------------------------------- */
	body { margin: 0; padding: 0 0 50px 0; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #000; background: #99cc00 url(../images2/bg.gif) left top repeat-x; }
	a {	outline: none; }
/* ---------------------------------------- */


/* Fixes */
/* ---------------------------------------- */
	.clear {
		clear: both;	
	}
	
	.right {
		float: right;	
	}
	
	input.input {
		width: 324px;
		border: 1px solid #b3b3b3;
		font-size: 14px;
		padding: 2px;	
	}


	#form textarea {
		width: 324px;
		height: 80px;
border: 1px solid #b3b3b3;	
	}
	
	.row {
		width: 100px;	
	}
/* ---------------------------------------- */


/* Container */
/* ---------------------------------------- */
	#container {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 0;
margin-bottom:0px;
	}
	
	#header {
		width: 760px;
		height: 280px;
		background: transparent url(../images2/header.gif) bottom left no-repeat;	
	}
	
	#language {
		position: absolute;
		top: 0;
	}
	
	#language ul {
		margin: 0 0 0 231px;
		padding: 0;
		list-style: none;	
	}
	
	#language ul li {
		display: inline;	
	}
	
	#language ul li a {
		display: block;
		float: left;
		height: 120px;
		text-indent: -1000em;	
	}

	#czech a {
		width: 100px;
		background: #fff url(../images2/cesky.gif) top left no-repeat;
	}
	#czech a:hover {
		width: 100px;
		background: #fff url(../images2/cesky.gif) bottom left no-repeat;
	}
	
	#english a {
		margin-left: 20px;
		width: 180px;
		background: #fff url(../images2/english.gif) top left no-repeat;
	}
	#english a:hover {
		width: 180px;
		background: #fff url(../images2/english.gif) bottom left no-repeat;
	}
/* ---------------------------------------- */
	#content {
		width: 760px;
		position: relative;
		background-color: #b0efee;
		padding-bottom: 20px;
		text-align: left;
	}

	#content-form {
		width: 760px;
		position: relative;
		background-color: #b0efee;
		height:auto;
		text-align: left;
padding-bottom: 20px;
	}

	#one {
		width: 190px;
		height: 176px;
		background: #fff url(../images2/01.gif) no-repeat;
		text-indent: -1000em;
		position: absolute;
		top: 0;
		left: 22px;
	}
	#two {
		width: 190px;
		height: 176px;
		background: #fff url(../images2/02.gif) no-repeat;
		text-indent: -1000em;
		position: absolute;
		top: 176px;
		left: 22px;
	}
	#three {
		width: 190px;
		height: 205px;
		background: #fff url(../images2/03.gif) no-repeat;
		text-indent: -1000em;
		position: absolute;
		top: 352px;
		left: 22px;
	}
	
	h2 {
		margin: 0 0 0 250px;
		padding: 0;
		color: #ff9e00;
		font-size: 26px;
	}
	
	#form {
		margin-left: 229px;
		padding-top: 50px;
		width: 491px;
		height: 462px;
		background: #fff url(../images2/content.gif) no-repeat;
		_height: 492px;
	}
	
	#submit {
		width: 177px;
		height: 66px;
		background: #fff url(../images2/button.gif) no-repeat;
		border: 0;
		display: block;
		text-indent: -1000em;
		cursor: pointer;
	}
/* ---------------------------------------- */
	#footer {
		width: 760px;
		height: 40px;
		background: #b0efee url(../images2/footer.gif) bottom left no-repeat;	
	}

	#footer ul{
		margin: 0px auto;
		width: 550px;
	}
	
	#footer li{
		display: block;
		position: relative;
		float: left;
		margin: 0px 10px 0px 0px;
		width: 100px;
		list-style-type:none;
	}
	
	#footer ul a{
		display: block;
		width: 100px;
		height: 40px;
		background-color: #FFB000;
	}
	
	#footer span{
		display: block;
		position: absolute; 
		width: 100px;
		height: 40px;
		left: 0; 
		top: 0;
		z-index: 1;
	}
	
	#footer a span{
		cursor: pointer;
	}
	
	#footer a.home span{
		background: url("../images2/home.gif") left top no-repeat;
	}
	
	#footer a.home:hover span{
		background: url("../images2/home.gif") left center no-repeat;
	}
	
	#active-home span{
		background: url("../images2/home.gif") left bottom no-repeat;
	}
	
	
	
	#footer a.about span{
		background: url("../images2/about.gif") left top no-repeat;
	}
	
	#footer a.about:hover span{
		background: url("../images2/about.gif") left center no-repeat;
	}
	
	#active-about span{
		background: url("../images2/about.gif") left bottom no-repeat;
	}
	
	
	
	#footer a.services span{
		background: url("../images2/services.gif") left top no-repeat;
	}
	
	#footer a.services:hover span{
		background: url("../images2/services.gif") left center no-repeat;
	}
	
	#active-services span{
		background: url("../images2/services.gif") left bottom no-repeat;
	}
	
	
	
	#footer a.rates span{
		background: url("../images2/rates.gif") left top no-repeat;
	}
	
	#footer a.rates:hover span{
		background: url("../images2/rates.gif") left center no-repeat;
	}
	
	#active-rates span{
		background: url("../images2/rates.gif") left bottom no-repeat;
	}
	
	
	
	#footer a.contact span{
		background: url("../images2/contact.gif") left top no-repeat;
	}
	
	#footer a.contact:hover span{
		background: url("../images2/contact.gif") left center no-repeat;
	}
	
	#active-contact span{
		background: url("../images2/contact.gif") left bottom no-repeat;
	}
/* ---------------------------------------- */

#foot2{
	margin: 200px 0px 0px 0px;
	text-align: center;
margin-bottom:-50px;;
}
#foot2 p{
	color: #653D01;
	background-color: #CBFD02;
	font-size: 80%;
}
#foot2 div.adds{
	display: none;
}
#foot2 a{
	text-decoration: underline;
	color: #653D01;
	background-color: #CBFD02;
}
#foot2 a:hover{
	text-decoration: underline;
	color: #A57D41;
	background-color: #CBFD02;
}

