/* typography */
body {
	font-size: 75%;
}
html > body {
	font-size: 12px;
}
p {
	margin-bottom:1.2em;
}
a:link, a:hover, a:visited, a:active {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	border-bottom:1px solid #B9181E;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	margin:18px 0;
}
ul, ol {
	margin-bottom: 18px;
}
/* fluid.gs site design */
body {
	background: #333;
	color: #FFF;
}
.fluid_grid_layout {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #131314;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/bgWrapper.png) top left repeat-y;
}
/* *** header *** */

#header {
	height: 371px;
}
#headerTop {
	height: 121px;
	width: auto;
	background: url(../images/bgHeader.png)
}
/* *** h1 logo *** */
h1 {
	font-size: 0;
	text-indent: -9999px;
	position: absolute;
	left: 47px
}
h1 a {
	width: 320px;
	height: 75px;
	display: block;
}
h1 a:hover {
	border: none;
}
/* *** address *** */
.address {
	font-size: .9em;
	position: absolute;
	right: 30px;
	top: 15px;
	line-height: 1.8em;
}
.icon {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}
.no-icon {
	padding-left: 20px;	
}
.vCard {
	background-image: url(../images/iconVcard.png)
}
.phone {
	background-image: url(../images/iconPhone.png)
}
.eMail {
	background-image: url(../images/iconEmail.png)
}
.globe {
	background-image: url(../images/iconGlobe.png)
}
#headerImg {
	border-bottom: 1px solid #3F4243;
	height: 180px;
}
#headerImg img {
	border-left: 1px solid #3F4243;
	border-right: 1px solid #3F4243;
}
h2 {
	border-bottom: 2px solid #B9181E;
	font-size: 1.25em;
	margin: 0 0 .7em 0;
	padding: 0 0 .3em 0;
}
h3 {
	color: #B8181E;
	font-weight: bold;
	font-size: 1.1em;
}
h4 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
.left {
	padding: 0 20px;
	width: 175px;
}
.left img {
	margin-bottom: 20px;
}
.middle {
	min-width: 460px;
	width:460px;
}
.occasions {
	width:850px;
}
.middle a {
}
.middle ul {
	list-style: square;
	margin-left: 1em;
}
.middle ul ul {
	margin: 0 0 0 1.4em;
}
.occasions {
	padding: 0 20px;
}
.right {
	padding: 0 20px;
	width: 180px;
}
a img.hogeSelect {
	margin-bottom: 20px;
}
a.noborder, a.noborder:hover {
	border:0;
	text-decoration:none;
}
.column_content {
	line-height: 1.6em;
}
.infoBlock {
	background: #262728;
	border: 1px solid #3F4243;
	width: auto;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* *** hyperlink occasionoverzicht *** */
a.occasionOverzicht {
	background: #B9181E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: .5em;
}
a.occasionOverzicht:hover {
	border: none;
	background: #131314;
}
/* *** footer *** */
#footer {
	height: 55px;
	line-height: 55px;
	width: auto;
	padding-left: 20px;
	background: url(../images/bgFooter.png);
	margin-top: 30px;
}
#footer a {
	margin: 0 5px;
}
.footerAddress {
	float: right;
	margin: 0 5px 0 0;
}
.footerAddress span {
	margin: 0 10px;
}
/* *** dropdown menu *** */
#nav {
	height: 35px;
	background: url(../images/bgNav.png) left top repeat-x;
	border-top: 1px solid #3F4243;
	line-height: 35px;
	border-bottom: 1px solid #3F4243;
	border-left: 1px solid #3F4243;
	border-right: 1px solid #3F4243;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	height: 35px;
	background: url(../images/navDivider.png) right no-repeat;
	padding: 0 15px;
	font-weight: bold;
}
#nav ul li a:hover, #nav ul li.menu-current a, #nav ul li.menu-parent a {
	border-bottom: 4px solid #B9181E;
	background: #222323;
}
#nav ul li.menu-current li a {
	border: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
#nav ul a:hover {
	color: #fff !important;
}
/* dropdown */
#nav ul li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul ul {
	display: none;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #222323;
	z-index: 9999
}
#nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
 *margin-left:-16px;
}
#nav ul ul li a, #nav ul li.menu-parent li a {
	font-weight: normal;
	border: none;
}
#nav ul ul li a:hover {
	background: #3F4243;
	border: none;
}
/* level 3+ list */
#nav ul ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav ul {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav ul {
	height: 1%;
}
.clear {
	clear: both;
}
.column_content {
	font-family:verdana;
}
table.td {
	vertical-align:top;
}
/* *** addthis *** */
.addthis_default_style {
	position: relative;
	width: 50%;
	float: left;	
}

.addthis_default_style a {
	text-decoration: none;
	border: none;
}
/* *** social media *** */
.social-media {
	position: absolute;
	width: 135px;
	height: 25px;
	line-height: 25px;
	background: #333;
	right: 170px;
	top: 15px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.social-media img {
	position: relative;
	top: 4px;	
	margin-left: 4px;
}

.social-media a {
	text-decoration: none;
	border: none;	
}

.googlePlusOne {
	position: relative;
	float: right;	
	width: 50%;
	text-align: right
}

p.video {
	text-align: center;	
}
