/*
Theme Name: WAGON SERVICE travel
Theme URI: http://www.wagonservice.sk
Description: Wordpress theme for Wagonservice web site.
Version: 1.0
Author: crap.sk
Author URI: http://www.crap.sk/
*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	height: 100px;
	background: url('images/form-header.jpg') no-repeat top left;
	padding: 0px;
}
p, h1, h3, label, table {
padding-left: 20px;
font-size: 1.3em;
}
a {
font-size: 1.3em;
}
table {
margin-left: 20px;
}
td {
padding: 1px 5px 1px 0px;
}
td select {
margin: 0px;
}
p {
margin: 10px 0px 5px 0px;
}
h1,h3 {
	margin: 5px 0px 5px 0px;
color: #26685f;
}
h1 {
	font-size: 2.6em;
/*	font-weight: bold;*/
}
h3 {
font-size: 2em;
}
hr {
border-top: 2px solid #abf0cd;
margin-top: 15px;
clear: both;
}
select {
margin: 5px 0px 10px 20px;
}
select.text {
	width: 156px;
}
input.text {
width: 150px;
}
input.text, textarea, select.text {
border: 1px solid #26685f;
padding: 2px;
background-color: #e3fff1;
}
input.red {
color: #FF0000;
font-weight: bold;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
width: 400px;
height: 100px;
margin: 5px 0px 10px 20px;
font-size: 1.2em;
overflow: auto;
}
div.spolucestujucicontainer {
margin-bottom: 10px;
float: left;
display: inline;
}
div.spolucestujuci {
float: left;
display: inline;
border: 1px solid #26685f;
margin: 5px;
padding: 5px;
}
div.spolucestujuci table {
margin-left: 0px;
padding-left: 20px;
}
a.button {
display: block;
float: left;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
font-size: 1.4em;
padding-right: 8px;
margin: 20px 0px 20px 20px;
background: url('images/reservation-a0.gif') no-repeat right 0px;
}
a.button span {
padding: 9px 5px 9px 15px;
display: block;
background: url('images/reservation-span0.gif') no-repeat 0px 0px;
}
a.button:hover {
background-position: right -66px;
text-decoration: underline;
}
a.button:hover span {
background-position: 0px -66px;
}
span.karta_chyba {
color: #FF0000;
font-weight: bold;
display:none;
}