body {
	background-image: url(/views/autodanicek/www/interactive/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: none;
}

#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 43px;
  /*margin: -50px 0 0 0;*/
  background-color: #ffffff;
  border-bottom: 1px solid #c7c7c7;
  min-width: 900px;
  /*-webkit-box-shadow: 0 8px 6px -6px #cccccc;
  -moz-box-shadow: 0 8px 6px -6px #cccccc;
  box-shadow: 0 8px 6px -6px #cccccc;*/
}

#nav h1 {
	background-image: url(/views/autodanicek/www/interactive/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*letter-spacing: 8px;*/
	width: 250px;
	height: 43px;
	/*margin: 0 auto 0 auto;*/
	text-align: center;
	/*font-size: 50px;*/
	margin: 0;
	padding: 0;
	float: left;
}

#nav h1 a {
	display: block;
	width: 250px; 
	height: 43px;
	text-decoration: none;
}

#nav h1 a span {
	visibility: hidden;
}

#nav #menu {
	width: 600px; 
	height: 50px;
	float: right;
	margin: 0 10px 0 0;
	text-align: right;
}

#nav #menu a {
	/*color: #ffffff;*/
	border: none;
	text-decoration: none;
}


#nav #menu a img {
	border: none;
	text-decoration: none;
}

#content {
  /*margin: 50px 0 50px 0;*/
  padding: 50px 0 50px 0;  
}

#content #wrapper {
  /*margin-left: 1%;
  margin-right: 1%;*/
}

#content #tabulka {
  display: table;
  width: 100%;
}

#content #radek {
  display: table-row;
}

#content #bunka {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 300px;
  /*padding: 10px;*/
  min-width: 800px;
}

#loader {
	margin: 0 auto 0 auto;
	color: #ffffff;
}

#mybook {
	/*-webkit-box-shadow: 0 8px 6px -6px #cccccc;
	-moz-box-shadow: 0 8px 6px -6px #cccccc;
	box-shadow: 0 8px 6px -6px #cccccc;*/
	z-index: 2;
	
}

#mybook div.odkaz {
	position: relative;
}

#mybook div.odkaz a.osobni {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 18%;
	/* pruhledny obrazek - aby na to slo klikat i v IE*/
	background-image: url(/views/autodanicek/www/interactive/transparent.png);
}

#mybook div.odkaz a.uzitkove {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 18%;
	/* pruhledny obrazek - aby na to slo klikat i v IE*/
	background-image: url(/views/autodanicek/www/interactive/transparent.png);
}

/*#mybook div.odkaz a#tlacitko-osobni {
	position: absolute;
	bottom: 4%;
	left: 10%;
	text-align: left;
}

#mybook div.odkaz a#tlacitko-osobni img {
	width: 75%;
	height: 10%;
}*/

#navigator .nahled {
	margin-bottom: 20px;	
}

#navigator .dvoustrana {
	margin-right: 20px;	
}

#navigator a img {
	border: none;
	text-decoration: none;
}

#formular {
	background-color: #f2f2f2;
	width: 449px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
	border: 1px solid #b3b3b3;
}

#formular h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	/*background-image:*/ 
}

#formular #form1 p {
	margin: 5px 0;
}	

#formular #form1 label {
	display: block;
	width: 175px;
	float: left;
	margin: 5px 0 0 0;
}
	
#formular #form1 input, #form1 textarea {		
	width: 250px;
	border: 1px solid #000000;
	padding: 3px;
}		
	
#formular #form1 textarea {
	height: 125px;
	min-height: 125px;
	max-width: 250px;
	overflow: auto;
}					

#formular #form1 p.submit {
	clear: both;
	padding: 0 25px 2px 60px;
	margin: 0;
}	

#formular #form1 button {
	width: 93px;
	height: 31px;
	border:none;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	/*position: absolute;
	top: 5px;
	left: 368px;*/
	float: right;
	background-image: url(/views/autodanicek/www/interactive/odeslat.jpg);
	margin: 10px 20px 20px 0;
}

#formular a.form {
	color: #ffffff;
	text-decoration: none;	
}

.clear {
	clear: both;	
}