	@charset "utf-8";
/* general settings and classes */
* {
	padding: 0px;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: underline;
    outline: none;
}

a:active {
    border: none;
}

a img {
	border: 0px;
}

.normal {
	text-decoration: none !important;
}

img {
	border: 0px;
}

b, strong {
    color: #666;
}

p {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: justify;
    line-height:18px;
}

map {
	border: 0px;
}

body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
    padding:0;
    margin: 0;
	background-image: url("/img/site_bg.png");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #fff;;
}

#wrapper-header {
	background-image: url("/img/wrapper_header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
	
body div {
	text-align: left;
}

.clear {
	clear: both;
}

.wrapper{
    width: 960px;
    margin: 0 auto;
}

.header{
    height: 126px;
}

.header a img{
    position: relative;
    top: 35px;
    left: 20px;   
}	

/*menu*/

.menu {
	background-image: url("/img/menu_bg.png");
    background-repeat: repeat-x;
    background-position: center top;
    height: 43px;
    width: 960px;
    margin: 0px auto;
}

.menu ul {
    list-style: none;
    display: block;
    font-size: 12px;
}


.menu li {

    display: block;
    float: left;
    height: 43px;
}

.menu li a {
	paddng: 0px;
    margin-left: 0px;
	text-decoration: none;
	display: block;
	color: white;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	height: inherit;
	background-image: url("/img/top_menu_button_delimiter.png");
    background-repeat: no-repeat;
    background-position: center right;
}
	
.menu li a.active {
	background: url("/img/menu_bg_hover.png") repeat !important;
	height: 43px;
}
	
.menu li a span {
	display: block;
	padding-top: 15px;
}

.menu li a.first {
	padding: 1px;
}

.menu li a.last {
	background-image: none;
}
	
.menu li a.odd{
 width: 100px;
}
	
.menu li a.odd:hover{
 background: url("/img/hover_small_bg.png") no-repeat center top;

}
	
.menu li a.even{
 padding: 0 35px;
}

.menu li a.even:hover{
 background: url("/img/hover_big_bg.png") no-repeat center top;
 
}

/*banner*/

.banner{
    height: 212px;    
    width: 960px;
    margin: 0 auto;
    background-color: transparent;   
}

.banner img{
    width: 713px;
}
	
#banner-bottom {
	background-image: url("/img/banner_bottom_sep.png");
	width: 960px;
	height: 25px;
}

/* carousel */
#carousel, #carousel-right {
	float: left;
}

#carousel-right {
	width: 247px;
	height: 212px;
	background-image: url("/img/carousel_right_bcg_new.png")
}
	
/*main*/

.main{
    background-color: #fff; 
    width: 960px;
    margin: 0 auto;
    color: #737373;
    padding-bottom: 20px;   
}

.main-left{
    width: 695px;
    float: left;
    padding-left: 5px;
    padding-right: 10px;
    overflow:hidden;

}

.main-left div {
    line-height: 18px;
}

.main-right{
    width: 245px;
    float: right;
    padding-right: 5px;
}
.main-right li{
	list-style: none;
}

.main-left ul {
    margin-left:15px;
    padding-left:10px;
}

.main-left li {
    padding:2px 0 2px 5px;
}
	
a.side-href:hover span{
	text-decoration: underline;
                 
}

.side-box{
	border-top: solid #EBEBEB 1px;
	padding:10px 0 0 120px;
	background-repeat: no-repeat;
	min-height:60px;
	text-transform: uppercase;	
}
	
.side-box-titles{
	border-top: solid #EBEBEB 1px;
	padding:6px 0 6px 10px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	line-height: 18px;
	color:#E52031;
	text-decoration: none;	
	display:block;
	width: 100%;
}
	
.last_title{
	border-bottom: solid #EBEBEB 1px;
}
	
.side-box-titles:hover{
	text-decoration: underline;
	color:#E52031;
}

.wrap-box{
	width:70px;
	text-align:center;
}
	
.side-box p{
	padding-bottom: 7px;
	background-image: url("/img/horizontal-div.png") ;
	background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom:4px;
}

.side-box span{
	color: #E52031;
    text-transform: uppercase;
}
	
.outdoor{
	background-image: url("/img/outdoor-bg.jpg") ;
}
	
.tv{
	background-image: url("/img/tv-bg.jpg");
}
	
.radio{
	background-image: url("/img/radio-bg.jpg");
}
	
.print{
	background-image: url("/img/print-bg.jpg");
}
	
.sp{
	background-image: url("/img/sp-bg.jpg");
}

.last-box{
	border-bottom: solid #EBEBEB 1px;
}

.banner-content{
	display: block;
	float: left;
	width: 695px;
}

.banner-content img{
	float: left;
	margin: 10px;
}

.banner-content div{
	
	margin: 0 auto;
}
	
/*foot*/
.footer{
    background-image: url("/img/footer.jpg");
    background-repeat: repeat-x;
    background-position: top;

    background-color: #fff; 
    width: 960px;
	padding-top: 15px;
    margin: 0 auto;
    color: #797979;
    font-size: 10px;
    text-align: center;
}



.footer ul {

  list-style-type:none;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

.footer ul li {
  display:inline;
}

.footer ul li a{
  color:#969696;  
  font-size: 10px;
  text-decoration: none;
  display: inline;
  padding:0 10px;
  border-right: 1px solid #969696;
}

.footer ul li a:hover{
  text-decoration: underline;
}


.footer ul li a.last {
  border-right:0;
}

.footer ul li a.active {
	text-decoration: underline;
}

.footer p {
	font-size: 11px;
	margin-bottom:10px;
}

.footer p a {
	color: #969696;
}

.footer p a:hover {
	text-decoration: none;
}

.kontakt{
  color:#666666;  
  font-size: 10px;
  text-decoration: none;
  display: inline;
  padding:0 10px;
}	
	
/*content*/

h1 {
    font-weight: normal;
    color: #e52031;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

h2{
    font-size: 18px;
    font-weight: normal;
    color: #e52031;
    text-transform: uppercase;
    
}

strong{
    color: #e52031;
}

em, em strong{
    color: #aaa;
}


.address{
    width: 244px;
    height: 100px;
    margin: 70px 0 0 13px;
}

.address h2{
    font-size: 20px;
    font-weight: normal;
    color: #737373;
}


.address h3{
    font-size: 18px;
    font-weight: normal;
    color: #e52031;
}

.address{
    font-size: 13px;
    font-weight: bold;
    color: #737373;
    padding-top: 50px;
    padding-left: 10px;
}

ul {
 
 margin-top: 0;
 padding-top: 0;
}

hr {
    border:0;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    display: block;
}

/*contentbox ramcek*/

.contentbox{
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    padding: 10px;
    float: left;
    margin-top: 5px;
}

.contentbox div{
    

    background-repeat: repeat-x;   
    background-color: #fff;
    padding: 10px;

}

.portfolio ul li{
    font-size: 14px;
}

.portfolio ul {
    float: left;
    width: 170px;
}

.portfolio {
    width: 100%;
}

.nasesluzby, .ponukame{
    float: left;
    margin-right: 5px;
    height: 250px;
    margin-top: 10px;
}

.line{
    border-top: 1px solid #ddd;
    padding-bottom: 25px;
    margin-top: 20px;
}

.moreinfo{
    display: block;
    padding: 5px;
    text-align: right;
}

.topspace{
    padding-top: 65px;
}

/* home page */

.home-big-bg{
    
    background-image: url("/img/bg_big.png");
    background-repeat: repeat-x;  
    background-position: top center;
    width: 950px;
    height:333px;
    margin: 0 auto;
    text-align: center;
}


.home-small-bg{

    width: 830px;
    height: 80px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: 30px;
    
}

.home-small-bg a img{
    width: auto;
    padding: 0;
    margin: 0;
}



.home-big-bg a {
    display: block;
}
.home-big-bg a:hover,.home-small-bg a:hover {
    opacity: 0.65;
    filter:alpha(opacity=65);
}

.home-1 {
	width: 295px;
    margin-top: 25px;
    margin-left: 0px;
    float: left;
}

.home-1 a, .home-2 a, .home-3 a, .home-4 a, .home-5 a  {
	float: left;
}

.home-content {
	margin-top: 40px;
	float: right;
	width: 110px;
}
	
.home-content-title {
	text-align: center;
	border-bottom: 1px solid #848584;
	color: #848584;
	font-size: 12pt;
	padding-bottom: 5px;
}

.home-content-link {
	text-decoration: none;
	text-align: center;
	color: red;
	padding-top: 5px;
	font-size: 13pt;
}	
	
.home-2 {
	width: 295px;
    margin-top: 25px;
    margin-left: 25px;
    float: left;
}

.home-3 {
	width: 295px;
    margin-top: 25px;
    margin-left: 40px;
    float: left;
}

.home-4 {
	width: 295px;
    margin-top: 25px;
    margin-left: 0px;
    float: left;
}
	
.home-5 {
	width: 295px;
    margin-top: 25px;
    margin-left: 25px;
    float: left;
}	


.home-small-bg a {
    padding-left: 20px;
    padding-right: 20px;
}

.article-gallery-row {
	clear: left;
	padding-top: 20px;
}

.article-gallery-row-item {
	width: 225px;
	float: left;
}

.article-gallery-row-item img {
	border: 1px dotted gray;
}

.main-right a.side-href {
	text-decoration: none;
}

