/* CSS Document */
body {
	padding: 10px;
	margin: 0px;
	background-color: white;
}

body, table, textarea, input, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#body {
	position: absolute;
	width: 750px;
	margin-left: -380px;
	left: 50%;
}
h1 {
	width: 430px;
	height: 30px;
	background-image: url('images/pruh.gif');
	background-repeat: no-repeat;
	/*border: 1px solid black;*/
	color: red;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
}

h1 span {
  background-color: white;
  height: 100%;
  padding-right: 20px;
}

table {
	border-collapse: collapse;
}

a {
  color: #1C4C7A;
}

input, textarea, button {
  background-color: white;
  border: 1px solid #D4E3EA;
  font-size: 12px;
  padding: 1px 0px;
  margin: 0;
}

button {
  padding: 3px 10px;
}

#logo, #main, #footer {
  width: 750px;
}

#logo {
	background-image: url('images/logo.gif');
	height: 98px;
}

#main_menu {
  float: right;
  margin: 78px 25px 0px 0px;
}

#main_menu *, #footer, #footer * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	font-size: 10px;
	text-align: right;  
}

#main_menu a {
  text-decoration: none
}

#main_menu a:hover {
  text-decoration: underline;
}

#menu {
  width: 522px;
}

#main {
  border-left: 1px solid #1C4C7A;
  border-right: 1px solid #1C4C7A;
  padding: 20px;
  text-align: left;
}

#content {
	padding-top: 10px;
	padding-right: 10px;
	width: 440px;
}

#right {
	float: right;
	padding-top: 40px;
}

#footer {
  background-image: url('images/footer.gif');
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  height: 22px;
  border-top: 1px dotted #1C4C7A;    
  color: #1C4C7A;
  padding-top: 3px;
}

#footer a {
  color: #1C4C7A;
}

.obr {
  border: none;
  max-width: 130px;
  max-height: 105px;
}

.border {
  border: 1px solid #1C4C7A;
}

.color {
	color: #1C4C7A;
}

.center * {
  text-align: center;
}

.lightcolor {
	color: #D4E3EA;
}

.mail {
  width: 100%;
}

.mail td {
  padding-bottom: 5px;
  vertical-align: middle;
}

.error {
	color: red;
}