@charset "UTF-8";
/* CSS Document */

body{
	background:black;
	margin-top:0px;
	margin-bottom:0px;
    font-family:arial;
	font-size:13px;
}

.headline{
 font-size:18px;
 color:#FD0A0A;
 margin-bottom:5px;
}


#wrapper{
	width:960px;
	margin:7px auto;
    background:#FFFFFF;
    border:5px solid #3B3B3B ;
}


#logo{
	background:url(../images/logo.gif) top left no-repeat;
	width:217px;
	height:117px;
	float:left;
	clear:none;
	margin-top:20px;
    margin-left:20px;

}

.middle-box ul li a{
	color:#000000;
}
.middle-box ul li a:hover{
	color:#FF0000;
}

/* Search */
#search{
	margin-top:25px;
	float:right;
	clear:none;

}

#search-box{
	background:url(../images/search_box.png);
	width:246px;
	height:27px;
	float:left;
	clear:none;
	margin-left:5px;

}

#search-box input{
	border:0px;
	margin-left:5px;
	margin-top:5px;
	width:223px;
}


#banner{
	background:url(../images/header_image1.jpg) top left no-repeat;
	width:960px;
	height:130px;
    position:relaitve;
}


/* Menu */
#menu{
	background:url(../images/menu_bg.gif) top left repeat-x;
	width:960px;
	height:31px;
	position:relative;
}

#menu ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	float:right;
	margin-right:15px;
	margin-top:5px;
}

#menu ul li a{
	display:block;
	background:url(../images/menu.png) top left no-repeat;
	height:16px;
	width:49px;
	text-decoration:none;
	color: #000000;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	padding-left:25px;
	padding-top: 2px;
}

#menu ul li a:hover{
 text-decoration:underline;
}

/* content */
#left-content{
	float:left;
	clear:none;
	margin-top:15px;
}

/* welcome box */
.corner-box{
	background:url(../images/box_corner.png) top left no-repeat;
	width:25px;
	height:25px;
	float:left;
	clear:none;
}

.top-middle-box{
	background:url(../images/Box_top.png) top left repeat-x;
	width:400px;
	height:25px;
	float:left;
	clear:none;
}

.top-right-corner-box{
	background:url(../images/box_top_corner.png) top left no-repeat;
	width:70px;
	height:25px;
	float:left;
	clear:none;
}

.middle-box{
	background:url(../images/box_l.png) top left repeat-y;
	width:550px;
	padding-left:25px;
}

.left-bottom-corner-box{
	background:url(../images/box_l_corner.png) top left no-repeat;
	width:25px;
	height:70px;
}
/* Services box */
#left-links{
	float:left;
	clear:none;
}

#right-links{
	float:left;
	clear:none;
}

.red-bullet{
	list-style-image:url(../images/bullet.gif);
}
/* right content */
#right-content{
	float:right;
	clear:none;
	margin-top:15px;
	margin-left:15px;
}

#news-top{
	background:url(../images/news_top.png) top left no-repeat #FD0A0A;
    width:290px;
	height:27px;
	padding-left:15px;
	padding-top:0px;
	font-size:18px;
    font-family:arial;
	color:#FFFFCC;
}

#news-box{
	background:url(../images/box2_bg.png) top right repeat-y;
	width:305px;
	margin-top:0px;
	padding-top:10px;

}

.no-bullet{
 	display:block;
}

.divider{
	background:url(../images/divider.png) top left no-repeat;
	width:186px;
	height:29px;
	display:block;
	margin-left:30px;
	margin-top:10px;
}

/* Newsletter */
#newsletter{
	background:url(../images/box2_bg.png) top right repeat-y;
	width:305px;
	height:40px;
	border:0px solid #FFFFFF;
	margin-top:10px;
	padding-top:15px;
    margin-right:15px;
}

#newsletter-box{
	background:url(../images/newsletter_box.png);
	width:152px;
	height:25px;
	float:left;
	clear:none;
	margin-left:5px;

}

#newsletter-box input{
	border:0px;
	margin-left:5px;
	margin-top:5px;
	width:100px;
	height:15px;
}

/* footer */
#footer{
	background:#CC0000;
	width:935px;
	height:22px;
	padding-left:25px;
	padding-top:5px;
	color:#FFFFFF;
	margin-bottom:0px;
}

.buton{
 border: 1px solid black;
 height:26px;
 background-color:#CC0000;
 color:white;
 width:80px;
}

.odkaz_menu{
  text-decoration:none;
  color:#009933 ;
}

.odkaz_menu:hover{
  text-decoration:underline;
  color:#009933 ;
}

.set{
  width:300px;
  font-size:14px;
  border:1px solid #0054A8;
  color:#009933;
}


