/* Start of CMSMS style sheet 'Blinq' */
 @charset "UTF-8";
/* ResetCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


.flag {
	float: right;
	margin: 10px 40px 0px;
	clear: both;
	position: absolute;
	right: 0px;
}

address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;	
	color: #333;
}

body {
	line-height: 1;
	color: black;
	background: #352B22 url(/gfx/bg1.jpg) repeat-x scroll 0 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BlinqCSS */
.mainWrap {
	left: 50%;
	margin-left: -514px; 
	position: absolute;
}
	.header {
		width: 948px;
		height: 102px;
		padding: 0px 35px;
		background: url(/gfx/header-repeat.jpg) repeat-x;
		border-bottom: solid 1px #FFF;
	}
		.logo {
			display:inline;
			float:left;
			margin: -1px 0 -48px -35px;
			position:relative;
			z-index:2;
		}
		.navi {
			margin-top: 60px;
			float: right;
			height: 25px;
		}
		.navi li {
			margin-right: 5px;
			font-family: "Century Gothic", Verdana, Arial;
			display: inline;
			color: #B9B9B9;
			font-size: 17px;
			text-transform:lowercase;
		}
		.navi li a{
			color: #B9B9B9;
		}
		.navi li a:hover{
			color: #FFF;	
		}
		.menu li a.current {
			color: #FFF;
		}
	.content {
		padding: 65px 35px 0px 35px;
		height: 533px;
		background: #8d8374 url(/gfx/background-home-center.png) no-repeat center;
		width: 948px;
	}
	.content2 {
		padding: 0px 40px 0px;
		height: 598px;
		background: url(/gfx/background-home-center.png) no-repeat center;
		clear:both;
		width: 938px;
	}
		.intro_1 {
			width: 270px;
			float:left;
			display:inline;
		}
		.intro_2 {
			margin: 30px 0;
			width: 939px;
		}
		
		.thumbs_wrap{
			width: 968px;
			max-height: 260px;
			margin-top: 30px;
			position: absolute;	
		}
		
		.thumbs_wrap img{
			border: solid 4px #776f5d;
		}
		
		.thumbs_wrap h1{
			margin: 13px 0px 0px 3px;
			font-family: Arial, Helvetica, sans-serif;
			color: #464646;
			font-size: 22px;
		}
		.thumbs_wrap p {
			margin: 10px 0px 0px 3px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			line-height: 1.6em;	
			color: #333;
			width: 280px;	
		}
		
		#thumb3{
			float: left;
			display: inline;
		}
		
		.thumbs {
			float: left;
			margin-right: 40px;
		}
		
		.home-logo {
			width: 676px;
			height: 209px;
			float:right;
			display:inline;
			margin:-46px 0 0 0px;
		}
		
		#contentLeft {
			background-color:#7C7468;
			display:inline;
			float:left;
			height:533px;
			margin:0;
			padding:65px 20px 0;
			width:480px;
		}
		#contentRight {
			float:right;
			height:520px;
			margin:0;
			padding:79px 3px 0;
			width: 400px;
			display:inline;
			text-align:right;
		}
		
		
		#innerLeft {
			overflow: hidden;
			margin: 0px 0px 0px 0px;
			width: 475px;
			float: left;
			display: inline;
		}
		
			#innerLeft h1 {
				margin: 13px 0px 10px 0px;
			}
			.gmnoprint {
				font-family: Verdana, Arial, sans-serif;
				font-size:11px;
				color:#333333;
			}
		.boxRight {
			width: 220px;
			float:right;
			display:inline;
			text-align:right;
			margin:0 0 30px;
		}
		
				
	.footer {
		padding: 12px 35px;
		width: 948px;
		height: 58px;
		border-top: solid 1px #FFF;	
	}
		.lotz {
			float: right;
			padding: 0px 0 0 0;
		}
		.pietersmit, .pietersmit a  {
			color: #444;
			font-size:11px;
			font-family:Verdana,Geneva,sans-serif;
		}
.clear {
	clear:both;
}

td {
	color:#333333;
        font-size:11px;
	font-family:Verdana,Geneva,sans-serif;
}


a {
	color: #333;
	text-decoration: none;

}

a:hover {
	color: #FFF;
	text-decoration: none;

}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;	
	color: #333;
	margin-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 22px;
}

strong {
	font-size: 13px;
	font-family:Century Gothic;
}
.sliderlink {
	font-size: 9px;
	text-align: right;
	font-family:Century Gothic;
}



#phone {
	 font-size: 13px;
}

/* Accordion */

#contentLeft {
	width: 480px
	float: left;
	display: inline;
}


#contentLeft table{
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#contentLeft td{
	color: #FFF;
}

#contentLeft tr{
	height: 21px;
}

#contentLeft.menu {
	background: url(/gfx/wine.jpg) no-repeat;
	overflow: hidden;
	position:relative;
}

#menu_courses {
	line-height: 1em;
	margin: -56px 30px 20px 102px;
	min-width: 300px;
}

#menu_courses_en {
	line-height: 1em;
	margin: -56px 30px 20px 190px;
	min-width: 300px;
}

#menu_courses a, #menu_courses_en a {
	font-size: 12px;
	font-family: Verdana, Geneva, Sans-Serif;
	color: #CCC;
	margin-right: 10px;
}

#menu_courses a:hover {
	color: #FFF;
}

#accordion {
	height:100%;
}
#accordion p {
	color:#FFF;
	margin:0;
}


.desc {
	float: left;
	width:75%;
}
.description {
	font-size: 10px;
	margin:0 0 8px;
}	
.price {
	min-width: 2px;
	text-align: right;
	font-size: 11px;
	float: right;
}
.type {
	font-size: 12px;
}



/* Album  */
.thumb a{
	border-width: 0;
	background-color: #655e4c;
	border-style: solid;
	display: block;
	height: 72px;
	margin: 0;
	padding: 2px 1px 15px;
	text-decoration: none;
	width: 100px;
}

#overlay {
	background-color: #555;
}


/* Agenda */
.calendar-list {
	font-family: "Century Gothic", Verdana, Arial;
	width: 450px;
	color: #333;
}

.calendar-next {
	float: right;
}



.calendar-list h1{
	position: absolute;
	opacity: 0.2;
	font-size: 84px;
	color: #565656;
	margin: 121px 0px 10px;
	background-color: #FFF;
}

.calendar-details {
	margin: 0px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;	
	color: #333;
}
	

.calendar-list h2{
	padding-bottom: 3px;
	width: 450px;
	border-bottom: 1px solid #565656;
	font-size: 22px;
	color: #464646;
	margin: 5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.calendar-date-from {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.6em;	
	color: #333;
}


.calendar-summary {
	margin: 0px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;	
	color: #333;
}

.calendar-event a {
	display: block;
	margin-top: 15px;
}

.sslider {
	float: right;
	border: 4px solid #776F5D;
}
.lefttext {float:left; width: 475px;}

.menu_thumbs a:hover{
	opacity: 0.8;
}

.pdf_link{
	font-family: Verdana,Geneva,Sans-Serif;
	font-size: 12px;
	margin-top: 10px;
}

/* End of 'Blinq' */

