html {
    background-image:url('/templates/img/pattern_036d.gif');
}

html.intro BODY
{
background-position: left 231px;
}


BODY {
    background-image: url("../img/html_bg.png");
    background-position: left 105px;
    background-repeat: repeat-x;
    min-height:500px;

}
#wrapper {
    margin: 0 auto;
    width: 980px;
    font-family:'Average',Garamond,serif;
}

#logobar {
    background: #2c292a;
    height: 105px;

    position:relative;
}

#logobar IMG
{
  margin:10px;

}
.intro #logobar {
   height:231px;
   text-align:Center;
}

.intro #logobar IMG
{
  margin-left:0px;
}

#tango
{
position:absolute;
top:30px;
right:70px;
}


#navigation {
    background: #75aadb;
    padding: 30px 0;
}

#navigation ul {
    background: #fff;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0 0 0 75px;
}

#navigation ul li {
    float:left;
    line-height: 30px;
}

#navigation ul li a {
    color: #000;
    font-family:"PT Sans Narrow",Arial,sans-serif;
    font-size:18px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 15px 0 25px;
}

#navigation ul li a:hover,
#navigation ul li.active a
{
    background-image: url("../img/soldemayo.png");
    background-repeat: no-repeat;
    background-position: left center;
}
#navigation ul li UL LI a:hover,
#navigation ul li.active  UL a,
#navigation ul li UL LI.active a
{
    background-image:none;
}

#navigation UL LI UL
{
    position:absolute;
    display:none;
    background-color:transparent;
  }
#navigation UL LI.active UL
{
    display:block;
    padding:0;

}
#navigation UL LI.active UL LI A
{
background: none;
color:white;
}
#navigation UL LI.active UL LI.highlight A
{
text-decoration:underline;
}

#navigation ul li.fb a:hover {
 background-image: none !important;
}

#navigation ul li.fb IMG {
margin-top: 2px;
}

#content {
    background-image: url("/backgrounds/home.jpg");
    height: 530px;
    padding: 25px 0 0 0;
    background-color:#333;
}

#visualcontainer {
    float: right;
    margin: -25px 0 0 0;
}

#textcontainer {
    background: #fff;
    margin: 0 0 0 25px;
    width: 550px;

}

#text {
    padding: 20px;
}

h1 {
    background-color: #2c292a;
    color: #fff;
    font-family:"PT Sans Narrow",Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

#content {

    font-size: 14px;
    line-height:18px;
}
#content A, #text A
{
  color: #3b6a96;
}

I, EM
{
font-style:italic;
}

STRONG
{
  font-weight:bold;
}

BODY.fotos #textcontainer IMG,
BODY.fotos-3 #textcontainer IMG
{
border:1px solid #ccc;
padding:5px;
width:52px;
height:50px;
margin: 0 5px 5px 0;
border-radius:2px;
}

BODY DIV#content {
background-image:url('/backgrounds/intro.jpg');
}

BODY.home  DIV#content {
background-image:url('/backgrounds/home.jpg');

}

BODY.menu DIV#content  {
background-image:url('/backgrounds/menu.jpg');

}

BODY.tapas DIV#content  {
background-image:url('/backgrounds/tapas.jpg');

}

BODY.wijnen DIV#content  {
background-image:url('/backgrounds/wijnen.jpg');

}

BODY.fotos DIV#content  {
background-image:url('/backgrounds/fotos.jpg');

}

BODY.contact DIV#content  {
background-image:url('/backgrounds/contact.jpg');

}

BODY.route DIV#content  {
background-image:url('/backgrounds/route.jpg');

}


#footer
{
  background-color:#2C292A;
  color:#ccc;
  padding:4px;
  text-align:right;
  font-family:verdana;
  font-size:10px;
  margin-bottom:10px;

}
#footer A
{
color:#ccc;
text-decoration:none;
}
#footer A:hover
{
text-decoration:underline;
}
