@charset "utf-8";
/* Styl pre web */

body {
  background-image: url(../image/bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #F7D3B9;
}
a{
  color:#00A6F4;
}
a:hover{

}
h1,h2,h3 {
  color: #F36F30;
}


#main {
  width:839px;
  margin:0px auto;
}
#top {
margin-top:20px;
height:100px;
}
#topmenu {
  background-image: url(../image/bg_topmenu.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height:30px;
  border:1px solid #94D9F1;
  width:500px;
  margin-left:337px;
  margin-top:30px;
position:absolute;
}
#topmenu .menu_item {
  color:black;
  padding-left:12px;
  font-weight:bold;
  font-size:13px;
}
#topmenu .menu_item_active {
  color:#103A71;
}

#top2{
  height:230px;
}
#top2_left{
width:452px;
  height:230px;
  background-image: url(../image/bg_blue.jpg);
  background-position: top;
  background-repeat: repeat-x;
  position:absolute;
}
#top2_right {
width:387px;
  height:230px;
  background-color:gray;
  position:absolute;
  margin-left:452px;
  
}
.main_table tr td {
vertical-align: top;
}
#right_pink {
  background-image: url(../image/bg_right_menu.jpg);
  background-position: top;
  background-repeat: repeat-x;

  background-color: #F4CAA4;

}
#right_pink a {
display:block;
height:28px;
background-color:white;
margin-bottom:10px;
  background-image: url(../image/next.gif);
  
  background-position: right center;
  background-repeat: no-repeat;
color:black;
font-weight:bold;
font-size:13px;
padding-left:10px;

}
#right_pink a div {
padding-top:5px;
}
#right_novinky {
margin-top:10px;
background-color:white;
}
#bottom {
background-color:white;
margin-top:10px;
}

#contact_form {
	clear: both;
	width: 75%;
}
#contact_form form {
	display: block;
	margin: 0px;
}
#contact_form table {
	width: 100%;
}
#contact_form table td {
	padding: 3px;
}
#contact_form table td.label {
	width: 30%;
}
#contact_form input, #contact_form select, #contact_form textarea {
	width: 98%;
	border: 1px dotted #1B4376;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
}
#contact_form textarea {
	height: 90px;
}
#contact_form input.submit {
	background-color: #C5BFA3;
	border: 1px solid #1B4376;
	width: auto;
	cursor: pointer;
	color: #1B4376;
}


