
body {
  behavior: url('http://www.autobedrijf-geerts.nl/css/csshover.htc');
  margin: 16px auto;
  font-family: Tahoma, Verdana,  Helvetica, sans-serif;
  background: #7c7c7c url('../assets/body_bg.jpg') repeat-x;
  color: black;
  font-size: 80%;
}

img {
	border: 0px;
}

a {
  color: #d40000; 
}

a:hover {
  color: #7c7c7c;
}

h1 {
  font-size: 110%;
}

.center_text {
  text-align: center;
}

.no_border {
  border: 0px;
}

.tblHighlight {
  background: #dedede;
  font-weight: bold;
}

.pagePic {
  width: 200px;
  margin: 9px;
  padding: 1px;
  border: 1px solid #d20000;
  border-right: 1px solid #9b1212;
  border-bottom: 1px solid #9b1212;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('http://www.autobedrijf-geerts.nl/assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('http://www.autobedrijf-geerts.nl/assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.formfield {
  background-color: #fff;
  border: 1px solid #4e4e4e;
  margin-bottom: 3px;
}

.formbutton {
  color: #fff;
  background: #4e4e4e;
  border: 1px solid white;
  font-size: 90%;
}

#container {
  margin: auto;
  width: 960px;
}

#red_line {
  width: 960px;
  height: 4px;
  background: #d20000;
  overflow: hidden;
}

#header {
  height: 70px;
  width: 960px;
  background: #4e4e4e;
  position: relative;
  overflow: hidden;
}

#header a { 
  color: white;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

#header a:hover {
  color: #7c7c7c;
}

#header .active {
  background: #ffffff;
  color: black;
}

#menu .active {
  background: #bdbfce;
  color: black;
}

#menu_top {
  right: 5px;
  top: 10px;
  position: absolute;
  color: white;
  font-size: 100%;
}

#menu {
  right: 5px;
  bottom: 15px;
  position: absolute;
  color: white;
  font-size: 90%;
}

#sfeer {
  width: 960px;
  height: 209px;
  background: #dedede;
  position: relative;
}

#sfeer_left {
  width: 300px;
  height: 209px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#sfeer_left img {
  border: 0px;
  width: 300px;
  height: 209px;
}

#sfeer_right {
  width: 660px;
  height: 209px;
  position: absolute;
  left: 300px;
  top: 0px;
}

#sfeer_right img {
  border: 0px;
  width: 660px;
  height: 209px;
}

#navi_left {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  left: 300px;
  top: 0px;
  width: 30px;
  height: 113px;
  padding-top: 96px;
  background: white;
  text-align: center;
}

#navi_left img {
  border: 0px;
}

#navi_right {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  right: 0px;
  top: 0px;
  width: 30px;
  height: 113px;
  padding-top: 96px;
  background: white;
  text-align: center;
}

#navi_right img {
  border: 0px;
}

#bigContent {
  width: 870px;
  padding: 20px;
  padding-left: 70px;
  background: #ffffff url('../assets/content_big_bg.jpg') repeat-y;
}

#content {
  width: 960px;
  background: #ffffff url('../assets/content_bg.jpg') repeat-y;
}

#content_left {
  float: left;
  width: 280px;
  padding: 10px;
  color: #20366e;
  font-size: 90%;
}

#WeekOccasion {
  border: 1px solid black;
  width: 278px;
  height: 185px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

#WeekOccasion img {
  width: 278px;
  height: 185px;
  border: 0px;
}

#WeekOccasion #WeekTitle {
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 278px;
  background: white;
  text-align: center;
  opacity: 0.75;
  filter: alpha(opacity = 75);
  font-size: 120%;
  font-weight: bold;
  color: black;
}

#content_right {
  float: left;
  width: 620px;
  padding: 20px;
  border-top: 3px solid #d20000;
}

#blok_left {
  float: left;
  width: 398px;
}

#blok_right {
  float: left;
  width: 222px;
}

#footer {
  clear: both;
  width: 960px;
  text-align: center;
  background: #4e4e4e;
  color: white;
  border-top: 1px solid #d20000;
  font-size: 90%;
}

#footer a { 
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: #7c7c7c;
}

.cleaner {
  clear: both;
}


/* Sliding Panels */
.SlidingPanels {
  float: left;
  position: relative; 
  padding: 0px; 
	border: 0px;
	width: 660px;
	height: 209px;
	overflow: hidden;
}

.SlidingPanelsContentGroup {
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
	border: 0px;
	width: 1320px;
	height: 209px;
}

.SlidingPanelsContent {
  float: left;
  padding: 0px;
  margin: 0px;
	overflow: hidden;
	border: 0px;
}

.SlidingPanelsAnimating  {
	overflow: hidden! important;
}

.SlidingPanelsCurrentPanel {
	
}

.SlidingPanelsFocused {
	
}

.occasion_row,
.occasion_row_even {
	width: 650px;
	padding: 5px;
	position: relative;
}

.occasion_row_even {
	background: #e6e6e6;
}

.occasion_row:hover,
.occasion_row_even:hover {
	background: #efefef;
}

.occasion_row_title {
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

.occasion_row_image {
	float: left;
	width: 110px;
}

.occasion_row_content {
	float: right;
	width: 500px;
	font-size: 90%;
	line-height: 100%;
}

.occasion_row_price {
	position: absolute;
	top: 30px;
	right: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #d40000;
}

.occasion_row_url {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.occasion_row_url a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: -9999px;
}

.bigVoorraadPic {
	float: left;
	width: 600px;
	margin: 5px 5px 5px 0px;
}

.voorraadPic {
	margin: 5px;
}

.offertePic {
	float: left;
	margin: 0px 10px 10px 0px;
}

.coloured_bar {
	margin: 10px 0px 10px 0px;
	height: 1px;
	width: 100%;
	overflow: hidden;
	background: #b0d7e8;
	clear: both;
}
