/** Seppie **/
a, a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: underline overline;
}
a.small, a.small:visited, a.small:hover {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
a.small_white, a.small_white:visited, a.small_white:hover {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: normal;
}
a.tab, a.tab:visited, a.tab:hover {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
}
.input {
	border: 1px solid Black;
	background-image: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	color: Black;
}
input.button {
	border: 1px solid Black;
	background-image: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	color: Black;
}

.hidden 
{
	visibility: hidden;
	display: none;
}

.input_login
{
	BORDER: 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	BORDER-COLOR: #DADEDF;
	background: #FFFFFF;
}

.input_login2
{
	BORDER: 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	BORDER-COLOR: #DADEDF;
	background: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.small_top {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	vertical-align: super;
}


/* forum stuff */
.aforum{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.aforum:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color:#000000;
	text-decoration: underline overline;
	font-weight: bold;
}
.aforum_small {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.aforum_small:hover {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.abuttonlink, .abuttonlink:link, .abuttonlink:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.abuttonlink:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#FF9000;
	text-decoration: underline overline;
}
/* Image manipulation */
img.rml {
	vertical-align: bottom;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
img.border {
	border: 1px solid #000;
}
img.resized {
	display: block;
	float: none;
	border: 1px dashed #f00;
}
img.resized2 {
	display: block;
	float: none;
	border: 1px dashed #00f;
}
div.resizewarning div {
	line-height: 15px;
	padding: 2px 10px 3px 25px;
	background: #ff0000; /*url(../images/site/alert.jpg) no-repeat 5px 50%;*/
	color: white;
}
div.resizewarning small {
	color: #ffffff;
}
div.resizewarning small a, div.resizewarning small a:hover {
	color: #ffffff;
	font-weight: bold;
}
.hand {
	cursor: pointer;
}





/** Original **/


/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}

.clr {
  clear: both;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body.grey {
  	background: #666666;
}

body.white {
	margin: 1 1 1 1;
	padding: 1 1 1 1;
	height: 100%;
  	background: white;
}

td,tr,p,div {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

div.show {
	visibility: visible;
	white-space: nowrap;
}

div.mosimage {
	margin: 0 5px;
}

div.mosimage_caption {
	color: #f90;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper {
  min-width: 1000px;
  max-width: 1050px;
  /*width: expression(this.scrollWidth < 1050 ? "1050px" : "750px");*/
}


#header {
  height: 82px;
  padding-left: 25px;
}

#header_bottom {
	padding-top: 0px;
	padding-bottom: 0px;
}

#header_oud_en_nieuw {
  height: 82px;
  padding-left: 29px;
  background: url(../images/site/header/oud_en_nieuw/header_bg.png) repeat-x;
}

#home {
  float: left;
  width: 650px;
  height: 82px;
}

#home_xmas {
  float: left;
  width: 650px;
  height: 82px;
}

#home_oud_en_nieuw {
  float: left;
  width: 650px;
  height: 82px;
  background: url(../images/site/header/oud_en_nieuw/header.png) no-repeat;
} 

#logo {
  float: right;
  width: 77px;
  height: 82px;
  padding: 25px 25px 15px 15px;
}

#banner {
  float: right;
  height: 75px;
  width: 324px;
}

#header_bottom {
  height: 40px;
  background: #FEFEFE; 
}

#top {
  clear: both;
  float: none !important;
  float: left;
  /*padding: 20px 15px 15px 15px;*/
  padding: 0px 15px 15px 15px;
  background: #FEFEFE;
}

#user1 {
  text-align: left;
}

#user2 {
	margin-left: 15px;
  text-align: left;
}

#content {
  float: left;
  padding: 10px;
  background: #FEFEFE;
}

#mainbody {
  text-align: left;
  padding-top: 5px;
}

#right {
  text-align: left;
	margin-left: 20px;
	padding-top: 0px;
}

#left {
  text-align: left;
	margin-left: 0px;
	padding-top: 0px;
}

#footer {
	float: left;
	width: 100%;
	
	height: 48px;
	line-height: 48px;
	font-size: 90%;
	color: #cccccc;
}
#footer a {
	color: #cccccc;
	font-weight: normal;
}

div.info ul {
  margin-top: 10px;
  clear: both;
  text-align: center;
  list-style-type: none;
}

div.info ul li {
  display: inline;
  padding-right: 20px;
}

ul#mainlevel a.mainlevel {
  background: none;
  padding: 0 10px;
}

div.colorbox a:hover {
	color: #333;
}

ul#mainlevel {
  margin: -7px -9px 0px -9px;
  list-style-type: none;
}

ul#mainlevel li {
  background: url(../images/menu_underline.gif) bottom left repeat-x;
  height: 22px;
  padding-left: 0px;
}

ul#mainlevel li a {
  display: block;
  font-size: 11px;
  line-height: 20px;
  padding-left: 20px;
}

ul#mainlevel li a:hover {
  background: #FEFEFE;
}


div.box#right div.module {

	margin-bottom: 15px;
}

.box div.module {
  background: transparent url(../images/site/table/grey_bottom_left.gif) no-repeat bottom left;
  border: 0px solid #cccccc;
  height: auto !important;

}

.box div.module div {
  background: transparent url(../images/site/table/grey_bottom_right.gif) no-repeat bottom right;
  height: auto !important;
	
}

.box div.module div div {
  background: transparent url(../images/site/table/grey_top_left.gif) no-repeat top left;
}

.box div.module div div div {
	background: transparent url(../images/site/table/grey_top_right.gif) no-repeat top right;
	padding: 0px 10px 10px 10px; 
	width: auto !important;
	width: 100%;
}

.box div.module div div div div {
	background: none;
	padding: 0;
}

div.box#user1 div.module div div div {
  padding: 5px;
}



.greybox div.module div div {
  background: transparent url(../images/default_top_left.gif) no-repeat top left;
}

.greybox div.module div div div {
	background: transparent url(../images/default_top_right.gif) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width: 100%;
}

.colorbox {
  margin-top: 5px;
}


h1, div.componentheading, td.componentheading {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 180%;
  line-height: 200%;
}

.contentheading {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  line-height: 150%;
  color: #000000;
  font-weight: normal;
  background: url(../images/site/lines/grey_underline.gif) bottom left repeat-x;
  margin-bottom: 2px;
  padding: 2px 18px 2px 2px
}

.box#right h3 {
	background: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 24px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
}

.box#left h3 {
	background: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 24px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
}

h3, .box#bottom h3, .box#forum h3, .box#howtos h3, .box#merchandise h3, .box#preview h3, .box#apt h3, .box#apt_info h3, .box#apt_aanmeldingen h3, .box#apt_aanmeldingen_box h3 {
	background: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 24px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

.contentheading {
	height: 50px;
	vertical-align: bottom;
}

.pagenav {
	border: 1px solid #cccccc;
	background: #efefef;
	padding: 3px;
}

td.sectiontableheader {
	background: #efefef;
	padding: 2px;
	font-size: 110%;
	font-weight: bold;
}

.poll {
	padding: 0px;
	margin: 0px
}

table.pollstableborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

td.sectiontableentry1 {
  padding: 2px;

}

td.sectiontableentry2 {
  padding: 2px;
}

tr.sectiontableentry1 td {
  padding-left: 4px;
  padding-right: 4px;
}

tr.sectiontableentry2 td {
  padding-left: 4px;
  padding-right: 4px;
}

tr.sectiontableentry1 {
	background: #fcfcfc;
}

tr.sectiontableentry2 {
	background: #f6f6f6;
}

span.highlight {
	background: #ffff66;
}

/*  ***************************** */


table td.smallpadding {
  padding: 1px; 
}


span.pathway {
  display: block;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
}

form.search {
  margin: 0px;
  padding: 0px;
}

form.search input.inputbox {
  background: #333333;
  border: 1px solid #999999;
  padding: 2px;
  color: #FEFEFE;
  width: 106px !important;
  width: 110px;

}

form.search input.gobutton {
	height: 24px;
	width: 40px;
}



/** stuff **/



/* required stuff */

#content-pane .tab-page {
	
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


.small {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.small_dark {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	background: #E6E6E6;
}

.small_underline {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	border-bottom: thin solid #E6E6E6;
}

.small_dark_underline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	background: #E6E6E6;
	border-bottom: thin solid #EEEEEE;
}

.small_code {
  	font-family: Courier New, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal;
}
.modifydate {
  font-family: Verdna, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
}

.createdate {
  font-family: Verdana, Helvetica, sans-serif;
	line-height: 11px;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.readon {
	text-align: right;
	display: block;
}

.normal:link, .normal:visited {
	font-size: 90%;
  text-decoration: none;
  font-weight: bold;
}

.normal:hover {
  font-weight: bold;
  text-decoration: none;
}

.frontpageheader {
	color: #FEFEFE;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {

}

.fase4rdf a:link {

}

.fase4rdf a:hover {

}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


.button {

}

.inputbox {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #FEFEFE;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {

}

H5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color:#666666;
	text-decoration: none;
	font-weight: bolder;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 1px;
}

H5:after {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
h6 {

}

/* Horizontal Line */


/* Content - Sections & Categories */
table.contenttoc {
  margin-left: 5px;
  margin-bottom: 5px;
	border: solid 1px #cccccc;
	background: #f6f6f6;
}

table.contenttoc th {
  color: #666666;
  font-weight: bold;
  font-size: 8pt;
  text-align: left;
  padding: 2px;
}

table.contenttoc td {
	padding: 2px;
}

.contentdescription {
	text-align: left;
}

/** polls and search results **/


.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


.pagenav {
	font-weight: bold;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

strong {
	color: #333333;
}


/* SuckerFish Menus Default */

#nav {
  text-align:right;
  float: right;
  width: 650px;
}

#section_login {
  text-align:left;
  float: left;
  width: 330px;
  padding: 5px 10px;
}


#nav ul {
	float: none;
	margin: 0;
	padding: 0px 10px 0px;
	list-style: none;
}

/* top level links */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


#nav li {
	float: left;
	background: url(../images/site/menu/grey_tab_l.gif) no-repeat bottom left;
	margin: 0;
	margin-left: 1px;
	padding: 0px 0px 0px 6px;
}

#nav li a {
	float:left;
	font-size: 11px;
  display:block;
  line-height: 28px;
  background:url(../images/site/menu/grey_tab_r.gif) no-repeat 100% 100%;
  padding: 0px 15px 0px 10px;
  text-decoration:none;
  color:#FEFEFE;

}

div#nav li:hover, div#nav li.sfhover {
  background:url(../images/site/menu/over_tab_l.gif) no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
  background:url(../images/site/menu/over_tab_r.gif) no-repeat bottom right;
}

/** preloads **/

span.pl_tab_l {
	background-image: url(../images/site/menu/over_tab_l.gif);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_tab_r {
	background-image: url(../images/site/menu/over_tab_r.gif);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.ads {
margin: 0 0 10px 0
}
.adsense {
	position: static;
	z-index: 100;
	margin:6px 0 0 -158px;
}
td.columnpad {
  padding-left: 15px;
}


form {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
}

/* News CSS */
a.bullet_general:link, a.bullet_general:visited, a.bullet_general:hover {
	color: #666699; /* purple */
	font-weight: bold;
}
a.bullet_apt:link, a.bullet_apt:visited, a.bullet_apt:hover {
	color: #4186CB; /* orange */
	font-weight: bold;
}
a.bullet_evenement:link, a.bullet_evenement:visited, a.bullet_evenement:hover {
	color: red; /* red */
	font-weight: bold;
}
a.bullet_forum_site:link, a.bullet_forum_site:visited, a.bullet_forum_site:hover {
	color: #92AE58; /* green */
	font-weight: bold;
}
a.bullet_other:link, a.bullet_other:visited, a.bullet_other:hover {
	color: #666666; /* gray */
	font-weight: bold;
}
/* News CSS */


/* New boxes */
.box_middle_left {
	background-image: url(../images/site/table2/grey_middle_left.gif);
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: top;
	width: 10px;
}
.box_middle_middle {
	background-color: #EFEFEF;
}
.box_middle_right {
	background-image: url(../images/site/table2/grey_middle_right.gif);
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: top;
	width: 10px;
}

.box_bottom_left {
	background: url(../images/site/table2/grey_bottom_left.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	width: 10px;
}
.box_bottom_middle {
	background: url(../images/site/table2/grey_bottom_middle.gif);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
}
.box_bottom_right {
	background: url(../images/site/table2/grey_bottom_right.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	width: 10px;
}
.table_tab_gray {
	background-color: #EFEFEF;
	height: 20px;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-left-color: #CACACA;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CACACA;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CACACA;
	border-top-style: solid;
	border-top-width: 1px;}
.table_tab_left_gray {
	background: transparent url(../images/site/table/gray_top_left.gif) no-repeat top left;
	height: 24px;
	padding-left: 8px;
}
.table_tab_right_gray {
	background: transparent url(../images/site/table/gray_top_right.gif) no-repeat top right;
	padding-left: 8px;
	height: 24px;
	width: auto !important;
	width: 100%;
}
.error {
	color: red;
	font-weight: bold;
}
.input_error {
	BORDER: 2px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	BORDER-COLOR: red;
	background: #FFFFFF;
}
.div_upload_icon_frame {
	width: 500px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-left: -250px; /* - (width/2) */
	margin-top: -125px; /* - (height/2) */
	position: absolute;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	padding: 1px 1px 1px 1px;
	background: #CACACA;
}
.div_edit_car_photo {
	width: 600px;
	height: 350px;
	top: 50%;
	left: 50%;
	margin-left: -250px; /* - (width/2) */
	margin-top: -125px; /* - (height/2) */
	position: absolute;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	padding: 1px 1px 1px 1px;
	background: #CACACA;
}
.forum_blue
{
    color: #316278;
}
