body, td, div, p {
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
}

h1, h2, h3, h4 {
    font-family: "Arial";
}

.title {
	font-weight: bold;
	font-size: 14px;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #f7f7f7;
}

address {
  font-style: normal;
}

hr {
	border: none;
	border-bottom: 1px solid #d4cece;
	height: 1px;
}

.hidden,
.extra {
	display: none;
}

.align-center {
  text-align: center;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.more-info {
	color: #ff9900;
}

.default h1,
.default h2,
.default h3,
.default a {
	color: #ba2f5d;
}

.steden h1,
.steden h2,
.steden h3,
.steden a {
	color: #e88418;
}

.wintersport h1,
.wintersport h2,
.wintersport h3,
.wintersport a {
	color: #10aad0;
}

.events h1,
.events h2,
.events h3,
.events a {
	color: #c5c502;
}

.sport h1,
.sport h2,
.sport h3,
.sport a {
	color: #669900;
}

a.default,
a.steden,
a.wintersport,
a.events,
a.sport {
  padding: 3px 7px 3px 9px;
	color: #ffffff;
}

.more-info {
  height: 30px;
  display: block;
  line-height: 30px;
}
.more-info span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../img/bgMoreInformation.png');
  overflow: hidden;
  float: left;
  color: white;
  line-height: 30px;
  text-align: center;
  font-family: 16px;
  font-weight: bold;
}

.more-info a {
  margin-left: -4px;
}

.more-info span.steden {
  background-position: -30px 0;
}

.more-info span.wintersport {
  background-position: -60px 0;
}

.more-info span.events {
  background-position: -90px 0;
}

.more-info span.sport {
  background-position: -120px 0;
}

a.default {
	background: #ba2f5d;	
}

a.steden {
	background: #e88418;
}

a.wintersport {
	background: #10aad0;
}

a.events {
	background: #c5c502;
}

a.sport {
	background: #669900;
}

h1, h2, h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.paragraph h3 {
    margin-bottom: 10px;
}

ul.categories a {
    font-family: "Arial";
}

#slogan
{
color: #0061AA;
}

#container {
	width: 950px;
	margin: 10px auto 0px auto;
	padding: 10px 0 0 0;
}

#payoff {
	float: right;
	width: 470px;
	margin-top: 10px;

}

#payoff p.medium {
  font-family: "Arial";
	font-size: 15px;
	line-height: 24px;
}

#payoff p
{
  font-family: "Arial";
}

div#sgr
{
  display: block;
  float: right;
  width: 60px;
  height: 55px;
  overflow: hidden;
  margin-left: 10px;
}
  div#sgr a img
  {
    width: 60px;
    height: 55px;
  }

#header_image {
	clear: both;
	margin: 10px 0px 5px 0px;
}

#header_image .as-link
{
  cursor: pointer;
}

#breadcrumb {
  padding: 0 0 10px 28px;
}

#breadcrumb li {
	float: left;
	padding-right: 10px;
}

#breadcrumb a {
    font-family: "Arial";
    line-height: 24px;
}

#header address
{
	display: none;
}


/**
 * MAIN MENU
 */

#main-menu {
  display: block;
  margin: 0 0 20px;
  position: relative;
}

#main-menu a {
  background: transparent;
}

#submenu-holder {
  height: auto;
  vertical-align: top;
}

#submenu-holder .hidden {
  display: block;
}

#main-menu .menu {
  display: block;
  background-color: #555555;
  padding: 20px 10px 0 10px;
  overflow: hidden;
}

#main-menu .menu > li {
  display: inline-block;
  margin-right: 5px;
  float: left;
}

#main-menu .menu > li > a {
  display: inline-block;
  padding: 4px 10px;
  background: transparent;
  font-size: 14px;
  color: white;;
}

#main-menu .menu > li > a:hover {
  text-decoration: none;  
}

#main-menu .menu > li.default > a:hover,
#main-menu .menu > li.default > .selected,
#submenu-holder.default {
  background: #ba2f5d;
}

#main-menu .menu > li.steden > a:hover,
#main-menu .menu > li.steden > .selected,
#submenu-holder.steden {
  background: #e88418;
}

#main-menu .menu > li.wintersport > a:hover,
#main-menu .menu > li.wintersport > .selected,
#submenu-holder.wintersport {
  background: #10aad0;
}

#main-menu .menu > li.sport > a:hover,
#main-menu .menu > li.sport > .selected,
#submenu-holder.sport {
  background: #669900;
}

#main-menu .menu > li.events > a:hover,
#main-menu .menu > li.events > .selected,
#submenu-holder.events {
  background: #c5c502; 
}

#submenu-holder > ul {
  vertical-align: top;
  overflow: hidden;
  padding: 20px;
  display: block;
}

#submenu-holder .submenu {
  display: inline;
  float: left;
  width: 220px;
  height: auto;
}

#submenu-holder .subsubsubmenu {
  margin-left: 30px;
  color: white;
  list-style: disc;
}

#submenu-holder .subsubmenu > ul {
  margin: 10px 0 20px;
}

#submenu-holder .two-column > .subsubmenu {
  display: inline-block;
  width: 110px;
  height: auto;
  float: left;
}

#submenu-holder .two-column > .extra {
  display: none;
}

#submenu-holder .submenu > a {
  font-weight: bold;
  display: block;
  margin: 0 0 7px 0;
  font-size: 14px;
}

#submenu-holder .extra {
  display: none;
}

#submenu-holder .submenu a {
  background: none;
}

#submenu-holder .selected {
  text-decoration: underline;
}

#submenu-holder a {
  color: white;
}

.open-additional-locations {
  margin: 20px 0 0 0;
  font-weight: bold;
  display: none;
}

#main {
	clear: both;
	padding-top: 5px;
}

#navigation {
	float: left;
	width: 175px;
}

#footer div, #footer a {
   font-family: "Arial";
	 color: #494949;
   background-color: transparent;
}

#footer ul {
	margin-bottom: 50px;
}

#footer ul ul {
  margin-bottom: 10px;
}

#footer li {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

#footer li li {
  border: none;
  padding: 2px 0px 2px 5px;
}

#footer a.selected {
    text-decoration: underline;
}

#content {
	
}

#intro {
	padding: 15px 10px 25px 10px;
	line-height: 30px;
	color: #ffffff;
	background: url(../img/intro_background.jpg) #b92e5c repeat-x bottom;
}

#intro h1 {
	font-family: "Arial";
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
}

#intro h2, #intro p {
    font-family: "Arial";
    color: #ffffff;
	font-size: 18px;
	line-height: 18px;
}

.categories li {
	width: 226px;
	float: left;
	padding-left: 8px;  
}

.categories li:first-child {
  padding-left: 2px;
}

.categories li img {
	margin: 10px 0px 2px 0px;
}

.categories li > a {
	font-size: 18px;
	line-height: 30px;
}

/**
 * segment blocks
 */

#segment-blocks {
  padding-bottom: 0px;
}
 
.segment-block {
  
}
.segment-block > div.user-input
{
  display: block;
  margin-top: 15px;
  color: #333333;
}


.box_info {
    border: 1px solid #cccccc;
    background: #e8e8e8;
}

.boxes {
	width: 765px;
}

.boxes li {
	float: left;
}

.boxes li div {
	margin: 0;
	/* min-height: 180px; */
}

.box
{
	position: relative;
	border-top: 1px solid #cccccc;
	/* background: url(../img/box_bottom.jpg) repeat-x bottom; */
}

.box_top {
	position: absolute;
	height: 135px;
	width: 100%;
	background: url(../img/box_top.jpg) repeat-x;
}

.box_left {
    float: left;
    width: 472px;
}

.box_right {
    float: left;
    width: 472px;
    padding-left: 6px;
    clear: right;
}

.box_content .box_left,
.box_content .box_right {
  width: 462px;
}

.box_right img {
    margin: 0 0 0 14px;
}

.box_right .box_info {
    margin-top: 20px;
}

.map-box {
  width: 346px;
  float: right;
  margin: 10px 0 20px 20px !important;
  padding: 10px;
  background-color: white;
  border: 1px solid #bbbbbb;
}

.map-box > a > img,
.map-box > img {
  width: 346px;
  display: block;
  margin: 0px;
  border: 1px solid #dddddd;
}

#gmap-container {
  height: 346px;
  border: 1px solid #999999;
  overflow: hidden;
}
a#open-large-map {
  background-color: #ff9900;
  color: white;
  display: block;
  margin: 4px 0 0px 0;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
}

.map-box .map-box-text-bottom {
  margin-top: 10px;
}

.small_box {
	width: 180px;
}

.medium_box {
	width: 470px;
	margin-left: 10px;
}

.medium_box:first-child {
	margin: 0;
}

#location li {
    padding-top: 5px;
    border-top: 1px solid #d4cece;
}

#location li:first-child {
    border-top: 0;
    padding-top: 0;
}

#location .images {
    padding: 0;
    margin-top: 5px;
}

#location .images li {
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

.large_box {
	width: 100%;
}

.box_info p {
    font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.box_info a {
	color: #000000;
	text-decoration: underline;
}

.arrow {
	position: absolute;
	top: -1px;
	left: 20px;
}

.box_content {
	line-height: 20px;
	position: relative;
	padding: 10px 10px 30px 10px;
}

.box_content h2, .box_content h1 {
	margin-bottom: 10px;
}

#not_found a {
    text-decoration: underline;
}

#contact_form fieldset legend {
    font-family: georgia;
    font-size: 18px;
    color: #ba2f5d;
}

#inline-form {
  margin: 10px 0 0 0;
}

#contact_form fieldset {
    border: solid 1px #cccccc;
    padding: 15px 10px 10px 10px;
}

#contact_form dt label,
#inline-form dt label {
    width: 130px;
    float: left;
    clear: left;
    padding: 5px 0px 5px 0px;
}

#contact_form dt label span {
    color: #ba2f5d;
}

#contact_form dd {
    padding: 3px 0px 3px 0px; 
}

#inline-form dt:first-child {
  display: none;
}

#inline-form form dd {
  padding: 3px 0px 3px 0px;
  overflow: hidden;
}

#contact_form input,
#contact_form textarea,
#contact_form select {
    width: 300px;
    float: left;
}

#inline-form input,
#inline-form textarea,
#inline-form select {
  /* width: 212px; */
  width: 210px;
  float: left;
  font-family: Arial;
  font-size: 100%;
}

#contact_form input.radio {
    width: 13px;
    margin-right: 10px;
}

#contact_form input.submit {
    width: 100px;
    margin-left: 5px;
}

#inline-form input.submit {
  clear: both;
  width: 100px;
}

#contact_form textarea {
  height: 100px;
  padding: 2px;
}

#inline-form textarea {
  height: 130px;
  padding: 2px;
}

div.error-box
{
	color: #ba2f5d;
	border: 2px solid #ba2f5d;
	background-color: #f9f9f9;
	padding: 10px;
	margin: 15px 0 15px 0;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

#contact_form ul.errors,
#inline-form ul.errors {
    float: right;
    width: 222px;
}

#inline-form ul.errors {
  width: 220px;
}

#contact_form ul.errors li,
#inline-form ul.errors li {
  color: #ba2f5d;
  padding: 0px 0px 0px 5px;
}

#inline-form .comments {
  width: 130px;
  margin-top: 10px;
}

html>/**/body #inline-form .comments {
  float: left;
  margin-top: -110px;
}

#inline-form .comments p,
#inline-form .comments ul {
  margin-bottom: 10px;
  color: #aaaaaa;
  font-size: 11px;
  line-height: 13px;
}

#inline-form .comments li {
  float: none;
  border: none;
  padding: 0;
  margin-left: 30px;
  list-style: disc;
  color: #aaaaaa;
}

img.pg {
	float: right;
	width: 100px;
	clear: right;
	padding: 0px 0px 2px 2px;position: relative;
	display: block;
}

.gs-webResult
{
	margin-bottom: 20px !important;
}

#quicksearch {
	padding: 2px;
	height: 20px;
}

li#quicksearch-form
{
  display: block;
  width: 130px;
}
  li#quicksearch-form input[type=text]
  {
    border: 1px solid #dddddd;
    height: 18px;
    padding: 0px;
    width: 98px;
    float: left;
    font-style: italic;
    color: #999999;
    overflow: hidden;
    padding-top: 3px;
    padding-left: 3px;
  }
  #search-submit
  {
    float: right;
    margin-left: 4px;
    background-image: url('../img/search.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 22px;
    height: 22px;
    overflow: hidden;
    line-height: 200px;
    text-indent: 200px;
    border: none;
    cursor: pointer;
  }

li.overview {
	padding: 2px;
	font-size: 14px;
}

h2.location_block {
	height: 65px;
}

#location_overview ul{
	clear: both;
}

#location_overview {
	clear: both;
}

#afzender_anders_namelijk
{
  margin-bottom: 30px;
  margin: -30px 0 0 0;
}

div.box-content
{

}

ul.boxes div.box_content p
{
	padding-bottom: 10px;
}
/*
ul.boxes div.box_content ul
{
	list-style: disc;
	margin-left: 20px;
}
  ul.boxes div.box_content ul li
  {
    float: none;
  }
*/


/*
 * User input
 */

.user-input p {
  padding-bottom: 10px;
}

.user-input a {
  text-decoration: underline;
}

.user-input ul,
.user-input ol {
  list-style: disc !important;
  margin: 0px 0px 10px 20px !important;
}

.user-input ul li,
.user-input ol li {
  float: none !important;
  border: none !important;
  padding: 0px !important;  
}

.user-input h2,
.user-input h3 {
  font-size: 12px;
  font-family: Arial;
  color: black;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

.user-input h2 {
  font-size: 14px;
}

.user-input blockquote {
  
}

.user-input td[valign=top],
.user-input th[valign=top] {
  vertical-align: top;
}

/**
 * google maps
 */

.gs-visibleUrl,
.gsc-adBlock {
	display: none !important;
}

#landing-page-standard .float-right {
  float: right;
  margin: 0 0 20px 40px;
}


/**
 * Downloads
 */

#downloads {
  margin: 40px 0 10px 0;
}

#downloads table {
  width: 100%;
}

#downloads table th,
#downloads table td {
  padding: 5px;  
}

#downloads table tbody th {
  width: 130px;
}

#downloads table tbody tr:first-child td,
#downloads table tbody tr:first-child th {
  padding-top: 20px;
}

#downloads thead th {
  background-color: #dddddd;
}



/**
 * Alternative contact form (A/B Testing)
 */

#contact-alternative .error-box {
  margin-bottom: 20px;
}

#contact-alternative .errors li {
  color: #BA2F5D;
}

#contact-alternative dt {
  clear: left;
  padding: 3px 3px 3px 0;
}

#contact-alternative label {
  width: 95px;
  clear: left;
  float: left;
}

#contact-alternative input[type=text],
#contact-alternative textarea,
#contact-alternative select {
  float: left;
}


#contact-alternative input[type=text] {
  width: 347px;
}

#contact-alternative select {
  width: 353px;
}

#contact-alternative textarea {
  width: 347px;
  height: 80px;
  font-family: Arial;
  font-size: 100%;
}

#contact-alternative input[type=submit] {
  float: right;
  display: inline-block;

}

#contact-alternative blockquote p {
  font-family: Verdana, Georgia;
  font-style: italic;
  color: #444444;
}

#contact-alternative ul li {
  padding-bottom: 14px;
  line-height: 18px;
}

#contact-alternative h2 {
  font-size: 21px;
  color: #BA2F5D;
  margin: 0 0 10px 0;
  line-height: 25px;
  height: 80px;
}

#contact-alternative h1 {
  height: 20px;
}

#contact-alternative .errors {
  padding: 2px 0 0 95px;
}

#contact-alternative .boxes .box_right li {
  float: none;
}


