/* @override 
	http://www.beebielove.com/bbl/css/basic.css
	http://beebielove.nl/bbl/css/basic.css
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	line-height: 1.2;
	color: #2c2f30;
	background: #c3c3c3 url(../images/winter2010/bg.png) repeat-y center 10px;
	height:100%;
}

#container {
	position:relative;
	width: 922px;
	
	margin: 0 auto;
	
}

/* @group header */

#header {
	position:relative;
	padding: 11px;
	padding-top: 107px;
	padding-bottom:0;
	background: url(../images/winter2010/bg_top_border.png) repeat-x 0 96px;
}

h1 {
	top: 52px;
	left: 20px;
	position: absolute;
	text-indent:-5000px;
	outline:none;
	height: 80px;
	width: 161px;
	background-image: url(../images/winter2010/logo.png);
}

#header_bar {
	height: 53px;
	padding-top: 8px;
	overflow:visible;
	background: #f7f7f7  url(../images/winter2010/bg_top_.png) repeat-x 0 top;
}

#header_label {
	float:right;
	overflow: visible;
	display: inline;
	width: 128px;
	height: 191px;
	background: url(../images/winter2010/label.png) no-repeat;
	margin-top: -76px;
	margin-bottom: -6px;
}

#header_text {
	float:right;
	text-align: right;
	padding-right: 7px;
	overflow: visible;
	font-size: 51px;
	line-height: 60px;
	letter-spacing: -2px;
}

#header_text .seizoen{
	color: #c3c3c3;
}

#header_text .thema {
	color: #515356;
}

/* @group menu */



#page_menu {
	background-color: #c3c3c3;
	padding-top:11px;
	font-size: 21px;
	line-height: 26.54px;
	color: #fefefe;
}

#page_menu ul {
	list-style:none;
	width: 100%;
	overflow:auto;
}

#page_menu li {
	float: right;
	letter-spacing: -1px;
}

#page_menu a {
	outline:none;
	text-decoration: none;
	color: #fefefe;
	padding: 0 0.3em;
}

#page_menu .menu a:hover, 
#page_menu .menu li.current a,
#page_menu .menu li.section a {
	background-color: #fefefe;
	color: #c3c3c3;
}

#page_menu .lang_switch {
	float: left;
	position:relative;
	width: auto;
	overflow: hidden;
	font-size: 0.6em;
	line-height:24px;
	height:24px;
	margin-bottom:-24px;
}

#page_menu .lang_switch li {
	float: left;
}

#page_menu .lang_switch a:hover, 
#page_menu .lang_switch li.current a,
#page_menu .lang_switch li.section a {
	font-weight: bold;
}

/* @end */



/* @end */

/* @group content */

#page_content a {
	color: #2c2f30 !important;
	font-weight:bold;
}

#content {
	padding: 11px;
	background: #c3c3c3 url(../images/winter2010/bg_bottom_border.png) repeat-x 0 bottom;
}

#sfeerbeeld {
	padding-bottom:12px;
}

#sfeerbeeld img {
	display:block;

	
}

#page_content {
	background: #e4e4e5 url(../images/bg_bottom.png) repeat-x 0 bottom;
	padding: 48px 38px 31px 25px;
	min-height: 427px;
	overflow: hidden;
}

h2 {
	font-size:24px;
	font-weight: normal;
	padding-top: 12px;
}

#page_content p {
	padding: 0.6em 0;
}

/* @end */

/* @group footer */

#footer {
	height:50px;
	font-size: 18px;
	font-style: italic;
	color: #848b8f;
	padding-left: 22px;
	padding-top: 11px;
	letter-spacing: -1px;
}



/* @end */

/* @group Winter 2011 */

body {
	background: #d6d6d6 url(../images/summer2010/bg.png) repeat-y center 9px;
}


#header {
	background-image: url(../images/summer2010/bg_top_border.png);
}

h1 {
	top: 53px;
	left: 28px;
	height: 78px;
	width: 150px;
	background-image: url(../images/summer2010/logo.png);
}

#header_bar {
	background-color: #d6d6d6;
}

#header_label {
	display: none;
}


#header_text .seizoen{
	color: #acacac;
}

#header_text .thema {
	color: #494d4f;
}

#page_menu {
	background-color: #d6d6d6;
	color: #fefefe;
}

#page_menu a {
	color: #fefefe;
}

#page_menu .menu a:hover, 
#page_menu .menu li.current a,
#page_menu .menu li.section a {
	background-color: #fefefe;
	color: #d6d6d6;
}

#collectie_menu li a {
	background-image: url(../images/winter2011/collectiebuttons.png) !important;
}

#content {
	background: #d6d6d6 url(../images/summer2010/bg_bottom_border.png) repeat-x 0 bottom;
}

#footer {
	color: #515356;
}

/* @end */

