/* Stylesheet voor A.J. Catering en Meer. (c) Tsjil internet solutions. Alle rechten voorbehouden.*/


/* ----- Stijlen: Algemeen ----- */

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  background: #000000;
  color: #999999;
}

a img {
  border: none;
}

#site {
  width: 930px;
  margin: 0px auto;
}

#logo {
  display: block;
  width: 330px;
  margin: 10px auto 0px;
}

#overlay_zomer {
  position: absolute;
  z-index: 80;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 908px;
  background: url(/interface/images/overlay_bg.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/images/overlay_bg.png',sizingMethod='scale');
}

#popup_zomer {
  position: absolute;
  z-index: 85;
  left: 50%;
  top: 50%;
  width: 573px;
  height: 345px;
  margin: -172px 0px 0px -286px;
  cursor: pointer;
  text-indent: -9001px;
  overflow: hidden;
  background: url(/interface/images/popup_zomer.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/images/popup_zomer.png',sizingMethod='crop');
}


/* ----- Stijlen: Navigatie en topfoto ----- */

#nav {
  position: relative;
  height: 28px;
  background: url(/interface/images/nav_bg.gif) repeat-x left bottom;
  margin: 23px 0 0 0;
  padding: 0 0 0 22px;
  list-style: none;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  z-index: 50;
}

#nav li {
  float: left;
  height: 28px;
  margin: 0 8px 0 8px;
  padding: 0;
  background: none;
  display: inline;
}

#nav li a {
  display: block;
  height: 20px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #888;
}

#nav li:hover a,
#nav li.active a,
#nav li.subActive a {
  border-bottom: 3px solid #fff;
  color: #fff;
}

#nav li ul {
  position: absolute;
  top: 28px;
  left: -9001px;
  width: 200px;
  margin: 0;
  padding: 8px 12px;
  background: #000;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  text-transform: none;
}

#nav li:hover ul { left: auto; }

#nav li.last:hover ul {
  right:0px;
}

#nav li ul li {
  width: 100%;
  height: auto;
  margin: 0;
  border-bottom: 1px solid #333;
}

#nav li ul li a,
#nav li:hover ul li a,
#nav li.active ul li a,
#nav li.subActive ul li a {
  height: auto;
  padding: 4px 0;
  border: 0;
  text-decoration: none;
  color: #888;
}

#nav li ul li a:hover,
#nav li:hover ul li a:hover,
#nav li.active ul li a:hover,
#nav li.subActive ul li a:hover {
  color: #fff;
}

#topfoto {
  position: relative;
  width: 930px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 20px;
}

#topfoto li {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: none;
}

#topfoto li.active { display: block; }


/* ----- Stijlen: Content ----- */

#content_wrapper {
  float: left;
  width: 576px;
  background: url(/interface/images/content_wrapper_bg.gif) no-repeat right top;
  margin-right: 30px;
}

#content {
  float: left;
  background: url(/interface/images/content_bg.gif) no-repeat left bottom;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 18px;
  padding: 35px 35px 10px 30px;
  min-height: 235px;
  _height: 235px;
}

#content h1 {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
}

#content h2 {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
}

#content p {
  padding: 0px;
  margin: 0px 0px 18px 0px;
}

#content a {
 color: #999999;
}

#content a:hover {
 color: #ffffff;
}

ul {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

li {
  padding: 0px 0px 8px 22px;
  margin: 0px;
  list-style: none;
  background: url(/interface/images/bullet_klein.gif) no-repeat left 8px;
}

#content .kolom {
  width: 250px;
  float: left;
  margin-right: 5px;
}

#content .images-bottom{
  padding:0px;
  margin:0px -11px 0px 0px;
  overflow:hidden;
  width:522px;
}

#content .images-bottom li{
  background:none;
  list-style-type:none;
  margin:0px 11px 11px 0px;
  padding:0px;
  float:left;
}

#content .images-bottom li img{
  margin:0px;
}


/* ----- Stijlen: Contactpagina ----- */

#content .formulier {
  padding-top: 18px;
  border-top: 1px solid #333;
  width: 440px;
}

#content .formulier .warning {
  padding: 8px 10px;
  border: 2px solid #edb200;
  background: #fff4a8;
  color: #945b00;
  line-height: 16px;
}

#content .formulier .regel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

#content .formulier .veld label {
  float: left;
  width: 100px;
  padding-right: 15px;
}

#content .formulier .veld input,
#content .formulier .textarea textarea {
  padding: 3px;
  border: 2px solid #555;
  background: #333;
  font-family: Verdana, Sans-serif;
  font-size: 11px;
  color: #fff;
}

#content .formulier .fingevuld input,
#content .formulier .fingevuld textarea {
  border: 2px solid #800;
}

#content .formulier .veld input {
  float: left;
  width: 300px;
}

#content .formulier .textarea label {
  display: block;
  margin-bottom: 1px;
}

#content .formulier .textarea textarea {
  display: block;
  width: 415px;
  height: 100px;
}

#content .formulier .regel .help {
  float: right;
  font-family: Georgia, Times New Roman, Serif;
  color: #fff;
  font-size: 18px;
}

#content .formulier .button a {
  float: right;
  margin-right: 15px;
  font-family: Georgia, Times New Roman, Serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 10px;
  background: #2b2b2b;
  text-transform: uppercase;
}


/* ----- Stijlen: Balk rechts ----- */

#balk_rechts {
  float: left;
}

#subnav {
  width: 320px;
  margin-top: 35px;
  padding-bottom: 10px;
}

#subnav .titel_rechts {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
}

#subnav ul {
  margin: 0px;
}

#subnav li {
  padding: 0px 0px 10px 28px;
  background: url(/interface/images/bullet.gif) no-repeat left 3px;
}

#subnav a {
  color: #999999;
}

#subnav a:hover {
  color: #ffffff;
}

#subnav .active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.banner {
  display: block;
  padding: 10px 0px 10px 0px;
}


/* ----- Stijlen: Footer ----- */

.clearer {
  clear: both;
  line-height: 0px;
  height: 20px;
}

#footer {
  width: 100%;
  height: 65px;
  background: url(/interface/images/nav_bg.gif) repeat-x left top;
}

#footer p {
  text-align: center;
  margin: 0px;
  padding: 7px 0px 0px 0px;
  color: #565656;
}

#footer a {
  color: #999999;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer .speak {
  display: block;
  width: 114px;
  height: 15px;
  margin: 7px auto 0px auto;
  background: url(/interface/images/speak.gif) no-repeat left 0px;
  line-height: 0px;
  overflow: hidden;
}

