/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:verdana;
font-size:11px;
width:100%;
text-align:center;
height:100%;
position:relative;
}

body img{
max-width:100%;
border:0px;
}

a{
cursor:pointer;
}

.text{
font-weight:bold;
font-size:20px;
width:70%;
margin:auto;
padding-top:30px;
}

.text p{
margin-top:0px;
margin-bottom:30px;
}

#logo{
max-width:100%;
padding-bottom:20px;  
background:url('../images/rozcestnik/line.png') repeat-x bottom center;
}

#logo img{
max-width:98%;
margin-right:1%;
margin-left:1%;
}



.image{
position:relative;
width:100%;
max-width:1600px;
margin:auto;
margin-bottom:2%;
border:1px solid #cccccc;
box-sizing: border-box;
}

.title{
position:absolute;
bottom:0px;
left:0px;
width:100%;
font-size: 3vh;
background:url('../images/rozcestnik/rozcestnik_bg.png') repeat top center;
padding-top:2%;
padding-bottom:2%;
color:#ffffff;
font-weight:bold;
font-family:'Myriad Pro','Arial'
}

#autosalon_logo{
margin-top:2%;
margin-bottom:2%;
}

#footer{
height:30px;
background-color:#0e1012;
width:100%;
}

#window{
position:absolute;
height:100%;
width:100%;
left:0px;
top:0px;
}

#window .bg{
position:absolute;
height:100%;
width:100%;
left:0px;
top:0px;
background:url('../images/rozcestnik/rozcestnik_bg.png') top left repeat;
}

#window .content{
position:relative;
width:450px;
margin:auto;
margin-top:40px;
}

#window .content iframe{
background-color:#ffffff;
border:0px;
}

#window .content .close{
width:30px;
height:30px;
line-height:30px;
font-size:18px;
position:absolute;
top:-15px;
right:-15px;
border:2px solid #c00000;
color:#c00000;
background-color:#ffffff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
cursor:pointer;
} 