body {
font-family:"Times New Roman", Times, serif;
font-size:14px;
background-image:url(../images/jpeg/background.jpg);
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
color:#333333;
cursor:default;
}

h1
{
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
}

h2
{
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
}

p
{
font-family:"Times New Roman", Times, serif;
line-height:1.2;
margin-top:4px;
}

a:link    {
  /* Applies to all unvisited links */
text-decoration: none;
color: #333333;
} 

a:visited {
  /* Applies to all visited links */
text-decoration: none;
color: #333333;
}

a:hover {
  /* Applies to links under the pointer */
text-decoration: none;
color:#0033CC;
}

a:active {
  /* Applies to activated links */
text-decoration: none;
color: #333333;
}

.text_rood{
color: #FF0000;
}

.text_grijs{
color: #999999;
}

.text_wit{
color: #FFFFFF;
}



/* backgrounds only... */

.index{
background-image: url(../images/jpeg/index.jpg);
}

.cars{
background-image: url(../images/jpeg/cars.jpg);
background-repeat:no-repeat;
background-color:#626DC3;
}

.drivers{
background-image: url(../images/jpeg/chauffeurs.jpg);
}

.basic_info{
background-image:url(../images/jpeg/basic_info.jpg);
}

.contact{
background-image: url(../images/jpeg/contact_v2.jpg);
background-repeat:no-repeat;
background-color:#626DC3;
}

.tours{
background-image: url(../images/jpeg/tours.jpg);
background-repeat:repeat-x;
background-color:#626DC3;
}

.tours_cell{
background-image:url(images/tours/cell_back.png);
}

.button	{
font-size: 16px; 
font-weight: bold;
text-decoration: none;
color: #333333;
background-image: url(/images/jpeg/top_active.jpg);
cursor: hand;
}

.button_active	{
font-size: 16px; 
font-weight: bold;
text-decoration: none;
color: #999999;
background-image: url(/images/jpeg/top_color.jpg);
cursor: hand;
}

.form {
color:#666666;
background-image:url(images/jpeg/background_form.jpg);
border-color:silver;
border-style:offset;
margin-top:2px;
padding:2px;
}

.input {
color: #666666;
background-image:url(images/jpeg/background_form.jpg);
border-color:silver;
border-style:offset;
margin-top:2px;
padding:2px;

}

.footer_txt {
font-size:12px;
line-height:1.4;
}

.footer_txt_wit {
color:#CCCCCC;
font-size:10px;
line-height:1.4;
}