html,body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  color: #FFF;
  font: 12px Arial;
  background: #000;
}

a{
  color: #FFF;
}

a:hover {
  text-decoration: none;
}

hr{
  display: none;
}

.ruler{
  height: 1px;
}

h1 {
  font-family: Georgia;
  color: #FFF;
  margin: 5px 0 0 0;
  font-size: 32px;
  font-weight: normal;
}

h2 {
  font-family: Georgia;
  font-size: 1.33em;
  margin: 5px 0 0 0;
}

h3 {
  font-family: Arial;
  margin: 0;
}

h5 {
  margin: 0 0 0 8px;
  padding: 0;
  font-family: Georgia;
  font-size: 2.6em;
  color: #FFF;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
  text-decoration: none !important;
}

textarea.error,
input.error {
  border: 1px solid red;
}

div.errors {
}

span.error {
  display: block;
  color: red;
}

.error_list li {
  color: red;
}

img{
  border: none;
}

.screen-reader{
  display: none;
}

#framework{
  position: relative;
  margin: 0 auto;
  min-height: 1150px;
  width: 984px;
  padding-top: 1px;
  padding-bottom: 20px;
}

body.homepage #framework, body.post #framework, body.dagagenda #framework {
  background: #000 url('../_images/framework_type1_bg.png') center 15px no-repeat;
}

body.stapper #framework, body.stapteam #framework, body.list #framework, body.search #framework{
  background: #000 url('../_images/framework_type2_bg.png') center 15px no-repeat;
}

body.kaart #framework, body.overcheckuit #framework{
  background: #000 url('../_images/framework_type3_bg.png') center 15px no-repeat;
  min-height: 415px;
}

#logo{
  position: absolute;
  top: 15px;
  left: 25px;
}

#upclogo{
  position: absolute;
  top: 15px;
  left: 570px;
}

.banner-225_300 {
  height: 225px;
  width: 300px;
  overflow: hidden;
}

#content-framework {
  margin-top: 155px;
}

#content {
  min-height: 1000px;
  position: relative;
}

#content:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

#nav{
  position: absolute;
  top: 119px;
  left: 27px;
}

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

#nav li{
  float: left;
  margin-right: 75px;
}

#nav li a{
  display: block;
  text-indent: -1982px;
  overflow: hidden;
  height: 32px;
}

#nav li#nav-home a{
  background: url('../_images/nav-home_bg.png') center center no-repeat;
  width: 73px;
}

#nav li#nav-kaart a{
  background: url('../_images/nav-kaart_bg.png') center center no-repeat;
  width: 82px;
}

#nav li#nav-stapteam a{
  background: url('../_images/nav-stapteam_bg.png') center center no-repeat;
  width: 116px;
}

#nav li#nav-tip10 a{
  background: url('../_images/nav-tip10_bg.png') center center no-repeat;
  width: 93px;
}

#nav li#nav-tip10.active a{
  background: url('../_images/nav-tip10-active_bg.png') center center no-repeat;
  width: 93px;
}

#nav li#nav-winkaarten a{
  background: url('../_images/nav-winkaarten_bg.png') center center no-repeat;
  width: 155px;
  position: absolute;
  left: 760px;
}

#nav li#nav-home a:hover,
.homepage #nav li#nav-home a,
#nav li#nav-kaart a:hover,
.kaart #nav li#nav-kaart a,
#nav li#nav-stapteam a:hover,
.stapteam #nav li#nav-stapteam a,
#nav li#nav-tip10 a:hover{
  background-color: #1F1F1F !important;
}

#footer{
  position: relative;
  font-size: 0.9em;
  color: #000;
  margin: 20px 0 0 32px;
  height: 160px;
  width: 952px;
  background: url('../_images/footer_bg.png') top left;
}

#footer a{
  color: #000;
}

#footer_upclogo{
  position: absolute;
  bottom: 10px;
  left: 5px;
}

#nav-generic{
  position: absolute;
  left: 15px;
  bottom: 10px;
}

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

#nav-generic li{
  float: left;
  margin-left: 10px;
}

#review {
  float: left;
  position: relative;
  width: 616px;
  padding: 16px 8px;
  min-height: 624px;
  background: #1F1F1F url('../_images/review-maincontent_bg.png') top left repeat-x;
}

.dagagenda #review {
  width: auto;
}

.dagagenda #review .meta .media-container,
.dagagenda #review .review-body {
  width: auto;
}

.dagagenda .agenda-content {
  background: #1F1F1F url('../_images/review-maincontent_bg.png') top left repeat-x;
}

.dagagenda .agenda-content .col2 {
  margin-right: 0;
}

.dagagenda .col12 {
  margin-right: 8px;
}

.dagagenda .body,
.dagagenda .meta {
  background: #272727;
  padding: 8px;
  margin-bottom: 40px;
}

.dagagenda .body p {
  margin: 0;
}

.dagagenda .body img {
  margin-bottom: 20px;
  display: block;
}

.dagagenda .meta .title {
  display: block;
  font-size: 11px;
  padding-bottom: 4px;
  font-weight: bolder;
}

.dagagenda .meta span.price {
  font-size: 24px;
  font-weight: bold;
}

#review .tags{
  font-size: 11px;
  margin: 5px 0 5px 0;
}

#review .meta .media-container, #review .review-body {
  float: left;
  width: 425px;
}

#review .review-body {
  border-top: 1px solid #000;
  padding-right: 30px;
  width: 395px;
}

#review .review-body  p{
  margin: 10px 0 0 0;
}

#review .meta .author, #review .review-content .plusminus{
  float: left;
  margin-left: 8px;
  width: 164px;
}

#review .meta .author, #review .review-content .plusminus{
  background: #1F1F1F;
  padding: 9px;
}

#review .review-content .plusminus p{
  font-family: Georgia;
  font-size: 0.9em;
}

#review .meta:after, #review .review-content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

#wiewarenerooks .waserook .rating-container,
#review .meta .rating-container {
  margin: 10px 0;
  clear: both;
  height: 20px;
}

#wiewarenerooks .waserook .rating-container .ratedby,
#review .meta .rating-container .ratedby{
  float: left;
  margin-top: 3px;
  font-size: 0.9em;
}

#wiewarenerooks .waserook .rating-container .rating,
#review .meta .rating-container .rating{
  float: left;
  margin-left: 5px;
  width: 90px;
  height: 18px;
  text-indent: -1982px;
}

#wiewarenerooks .waserook .rating-container:after,
#review .meta .rating-container:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

#wiewarenerooks .waserook .rating.rating-1,
#review .meta .rating.rating-1 {
  background: url('../_images/rating-1_bg.png');
}

#wiewarenerooks .waserook .rating.rating-2,
#review .meta .rating.rating-2 {
  background: url('../_images/rating-2_bg.png');
}

#wiewarenerooks .waserook .rating.rating-3,
#review .meta .rating.rating-3 {
  background: url('../_images/rating-3_bg.png');
}

#wiewarenerooks .waserook .rating.rating-4,
#review .meta .rating.rating-4 {
  background: url('../_images/rating-4_bg.png');
}

#wiewarenerooks .waserook .rating.rating-5,
#review .meta .rating.rating-5 {
  background: url('../_images/rating-5_bg.png');
}

#review .meta .author h5 {
  margin: 0 0 5px 0;
  font-size: 1.5em;
}

#review .meta .author h3{
  margin: 5px 0 0 0;
  font-size: 1em;
}

#review .meta .author p{
  margin: 0;
  font-size: 11px;
}

#review .meta .author  a, .stapteamblock a, #stappers .details a, .user-details a, #tip10 a.authorlink, #agenda a.location, .meta .misc a{
  background: url('../_images/red-arrow.png') right 4px no-repeat;
  padding: 0 9px 0 0;
  font-size: 11px;
  text-decoration: none;
}

#review .meta .author  a:hover, .stapteamblock a:hover, #stappers .details a:hover, .user-details a:hover{
  text-decoration: underline;
}

#review .meta .author  h3 a{
  background: none;
  padding: 0;
}

#review .meta  .author  a:hover{
  text-decoration: underline;
}

#review-meta{
  margin: 0 0 0 7px;
  width: 314px;
  position: relative;
}

#review-meta h2{
  display: block;
  width: 147px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

#review-meta h2.tabbed{
  position: absolute;
  top: 0;
  cursor: pointer;
}

#review-meta h2#h2-details.tabbed{
  left: 0;
}

#review-meta h2#h2-location.tabbed{
  left: 157px;
}

#review-meta h2.active{
  background: #1F1F1F;
}

#review-meta .content{
  background: #1F1F1F;
  width: 294px;
  padding: 10px;
}

#review-meta .content.tabbed{
  /** position: absolute; **/
  position: relative;
  top: 40px;
}

#review-meta .content.inactive{
  display: none;
}

#review-meta h3{
  font-size: 1.1em;
  margin-bottom: 5px;
}

#review-meta .price{
  font-size: 2em;
  margin-left: 12px;
}

.meta .date,
#review-meta .date{
  background: #FF0000;
  padding: 2px;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.meta .until,
#review-meta .until{
  font-size: 0.75em;
  font-weight: normal;
}

.meta .dayname,
#review-meta .dayname{
  color: #FFF;
}

.meta .day,
#review-meta .day{
  color: #000;
}

.meta .month,
#review-meta .month{
  color: #FFF;
}

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

#review-meta .btn-tickets{
  background: #FF0000;
  text-transform: uppercase;
  display: block;
  width: 216px;
  height: 24px;
  text-decoration: none;
  text-align: center;
  font-size: 1.6em;
  margin-left: 70px;
}

.meta .ruler,
#review-meta .ruler{
  height: 1px;
  width: 312px;
  background: #333;
  margin: 10px 0 10px -8px;
  clear: both;
}

#review-meta .location a{
  text-decoration: none;
  font-weight: bold;
  background: url('../_images/red-arrow.png') right 5px no-repeat;
  padding: 0 9px 0 0;
}

#wiewarenerooks {
  margin-top: 8px;
  margin-left: 7px;
  background: #1F1F1F none repeat scroll 0 0;
  float: left;
  padding: 10px;
  width: 294px;
}

blockquote {
  margin: 0;
  margin-top: 7px;
  padding: 0;
}

blockquote p {
  display: block;
  margin-top: 1em;
}

#wiewarenerooks .waserook {
  clear: both;
  margin: 0;
  margin-top: 15px;
  font-size: 11px;
}

#wiewarenerooks .waserook .ruler {
  clear: both;
}

#wiewarenerooks .waserook img {
  float: left;
  height: 90px;
  width: 90px;
  margin-right: 10px;
}

#wiewarenerooks .waserook .text {
  float: left;
  width: 185px;
}


#review-comments{
  position: relative;
  width: 616px;
  background: #1F1F1F;
  margin: 8px 0;
  padding: 16px 8px 16px 8px;
  float: left;
}

#review-comments .ruler{
  width: 632px;
  margin: 20px 0 20px -8px;
  background: #333;
}

#review-comments .counter{
  background: url('../_images/reactioncount_bg.png') top left no-repeat;
  width: 31px;
  height: 21px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 90px;
}

#review-comments .comment:after{
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

#review-comments #recaptcha_widget_div{
  margin: 10px 0 10px 190px;
}

#review-comments .commentauthor{
  width: 200px;
  float: left;
}

#review-comments form{
  margin: 15px 0;
  width: 508px;
}

#review-comments form ul{
  list-style: none;
  margin: 20px 0 0 80px;
  padding: 0;
}

#review-comments form li{
  margin: 0 0 10px 0;
}

#review-comments label{
  font-weight: bold;
  display: block;
  margin: 0;
  height: 20px;
  float: left;
  width: 75px;
}

#review-comments ul input{
  width: 200px;
  height: 20px;
  padding: 0;
  border: 0;
  clear: right;
}

#review-comments #comment_id, #review-comments #comment_post_id{
  display: none;
}

#review-comments textarea{
  border: 0;
  height: 110px;
  width: 350px;
  clear: right;
  font-family: arial;
  font-size: 1em;
  overflow: auto;
}

#review-comments input.submitbutton, #tiphetteam #tiphetteamsubmit, #prijsvraagform #prijsvraagsubmit, #prijsvraag #prijsvraag_popup_button, #sendafriend_popup_button, #sendafriendsubmit{
  display: block;
  clear: both;
  background: #666;
  border: 0;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  float: right;
  font-family: arial;
  width: 130px;
  height: 20px;
  font-size: 1.1em;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
}

#sendafriendsubmit{
  margin-top: 10px;
}

#sendafriendform{
  margin-top: 10px;
}

.success{
  color: #FFF;
}

#sendafriendform div.error{
  margin-bottom: 15px;
}

#sendafriend_popup{
  display: none;
}

#sendafriend_popup_button{
  float: right;
  margin-bottom: 10px;
}

#review-comments form ul:after{
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

.comment {
  position: relative;
}
.report-abuse {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  font-size: 90%;
  text-decoration: none;
  text-align: center;
  background-color: #757575;
}

body.post .banner-225_300, body.post #amsterdamfm-banner, body.post #amsterdamuitburo-banner{
  float: left;
  margin: 8px 0 0 7px;
}

.cjp-banner{
  clear: both;
  margin: 55px 0 0 8px;
}

body.homepage h1{
  display: none;
}

body.homepage h2{
  font-family: Georgia;
  color: #FFF;
  margin: 0;
  font-size: 32px;
  font-weight: normal;
}

body.homepage h3, body.stapper h3, body.location h3, body.stapteam h3, body.list h3, body.search h3{
  font-family: Georgia;
  color: #FFF;
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  margin-top: 35px;
}

body.homepage .banner-225_300, body.homepage #amsterdamfm-banner, body.stapper .banner-225_300, body.stapper #amsterdamfm-banner, body.stapteam .banner-225_300, body.stapteam #amsterdamfm-banner{
  margin: 8px 0 0 0;
  clear: both;
}

body.homepage #posts{
  clear: both;
  margin-bottom: 20px;
}

body.homepage #posts:after{
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

#checkthis_posts, #checked_posts, #sidebar {
  width: 314px;
  float: left;
}

#checkthis_posts, #checked_posts {
  margin-right: 6px;
}

#searchresults{
  width: 960px;
}

#archiveselect{
  position: absolute;
  right: 50px;
  top: 5px;
}

#archiveselect label{
  font-size: 1.27em;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
}

#archiveselect_date{
  border: 0;
}

#archiveselect_submit{
  display: none;
}

#checkthis_posts ul, #checked_posts ul, #stappers ul, #searchresults ul{
  margin: 0;
  padding: 0;
}

.postblock a{
  text-decoration: none;
}

.postblock {
  width: 312px;
  height: 296px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 8px 8px 0;
}

#checkthis_posts .postblock {
  margin-right: 0;
}

.postblock img{
  position: absolute;
}

.postblock .video_overlay{
  position: absolute;
  left: 250px;
  top: 5px;
}

.postblock .lmts_overlay{
  position: absolute;
  left: 0;
  top: 0;
}

.postblock_teaser p{
  margin: 0;
}

.postblock_content{
  position: absolute;
  bottom: 0;
  padding: 8px;
  height: 96px;
  width: 296px;
  background: url('../_images/alphatrans_bg.png') top left;
}

.postblock .checkthis,
#checkthis_posts .postblock_content{
  background: url('../_images/alphatrans_bg_red.png') top left;
}

.postblock .checked,
#checked_posts .postblock_content{
  background: url('../_images/alphatrans_bg_blue.png') top left;
}

.postblock_content .price{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2em;
  font-weight: bold;
  border-left: 1px solid #FFF;
  padding-left: 5px;
}

.postblock_content .genre{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #D4D0C8;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}

.postblock_content.active{
  height: 280px;
}

#checked_posts .date, .date.checked {
  background: #0099FF;
}

#checkthis_posts .date, .date.checkthis, #agenda .date {
  background: #FF0000;
}

#checkthis_posts .postblock_small {
  background: #330C1A;
}

.postblock_content .date,
.postblock_small .date {
  position: absolute;
  top: 8px;
  width: 55px;
  height: 25px;
  line-height: 25px;
  padding: 2px;
  font-weight: bold;
  font-size: 2em;
}

.postblock_small .date {
  font-size: 1.2em;
  height: 16px;
  width: 35px;
  line-height: 18px;
}

.postblock_content .date .day,
.postblock_small .date .day,
#agenda .date .day {
  color: #000;
}

.postblock_content .date .month,
.postblock_small .date .month,
#agenda .date .month {
  color: #FFF;
}

.postblock_content .summary{
  font-size: 0.95em;
}

.postblock_small {
  float: left; 
  margin: 0 8px 8px 0;
  overflow: hidden;
  position: relative;
  width: 296px;
  background-color: #0C2634;
  padding: 8px;
  height: 40px;
}

#checkthis_posts .postblock_small h3,
#checked_posts .postblock_small h3 {
  padding: 0 0 0 50px;
  margin: 0;
  font-size: 1.5em;
}

#checkthis_posts .postblock_small .genre,
#checked_posts .postblock_small .genre {
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-transform: uppercase;
}

.postblock_small.static {
  height: 21px;
}

.postblock_small a.link {
  font-family: Georgia;
  text-decoration: none; 
  font-size: 1.2em;
  background: url('../_images/red-arrow-large.png') right 6px no-repeat;
  padding-right: 12px;
}

#checked_posts .moreposts a{
  display: block;
  width: 95px;
  height: 13px;
  text-indent: -1982px;
  overflow: hidden;
  background: url('../_images/btn-meerfilmpjes_bg.png') 0 0 no-repeat;
}

#checkthis_posts .moreposts a{
  display: block;
  width: 104px;
  height: 10px;
  text-indent: -1982px;
  overflow: hidden;
  background: url('../_images/btn-meerverwacht_bg.png') 0 0 no-repeat;
}

.col1, .col2, .col3{
  float: left;
  margin-right: 8px;
  width: 312px;
}

.col12{
  float: left;
  width: 632px;
}

.col23{
  float: left;
  width: 640px;
}

.moreposts{
  float: right;
  margin-right: 8px;
  font-weight: bold;
}

.
.moreposts a {
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
  background: url('../_images/red-arrow-large.png') right 5px no-repeat;
  padding: 0 9px 0 0;
}

.moreposts a:hover{
  text-decoration: underline;
}

body.overcheckuit .generic-content{
  margin-bottom: 8px;
  padding: 8px;
  background: #1F1F1F;
  min-height: 280px;
}

body.overcheckuit .generic-content img.fullimage{
  margin: -8px 8px 8px -8px;
  float: left;
}

body.overcheckuit .generic-content img.fullimage{
  margin: -8px 8px 8px -8px;
  float: left;
}

body.overcheckuit .banner-225_300{
}

.stapteamblock, #tiphetteam, #prijsvraag, #agenda{
  width: 296px;
  margin-top: 8px;
  padding: 8px;
  background: #272727;
}

body.stapteam .stapteamblock {
  width: 312px;
  padding: 0px;
  height: 296px;
}

body.stapteam .stapteamblock p {
  padding: 8px;
  margin: 0;
}

body.stapteam .stapteamblock .ruler {
  margin-left: 0;
}

#tiphetteam {
  margin: 8px 0 0 0;
}

body.stapper #tiphetteam {
  margin-top: 8px;
}

#tiphetteam:after, #prijsvraag:after{
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

#tiphetteam input, #tiphetteam textarea, #prijsvraagform input, #sendafriendform input, #sendafriendform textarea{
  border: none;
  width: 180px;
  margin-bottom: 5px;
}

#prijsvraag_popup{
  display: none;
}

#prijsvraagform{
  color: #FFF;
}

#prijsvraagform #prijsvraag_terms_label{
  width: 230px;
}

#prijsvraagform #prijsvraag_terms{
  width: auto;
}

#prijsvraag {
  position: relative;
}

#prijsvraag img.kaarten {
  position: absolute;
  right: 20px;
  top: -5px;
}

#tiphetteamsubmit, #prijsvraagsubmit{
  margin-right: 15px;
  margin-top: 5px;
}

#tiphetteam label, #prijsvraagform label, #sendafriendform label{
  font-weight: bold;
  display: block;
  float: left;
  text-align: right;
  padding-right: 5px;
  width: 95px;
}



body.stapper .stapteamblock, body.stapteam .stapteamblock{
  margin-top: 0;
}

.stapteamblock h4, #tiphetteam h4, #prijsvraag h4, #wiewarenerooks h4 {
  font-family: Georgia;
  font-size: 2.6em;
  font-weight: normal;
  margin: 0;
}

.stapteamblock h5{
  font-family: Arial;
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
}

.lmtsblock .ruler, .stapteamblock  .ruler, #tiphetteam  .ruler, #prijsvraag  .ruler, #wiewarenerooks .ruler {
  background: #333;
  height: 1px;
  width: 312px;
  margin-left: -8px;
}

.stapteamblock .links:after{
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

.stapteamblock .links p{
  margin-top: 10px;
  float: left;
  margin-right: 30px;
}

body.post .checkdezeuit {
  float: left;
  margin-left: 8px;
}

body.post .lmts_overlay{
  position: absolute;
  left: 545px;
  top: 105px;
  z-index: 2;
}

.checkdezeuit img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 8px;
}

.checkdezeuit .checkuit {
  clear: both;
  height: 80px;
  border-bottom: 1px solid #333333;
  padding: 8px 0;
}

.checkdezeuit .date {
  background: #FF0000;
  float: left;
  height: 15px;
  width: 34px;
  font-size: 1.2em;
  font-weight: bold;
}

.checkdezeuit .text{
  margin-left: 130px;
  font-size: 0.9em;
}

.checkdezeuit .text h5{
  font-family: Georgia;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0;
  background: none;
}

.checkdezeuit .text h5 a{
  font-family: Georgia;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  background: none;
}

.user-details{
  background: #272727;
  padding: 15px;
}

body.stapper .user-image, body.stapteam .user-image{
  display: block;
}

body.stapper h2, body.stapteam h2{
  font-size: 32px;
  font-weight: normal;
}

#search{
  position: absolute;
  top: 35px;
  right: 50px;
}

#search h2{
  color: #000;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  float: left;
}

#search form{
  float: left;
}
#search #searchinput{
  border: 0;
  margin-left: 10px;
  width: 167px;
  height: 22px;
}

#search #searchsubmit{
  border: 0;
  width: 32px;
  height: 24px;
  background: #FFF url('../_images/searchsubmit_bg.png');
  text-indent: -1982px;
  font-size: 0em;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  margin-left: 5px;
}

.rss-banner{
  width: 312px;
  height: 64px;
  margin-top: 8px;
}

/***
 *  ##LOCATION
 *  ##MAP
 */
.kaart #map,
.location #map {
  margin-bottom: 9px;
  width: 950px;
  height: 600px;
  color: #000;
}
#tab-location #map {
  color: #000;
  width: auto;
  height: 171px;
  width: 294px;
}

.info-window {
  position: relative;
  padding-right: 80px;
}

.info-window p {
  margin: 0;
}

.info-window img {
  position: absolute;
  top: 0;
  right: 0;
  width: 71px;
}

.subsection h2 {
  font-family: "Georgia", serif;
  font-size: 2.6em;
  font-weight: normal;
}

.subsection a {
  text-decoration: none;
}

.subsection-bottom {
  margin-top: 23px;
  background-color: #1f1f1f;
}

.clearfix:after{
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}

.singular {
  float: none;
}
.singular a {
  display: block;
  float: right;
  background: #666;
}

#tip10{
  position: absolute;
  width: 936px;
  height: 474px;
  top: 150px;
  left: 16px;
  background: url('../_images/tip10_bg.png') repeat-x;
  z-index: 3;
}

.hidden {
  display: none;
}

#tip10 h2{
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 2.8em;
  font-weight: normal;
}

#tip10 ol{
  position: absolute;
  left: 205px;
  top: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tip10 li{
  position: absolute;
  width: 340px;
}

#tip10 li#tip10-1{
  top: 0;
}

#tip10 li#tip10-2{
  top: 85px;
}

#tip10 li#tip10-3{
  top: 170px;
}

#tip10 li#tip10-4{
  top: 255px;
}

#tip10 li#tip10-5{
  top: 340px;
}

#tip10 li#tip10-6{
  top: 0;
  left: 370px;
}

#tip10 li#tip10-7{
  top: 85px;
  left: 370px;
}

#tip10 li#tip10-8{
  top: 170px;
  left: 370px;
}

#tip10 li#tip10-9{
  top: 255px;
  left: 370px;
}

#tip10 li#tip10-10{
  top: 340px;
  left: 370px;
}

#tip10 .number{
  font-family: Georgia;
  font-size: 2.8em;
  text-align: right;
  width: 30px;
  height: 50px;

}

#tip10 .text{
  position: absolute;
  left: 130px;
  top: 0;
}

#tip10 h3{
  font-family: Georgia;
  font-size: 18px !important;
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
}

#tip10 img{
  position: absolute;
  top: 0;
  left: 50px;
}

#tip10 .ruler{
  position: absolute;
  top: 78px;
  right: 0;
  height: 1px;
  width: 320px;
  background: #000;
}

.lmtsblock{
  width: 296px;
  margin-top: 8px;
  padding: 0 8px 8px 8px;
  background: #1F1F1F;
  position: relative;
}

.lmtsblock a{
  background: url('../_images/red-arrow.png') right 5px no-repeat;
  padding: 0 9px 0 0;
  font-size: 11px;
  text-decoration: none;
}

.lmtsblock h4{
  width: 220px;
  height: 67px;
  text-indent: -1982px;
  background: url('../_images/lmts_h4_bg.png');
  margin: 0;
}

.lmtsblock p{
}

.lmtsblock table{
  border-collapse: collapse;
  margin-bottom: 5px;
}

.lmtsblock table tr{
  height: 30px;
}

.lmtsblock table td{
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  vertical-align: top;
  padding: 7px 2px 7px 7px;
}

.lmtsblock table td.day{
  padding: 5px;
  text-transform: uppercase;
}

.lmtsblock table td.day div{
  padding: 2px;
  width: 25px;
  font-size: 1.16em;
  font-weight: bold;
  background: #FF0000;
}

.lmtsblock table td.pricebefore{
  color: #666666;
  text-decoration: line-through;
}

.lmtsblock table td.time, .lmtsblock table td.priceafter{
  font-weight: bold;
}

.lmtsblock .lmtsblock-closed{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 40px;
  margin-left: -105px;
  background: #000000;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
  z-index: 2;
}

.lmtsblock .lmtsblock-closed p{
  margin: 10px 0 0 0;
  text-align: center;
}

.lmtsblock .lmtsblock-closed-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 312px;
  height: 100%;
  background: url('../_images/alphatrans_bg.png');
}

#sendafriendform{
  color: #FFF;
}

.checkuit a{
  background: none;
  padding: 0;
}

/**
 * AGENDA Code
 */
#agenda {
  position: relative;
  height: 296px;
  padding: 0;
  width: 312px;
  margin-bottom: 8px;
  margin-top: 0;
}

#agenda h4,
#agenda ul {
  margin: 0;
  padding: 0;
}

#agenda .controls {
  position: absolute;
  right: 0;
  top: -1.6em;
  width: 120px;
}

#agenda .controls h4 {
  float: left;
  width: 60px;
  font-size: 100%;
  height: 19px;
  text-align: center;
}

#agenda .controls a.tab {
  height: 19px;
  padding-right: 10px;
  text-transform: uppercase;
  display: block;
  background: url('../_images/down.png') right 4px no-repeat;
}

#agenda .controls a.active,
#agenda .controls a.tab:hover {
  background: #1F1F1F url('../_images/down.png') right 4px no-repeat;
}

#agenda .controls a.tab img {
  display: block;
  float: right;
  height: 5px;
  width: 9px;
  margin-right: 5px;
  margin-top: 3px;
}

#agenda .controls ul {
  width: 110px;
  position: absolute;
  top: 19px;
  left: -5px;
  background: url('../_images/tip10_bg.png') repeat-x;
  list-style: none;
  z-index: 5;
  padding-left: 5px;
}

#agenda .controls ul a:hover {
  font-weight: bold;
}

#agenda .controls .day,
#agenda .controls .genre {
  top: -1.4em;
}

#agenda .controls .genre ul {
  left: 50px; 
}

#agenda table {
  border-collapse: collapse;
}

#agenda tr {
  height: 30px;
  vertical-align: top;
}

#agenda tr td {
  padding: 5px 8px;
  /** ie7 hack **/
  .padding: 4px 8px;
  border-bottom: 1px solid #333;
}

#agenda td.date {
  background: none;
  font-weight: bold;
  text-align: center;
  font-size: 105%;
}

#agenda div.title {
  position: relative;
  width: 247px;
}
#agenda a.title {
  font-weight: bold;
}

#agenda a {
  text-decoration: none;
}

#agenda div.date {
  padding: 1px 2px;
}

#agenda a.location {
  display: block;
  right: 0;
  top: 1.4em;
  position: absolute;
}

#agenda .paginator {
  text-align: center;
  color: #D4D0C8;
}

#agenda .active {
  font-weight: bold;
  color: #FFF;
}


