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

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


BODY {
    background-image: url("/templates/img/vlag-bg-sp.png");
    background-position: left 125px;
    background-repeat: repeat-x;
    min-height:500px;

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

#logobar {
    background: #fff;
    height: 125px;
    text-align:center;
    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: #da000e;
    padding: 30px 0;
}

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

#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("/templates/img/vlag-nav.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,
#navigation UL LI.highlight UL
{
    display:block;
    left:0;
    top:185px;
    padding:0;
	margin-left:105px;

}

#text INPUT[type='checkbox'] {
width:15px;
margin-right:20px;
}

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

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


}

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

#textcontainer {
    background: #fff;
    margin: 0 auto;
    width: 760px;

}

#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
{
border:1px solid #ccc;
padding:5px;
width:52px;
height:50px;
margin: 0 5px 5px 0;
border-radius:2px;
}




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

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


.product
{
border-top:1px solid #ccc;
margin-top:20px;
clear:both;
padding-top:15px;
}
.product IMG
{
  width:150px;
  float:right; 
  margin-left:12px;
  border-radius:2px;
  padding:2px;
  margin-bottom:5px;
}
.product H2
{
  font-weight:bold;
  font-size:18px;
  }
  .product .price
  {
  font-size:18px;
  float:right;
  }
.product .intro
{
  font-style:italic;
}

.product .long
{
margin-bottom:12px;
margin-top:6px;
}
#navigation ul li.fb a:hover
{
	background-image:none;
}
#navigation ul li.fb IMG
{
margin-top:2px;
}

#text UL 
{
  list-style-type:disc;
  margin-left:15px;
  margin-top:10px;
  margin-bottom:10px;
}
#text UL LI 
{
  padding-left:10px;
}

BODY.bestellen #textcontainer 
{

  width:670px;
  
}
#text  TH {
font-weight:bold;
padding-top:10px;

}
#text INPUT, button
{
  margin-bottom:2px;
  padding:3px;
  border:1px solid #ccc;
  font-family:arial;
  font-size:12px;
  width: 250px;
  color: #000;
}

#submit INPUT, button {
  margin-top: 5px;
  margin-bottom: 5px;
}

INPUT.small
{
  width: 50px !important;
}

textarea
{
  margin-top:10px;
  padding:3px;
  border:1px solid #ccc;
  font-family:arial;
  font-size:12px;
  width: 560px;
  height: 80px;
  color: #000;
}

select
{
  margin-top:5px;
  padding:3px;
  border:1px solid #ccc;
  font-family:arial;
  font-size:12px;
  width: 300px;
  color: #000;
}

.error {
  color: red;
  font-size:10px;
}

#text button, #text  input[type="button"], #text  input[type="submit"] {
background-color:transparent;
border:none;
padding: 10px 0;
background-image:url("/media/kerst2013/button.png");
background-repeat:no-repeat;
color:white;
font-size:20px;
font-weight:bold;
height:50px;
width:220px;
margin:10px 0;
cursor:pointer;

}
#text button.back, #text  input[type="button"].back, #text  input[type="submit"].back {
background-image:url("/media/kerst2013/button-back.png");
text-align:left;
padding-left:25px;
}

#text HR { border:0;border-top:1px dotted #bbb; }

div#navigation ul li.active ul li a{
  font-size:15px;
  padding: 0 0px 0 25px;
}