@charset "UTF-8";
/* CSS Document */


/* Reset */
* {
    margin: 0;
    padding: 0;
}


/*Background*/
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -512px; }
}
		
body {
	margin: 0;
	padding: 0;
}

#logo {
	position: relative;
	margin-top: 15px;
	height: 100px;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

#content {
	position: relative;
	width: 860px;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;	
	/*-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}

#left {
	float: left;
	width: 260px;
}

#right {
	float: right;
	width: 550px;
	margin-top: 100px;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}


#menu {
	margin-top: 150px;
}

#rights {
	height: 150px;
}

#my_gallery {
	float: right;
	width: 520px;
	height: 250px;
}

#googlemaps {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	width: 520px;
	height: 250px;
}

#my_gallery li {
	width: 520px;
	height: 250px;
	list-style-type: none;
	margin-left: -15px;
	border: 1px solid #FFF;
	margin-top: 20px;
}

#intro {
	clear:both;
	padding-top: 40px;
}

#footer {
	clear: both;
	width: 600px;
	height: 35px;
	line-height: 35px;
}

#image {
	float:left;
	width: 300px
}

#text {
	float:right;
	width: 520px
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	text-decoration:blink;
}

.imagereplacement {
	text-indent: -9999px;
	width: 300px;
	height: 100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-left: 25px;
}

h2 {
	color:#AD234B;
	font-size:1.8em;
	/*border-bottom: 1px solid #AD234B;*/
	line-height:1.4;
	letter-spacing:-.01em;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

p {
	font-family:Helvetica;
	font-size:0.9em;
	color:#ffffff;
	line-height:23px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

/* Menu */

#sub_nav {
	height:375px;
}

#sub_nav li {
	width:235px;
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px dotted #AD234B;
	list-style-type: none;
}

#sub_nav a {
	width:235px;
	font-family:Helvetica;
	font-size:1em;
	color:#ffffff;
	display:block;
	text-decoration: none;
}

#sub_nav a:hover,
#sub_nav a.navon {
	width:235px;
	padding-left:18px;
	background:url(../images/navon.gif) left no-repeat;
}

#sub_nav a.navonDown {
	width:235px;
	padding-left:18px;
	background:url(../images/navon_down.gif) left no-repeat;
}


#sub_nav ul li ul li {
	width:175px;
	border-top:none;
}

#sub_nav ul li ul li a {
	width:175px;
	padding-left:18px;
	color:#fff;
	margin-left:10px;
}

#sub_nav ul li ul li a:hover,
#sub_nav ul li ul li a.navonWhite {
	width:175px;
	color:#fff;
	padding-left:18px;
	background:url(../images/navon_white.gif) left no-repeat;
}

#sub_nav ul li ul li a.navonDownWhite {
	width:175px;
	padding-left:18px;
	background:url(../images/navon_white_down.gif) left no-repeat;
}
		
/* Top menu */

.newsHome{
	float:left;
	padding-top: 5px;
	border:0px solid #fff;
	z-index:1000;
	margin-left: 85px;
}

.newsHome ul{
	list-style:none;
}

.newsHome ul li{
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color:#fff;
	line-height:30px;
	width:175px;	
}

.newsHome a div{
	padding:0 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;

}

.newsHome a:link, .newsHome a:visited{
	border:0px;
	text-decoration:none;
	color:#fff;	
}

.newsHome a:hover, .newsHome a:focus, .newsHome a:active{
	border:0px;
	text-decoration:none;
	color:#f2f2f2;
}

.newsHome b{
	display:block;
}

/* Top menu 2 */

.newsHome2{
	float:right;
	margin-right: 75px;
	padding-top: 5px;
	border:0px solid #fff;
	z-index:1000;
}

.newsHome2 ul{
	list-style:none;
}

.newsHome2 ul li{
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color:#fff;
	line-height:30px;
	width:175px;	
}

.newsHome2 a div{
	padding:0 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;

}

.newsHome2 a:link, .newsHome2 a:visited{
	border:0px;
	text-decoration:none;
	color:#fff;	
}

.newsHome2 a:hover, .newsHome2 a:focus, .newsHome2 a:active{
	border:0px;
	text-decoration:none;
	color:#f2f2f2;
}

.newsHome2 b{
	display:block;
}

/* Formulier */

.option {
	display: inline;
}

.form_top {
	margin-top: 30px;
}

strong {
	color: #fff;
}

.small {
	border: 1px solid #d7d7d7;
	padding: 4px;
	width: 300px;
	color: #fff;
	display: block;
}

.medium {
	border: 1px solid #d7d7d7;
	padding: 4px;
	width: 485px;
	color: #000;
	display: block;
}

.large {
	border: 1px solid #d7d7d7;
	padding: 4px;
	width: 602px;
	color: #fff;
	display: block;
}

.submit {
	border: none;
	padding: 6px 20px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 140px;
	color: #fff;
    background: #51382C;
}

.submit:hover {
	background: #51382C;
	cursor: pointer;
}

.right_button {
	float: right;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
}

form {
	margin-top: 10px;
	margin-left: 30px;
}

.success {
	width: 305px;
	background: #d0d8ec;
	border: 1px solid #37529e;
	color: #37529e;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.error {
	width: 305px;
	background: #e7d5cc;
	border: 1px solid #c57146;
	color: #89352a;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Gallery */

.gallery {
	list-style: none;
}
.gallery li {
	float: left;
	position: relative;
	width: 225px;
	height: 175px;
	background: url(../images/drop-shadow.png) no-repeat center bottom;
	margin: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 225px;
	height: 175px;
	display: block;
	position: absolute;
	top: 0px;
	left: 13px;
	background: url(../images/glossy-gradient.png) no-repeat;
	cursor: hand;
}
.gallery a {
	text-decoration: none;
}

/* Drank en menu */

.menu {
	width: 500px;
	list-style: none;
	margin-right: 1em;
	margin-left: 1em;
	padding: 0;
	font: 120%/100% Arial, Helvetica, sans-serif;
}
.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
.menu strong {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
.menu em {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	color: #fff;
	padding: 0 0 0 5px;
	font: 100%/100% helvetica, arial, sans-serif;
	position: absolute;
	bottom: -.2em;
	right: 0;
}
.menu sup {
	font-size: 60%;
	color: #fff;
	margin-left: 3px;
}
.style2 li {
	border-bottom: dashed 1px #fff;
}

.menu p {
	clear: both;
	position: relative;
	color: #999;
	font: 80%/100% helvetica, arial, sans-serif;
}

.success {
	width: 465px;
	background: #d0d8ec;
	border: 1px solid #37529e;
	color: #37529e;
	padding: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	width: 465px;
	background: #e7d5cc;
	border: 1px solid #c57146;
	color: #89352a;
	padding: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

