/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

hr{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
hr.dotted  {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	width: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
hr.vespatripslist {
	clear: both;
	border: 1px dashed #999999;
	margin: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
hr.newslist {
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
hr.white {
	clear: both;
	color: white; /* for IE */
   	background-color: white; /* for Mozilla and Firefox*/
  	border: 0; /* for Mozilla and Firefox*/
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
hr.kalline {
	clear: both;
	color: #999999; /* for IE */
	background-color: #999999; /* for Mozilla and Firefox*/
	border: 0; /* for Mozilla and Firefox*/
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}



body {
	color: #25181c;
	margin: 0;
	padding: 0 0 50px 15px;
	/*text-align: center;*/
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	background-color: #25181c;
	background-image: url(../images/body_bg.gif);
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #CE1126;
}
a.img, a.img:active, a.img:link, a.img:visited, a.image:hover {
	text-decoration: none;
	color: #CE1126;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #fc5e72;
}
a:hover {
	color: #CE1126;
	border-bottom: 1px dotted #AF1E2D;
}

/* images */
img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 0px 10px 10px 0px;
}
img.noformatting   {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
img.pikzel {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
img.kalres {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	vertical-align: text-bottom;
}
/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #FEFAFA; 	
}
form label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #CE1126;
}
form input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #555555;
	background: #fff;  	
}
form textarea {
	/*width: 200px;*/
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
	width: 330px;
}
form input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

form sinput.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}






/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 20px;
	color: #000;
	padding: 20px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 17px;	
	font-weight: normal;
	padding: 10px 10px 5px 5px;
	margin: 0;	
}

p, dl { padding: 0; margin: 0; }
#bannerwrap  img {
	background:none;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
#bannerwrap  a {
	border: none;
	text-decoration: none;
}
#bannerwrap  a: hover  {
	border: none;
	text-decoration: none;
}
#rightcolumn img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}


/* layout */
/* ------ */


#fullwrap {
	position: relative;
	width: 1075px;
	float: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#contentwrap {
	position: relative;
	width: 870px;
	float: left;
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
}
#bannerwrap {
	position: relative;
	float: right;
	width: 150px;
	margin-top: 100px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #666;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#bannerwrap h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0;
}#headwrap {
	position: relative;
	width: 870px;
	float: left;
	padding: 0px;
	margin: 0;
	height: 200px;
	background-image: url(../images/headwrapper_bg.jpg);
	background-repeat: no-repeat;
}
#middlewrap {
	position: relative;
	width: 860px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footerwrap {
	position: relative;
	width: 870px;
	float: left;
	margin: 0px;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
	background-color: #CC1126;
}
#leftcolumnwrap {
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#sidebarmenu {
	float: left;
	width: 190px;
	padding: 5px;
	margin: 0;
	display: inline;
	background:#fff;
}
#sidebarmenu h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px; 
	font: normal 2.2em Tahoma, Helvetica, Arial, sans-serif;	
	color: #666666;	
	letter-spacing: -.1em;	
}
#sidebarmenu ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebarmenu ul.sidemenu li {
	list-style: none;
	padding: 4px 10px;
	margin: 0;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
* html body #sidebarmenu ul.sidemenu li {
	height: 1%;
} 
#sidebarmenu ul.sidemenu li a {
	text-decoration: none;
	background-color: transparent;
	border: none;
	color: #045881;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 1.4em;
}

#sidebarmenu ul.sidemenu li a:hover {	
	color: #83B2C8;	
}
#sidebarmenu ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebarmenu ul.sidemenu ul li { background: none; }

#aboutus {
	margin: 0px;
	float: left;
	height: auto;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d6d027;
	border-right-color: #d6d027;
	border-bottom-color: #d6d027;
	border-left-color: #d6d027;
	background-image: url(../images/aboutus_bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
#aboutus   hr {
	text-align: left; /*this will align it left for Mozilla*/
	border-top: 1px solid #666;/*the border*/
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
}
#aboutus    h4 {
	text-align: left;/*this will align it for IE*/
	margin: 00; /*this will align it left for Mozilla*/
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #cc1126;
}
#aboutus   h3 {
	text-align: left; /*this will align it left for Mozilla*/
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 1.4em;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	letter-spacing: -0.05em;
	font-weight: bold;
}
#aboutus h3 a, a:active, a:link, a:visited, a:hover {
	color: #ce1126;
	text-decoration: none;
}
#content_kal {
	/*background-color: #CC00FF; */
	padding: 0px;
	float: left;
	width: 440px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content {
	/*background-color: #CC00FF; */
	padding: 0px;
	float: left;
	width: 420px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h2 {
	padding-bottom: 5px;
	margin-top: 5px;
	color: #ce1126;
	letter-spacing: -2px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 105%;
}
#content h3 {
	padding: 0px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h4 {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	color: #333;
	letter-spacing: -1px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	margin-left: 0px;
	margin-bottom: 2px;
}
#content #reservatiedatum {
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CE1126;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F8DCE0;
	clear: right;
}
#generaltext {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#rightcolumnwrap {
	float: right;
	height: auto;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
#rightcolumnwrap_kal {
	float: right;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#rightcolumn {
	margin: 0px;
	float: left;
	height: auto;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d6d027;
	border-right-color: #d6d027;
	border-bottom-color: #d6d027;
	border-left-color: #d6d027;
	background-image: url(../images/rightcolumn_bg.gif);
	background-repeat: repeat-y;
}
#rightcolumn hr {
	text-align: left;/*the border*/
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#rightcolumn h4 {
	text-align: left;/*this will align it for IE*/
	margin: 00; /*this will align it left for Mozilla*/
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #cc1126;
}
#rightcolumn h3 {
	text-align: left; /*this will align it left for Mozilla*/
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 1.4em;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	letter-spacing: -0.05em;
	font-weight: bold;
}
#rightcolumn h3 a, a:active, a:link, a:visited, a:hover {
	color: #ce1126;
	text-decoration: none;
}
#rightcolumn_partners {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E9F1F5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #045881;
	border-right-color: #045881;
	border-bottom-color: #045881;
	border-left-color: #045881;
	background-image: url(../images/rightcolumn_partners_bg.gif);
}
#rightcolum_partners hr {
	text-align: left; /*this will align it left for Mozilla*/
	border-top: 1px solid #666;/*the border*/
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
}
#rightcolumn_partners h4 {
	text-align: left; /*this will align it left for Mozilla*/
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #cc1126;
	font-weight: bold;
	margin-top: 00;
	margin-right: 00;
	margin-bottom: 10px;
	margin-left: 00;
}
#rightcolumn_partners h3 {
	text-align: left;
	font-size: 1.5em;
	color: #000000;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	letter-spacing: -0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#rightcolumn_partners a.partnerlink, a.partnerlink:active, a.partnerlink:link, a.partnerlink:visited, a.partnerlink:hover {
	color: #1c729b;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}

#rightcolumn_partners_kal {
	float: left;
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E9F1F5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #045881;
	border-right-color: #045881;
	border-bottom-color: #045881;
	border-left-color: #045881;
	background-image: url(../images/rightcolumn_partners_kal_bg.gif);
}
#rightcolum_partners_kal hr {
	text-align: left; /*this will align it left for Mozilla*/
	border-top: 1px solid #666;/*the border*/
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
}
#rightcolumn_partners_kal h4 {
	text-align: left; /*this will align it left for Mozilla*/
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #cc1126;
	font-weight: bold;
	margin-top: 00;
	margin-right: 00;
	margin-bottom: 10px;
	margin-left: 00;
}
#rightcolumn_partners_kal h3 {
	text-align: left;
	font-size: 1.5em;
	color: #000000;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	letter-spacing: -0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#rightcolumn_partners_kal a.partnerlink, a.partnerlink:active, a.partnerlink:link, a.partnerlink:visited, a.partnerlink:hover {
	color: #1c729b;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}

.postmeta span {
	color:#7d0b16;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.postmeta .date{ margin: 0 0 0 5px; font-weight:bold}
.postmeta a.comments { margin: 0 0 0 5px;	}
.postmeta a.readmore { margin: 0 0 0 5px;	}

.post-info {
	font-size: 10px;
	padding-top: 3px;
	margin-left: 0px;
	color: #666;
	margin-bottom: 5px;
}
.post-info a { color: #C5935C; }
.post-info span {
	color:#ce1126;
	font-weight:bold;
	text-decoration: none;
}
.seatsavailable{
	font-size: 1.1em;
	font-weight: bold;
	color: #1c729b;
}
.datum_kalender {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }
.detail-vertrek {
	color:#ce1126;
	font-size:14px;
	font-weight:bold;
	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
#content_kal h2 {
	padding-bottom: 5px;
	margin-top: 5px;
	color: #ce1126;
	letter-spacing: -2px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 105%;
}

