@import url('reset.css');

/* General Demo Style */

html { 
                        background:#fff;
                        -webkit-background-size: cover;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: cover;
                        }
body{
margin-left: auto;
margin-right: auto;
	background:#ffffff;
	color:#000;
	font-family: Calibri;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
 h5{
	margin:15px;
	font-size:17px;
	color:#000;
	font-family: 'Rochester', sans-serif;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
}
h1 span, h5{
	font-size:20px;
	display:block;
	color:#60817a;
}


/* Header Style */
.hlavicka{
    width: 1000px;
     height: 167px;
    background: url(../images/logo_reality.png) no-repeat;
     margin:0 auto;
	position:relative;
	overflow:hidden;
    
    
}
.hlavicka_stavby{
    width: 1000px;
    height: 167px;
    background: url(../images/logo_stavebni.jpg) no-repeat;
     margin:0 auto;
	position:relative;
	overflow:hidden;
    
    
}
.hlavicka_izolace{
    width: 1000px;
     height: 167px;
    background: url(../images/logo_izolace.png) no-repeat;
     margin:0 auto;
	position:relative;
	overflow:hidden;
    
    
}
.hlavicka_iq{
    width: 1000px;
     height: 167px;
    background: url(../images/logo_iq.png) no-repeat;
     margin:0 auto;
	position:relative;
	overflow:hidden;
    
    
}
.hlavicka_projekt{
    width: 1000px;
     height: 167px;
    background: url(../images/logo_projekt.png) no-repeat;
     margin:0 auto;
	position:relative;
	overflow:hidden;
    
    
}
.modra{
    width: 1000px;
    height: 19px;
     margin:0 auto;
	position:relative;
	overflow:hidden;
    
    
}



.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
