/*  IL NOLEGGIO AUTO WEBSITE:
   CSS & DESIGN by: Nicolás Caballero Rau 2009
*/


.tituloprincipal{
    position: absolute;
    left:162px;
    top:-5px;
    color: #ffffff;
    font-size:28px;
    text-shadow:3px 3px 6px #333333;
}
/* ADD TELEFON-HEADER */
.telefone{
    position: absolute;
    right:10px;
    top:27px;
    color: #000000;
    font-weight: bold;
    font-size:12px;
}

.breadcrumbtext{
    font-size:9px;
    color:#FFFFFF;
    padding-left:5px;
    padding-top:1px;
}

.copyright{
    margin-top:5px;
    font-size:13px;
    font-weight: bold;
}

.telephone{
    padding-top:4px;
    font-size:11px;
    font-weight: bold;
}

.partnerlinks{
    font-weight: bold;
    padding-top:4px;
    /*border:1px solid green;*/
    width:860px;
    margin: 0 auto;
}

#contentheader{
    position: relative;
    top:130px;
    width:813px;
    height:30px;
    background-image: url('../images/content_header.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: left;
}

/* Define Tables */
#bookingcontent table{
    width:90%;
    /*border:1px solid black;*/
    position: relative;
    margin: 0 auto;
    
}

/* Definitions box Box titles */
#bookingheader h1{
    font-size:16px;
    padding-top:6px;
    font-weight: bold;
    margin-top:8px;
    margin-left:15px;
}

#box1 h1{
    font-size:16px;
    font-weight: bold;
    margin-top:8px;
    margin-left:15px;
}

#box2 h1{
    font-size:16px;
    font-weight: bold;
    margin-top:8px;
    margin-left:15px;
}

#box3 h1{
    font-size:16px;
    font-weight: bold;
    margin-top:8px;
    margin-left:15px;
    color: #FFFFFF;
}

#box4 h1{
    font-size:16px;
    font-weight: bold;
    margin-top:8px;
    margin-left:15px;
    color: #FFFFFF;
}

#box5 h1{
    font-size:16px;
    font-weight: bold;
    margin-top:8px;
    margin-left:15px;
}

#box1 p,#box2 p,#box3 p,#box4 p,#box5 p{
    margin-left:15px;
    margin-right:15px;
}

/* Define navigation list and elements */
#navigation ul{
    list-style: none;
    display:block;
    width:560px;
    margin-left:157px;
	text-align:left;
    /*margin:0 auto;*/
}

#navigation ul li{
    display:inline;
    padding-right:15px;
    background-image: url('../images/li-inactivo.png');
    background-repeat: no-repeat;
    background-position: 0.1em 50%;
    padding-left:13px;
}

#navigation ul li a{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

#navigation ul li a:hover{
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}

/* Footer links */
#footer a{
    text-decoration: none;
    color: #FFFFFF;
    padding-right:28px;
}

#footer a:hover{
    color: #0066CC;
}
