body{
	background:url(../images/layout/background.jpg);	
    margin:0 auto;
    border: none;
    text-align: center;
}
#background{
background:url(../images/layout/flag.jpg) no-repeat;	
height: 960px;
background-position: 50% 0%;
}
#holder{
	position:relative;
	margin:0 auto;
	text-align: left;
	width:984px;
}
/** menu*/
div#mainmenu{
	position:absolute;
	top: 123px;
	right: 50px;
	width: 700px;
	height: 40px;
	padding: 0px 8px 10px 8px;
	background-color: #DB241E;
	border: 8px solid white;
	z-index: 19;
}
.banner{
	display:block;
	position: absolute;
	bottom: 10px;
	left: 35px;
}
.submenu {display: none;}
  
.selected {
text-transform: none;
}
#mainmenu ul{
	margin:0;
	padding:0;
	list-style:none outside none;
}
#mainmenu ul li {
	display:block;
  	float:left;
	height:40px;
	padding:0;
	margin:0 0 0 20px;
}
#mainmenu ul li a {
  font-weight: normal;
  position: relative;
  top: -15px;
  color:white;
  	display:block;
	text-decoration: none;
	padding: 15px 0px 20px 0px;
	margin: 0px 10px 0px 10px;
	font-size:14px;
}
#mainmenu ul li.selected a {
	background:url(../images/layout/arrow_menu.png) scroll 50% 0px no-repeat;
}

#mainmenu ul li a:hover{
	text-decoration:underline;
	background:url(../images/layout/arrow_menu.png) scroll 50% 0px no-repeat;
}

/** header **/
#header{
	position:relative;
  	height:145px;
	margin-bottom: 0em;
	z-index: 20;
}
#logo {
}

#reklam {
  position:absolute;
  top:0px;
  right: 0px;
  height: 140px;

}


/** CONTENT */
#content{
margin: 0;
padding: 0;
z-index: 20;		
}
#content_top {
	position:relative;
	top: 15px;
	padding-top: 5px;
	background:url(../images/layout/content.png) repeat-y;
	width:984px;
	z-index: 20;
}

#content_top_border {
	position:relative;
	top: 15px;
  background:url(../images/layout/content_top.png) no-repeat;
	width: 984px;
	height: 27px;
	margin: 0;
	padding: 0;
	z-index: 20;
}
#content_top #image_box {
	clear: both;
	width: 925px;
	height: 213px;
	margin: 10px 0 0 33px;
	_margin: 5px 0 0 33px;
	
}
#content_top #image_box img{
	float:left;
	margin: 15px 0px 15px 0px;
}
#content_top #image_box img.next{
	margin-left:12px;
}
#content_top #text_box {
	width: 603px;
	color: #222;
	font-size: 12px;
	margin: 0 0 0 30px;
}
#content_middle{
	position: relative;
  margin: 0;
	padding:0;
	top: 15px;
	_left: 1px;
	width:984px;
  background:url(../images/layout/content_middle.png) repeat-y;
	background-position: 1px 0px;
	z-index: 20;
}
#content_middle #content_box {
  float: left;
  margin: 0px 0px 60px  30px;
  _margin: 0px 0px 60px  15px;
  padding: 0;
  width: 605px;

}


#content_bottom {
	height:50px;
    position:relative;
	top: 15px;
	padding:0px 0px 30px 0px;
	background:url(../images/layout/content.png) repeat-y;
	width:984px;
	z-index: 20;
}

#modra_reklam {
  position: absolute;
  top: 0px;
  left: 18px;
  height: 71px;
  width: 952px;
  background: #1C3682;

}


#brittex_red {
  position: absolute;
  left: 657px;
  width: 300px;
  height: 71px;
  background-color: red;
  border-top:10px solid #E7E7E7;
  background:url(../images/layout/brittex_red.png) repeat-x;
}
#brittex_red p{
	text-indent:-5000px;
}

#content_bottom_border {
  position: relative;
  top: 15px;
  width: 984px;
  height: 27px;                                                   
  background:url(../images/layout/content_bottom.png) no-repeat;
  z-index: 20;
  
}


/** Pravy sloupec */

#rightcolumn {
  float: right;
  margin:0 27px 0 12px;
  padding:5px;
  width: 290px;
}

#rightcolumn img {
float: left;
margin:10px;
}
#rightcolumn h3.right {
width:200px;
float: left;
color: #1C3681;
font-weight: bold;
font-size: 15px;
margin:10px 0 10px 15px;
}


#rightcolumn p {
margin: 0px 0px 0px 10px;
}

/** kontakt box */
#contact_box {
position: absolute;
right: 27px;
padding: 15px 15px 0px 15px;
width: 270px;
height: 105px;
text-align: right;
background: #E7E7E7;
font-size: 10px;
}
#homepage_link{
	display:none;
}
#contact_box h3{
	font-size:16px;
	text-align: left;
	margin:0px;
	padding:2px;
	color:#DB241E;
	
}
#contact_box p{
margin:0px;
}
#contact_box strong {
float: left;
font-weight: bold;
color: #585858;
}



#footer{
  position: relative;
  bottom: 22px;
  left: 125px;
  width: 800px;
  height: 11px;
  margin-top: 1em;
	padding:5px;
	padding-top: 20px;
	background: #DB241E;
  text-align: right;
  color: white;
  font-size: 12px;
  border: 8px solid white;
  z-index: 19;
}

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
text-decoration: underline;}

.bottomlinks{
	display:none;
}
form label{
	display:block;
	margin:3px;
	font-weight:bold;
}
input, textarea{
	padding:4px;
	width:300px;
}
input.submit{
	display:block;
	width:100px;
}
textarea{
	height:200px;
	background:white;
}
.error{
	color:#DB241E;
	font-weight:bold;
}
.accept{
	color:green;
	font-weight:bold;
}