<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Cognitive framework
Theme URI: http://www.rosmedia.nl/
Description: The 2011 framework for WordPress.
Author: Bart Ros
Version: 1.0 
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

General comments (optional).

*/

@import "lib/reset.css";

html{ 
width: 100%; 
height:100%;
}

body{ 
width: 100%; 
height:100%; 
line-height: 1;
background-color: #ffffbe;
background-image: url("images/topbg.gif");
background-position: center top;
background-repeat: no-repeat;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #616161;
line-height: 16px;
}

a img{
	border: none;
	}
a,img{
	border: none;
	}

.left{ 
float:left;
}
.right{ 
float: right;
}

/* theme spine */

#wrapper{ 
width: 100%; 
margin: 0 auto; 
padding: 0;}


/***HEADER***/

#header{ 
width: 960px; 
margin: 0 auto; 
padding: 0;
clear: both;
padding-bottom: 15px;
height: 198px;
}


#logo{float: left; 
	height: 200px; 
	width: 189px;
	}

/* MAIN MENU  */
	 
#navigation{
	width: 960px; 
	margin: 0 auto;
	}

#mainmenu{
	width: 760px; 
	float: right;
	margin-top:139px;
	}

#menu-main-menu{
	margin:0; 
	padding: 0;
	}

#menu-main-menu li{
	float: left;
	margin-right: 18px;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	}


#menu-main-menu li a{
	display: block; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 9px;
	background: red; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0001', endColorstr='#990203'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ce0001), to(#990203)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #ce0001,  #990203); /* for firefox 3.6+ */
	}

#menu-main-menu li a{ 
	color: white; 
	text-decoration: none;
	} 

#menu-main-menu li a:hover{ 
	text-decoration: underline;
	background: #003c3c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015b5b', endColorstr='#003c3c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015b5b), to(#003c3c)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #015b5b,  #003c3c); /* for firefox 3.6+ */
	}		       

#menu-main-menu li ul{
	display: none;
	} 
   
#menu-main-menu li:hover ul{
	display: block;
	} 

li.menu-item-58{
	margin-top: -4px;
	}
li.menu-item-57{
	margin-top: -24px;
	}
li.menu-item-56{
	margin-top: -14px;
	}
li.menu-item-55{
	margin-top: -4px;
	}
li.menu-item-54{
	margin-top: -12px;
	}
li.menu-item-53{
	margin-top: -22px;
	}
li.menu-item-52{
	margin-top: -2px;
	}
  
.sub-menu{
	position: absolute;
	background: red; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990203', endColorstr='#ce0001'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#990203), to(#ce0001)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #990203,  #ce0001); /* for firefox 3.6+ */
	}
.sub-menu li{
	clear: left;
	width: 100%;
	margin-right: 0px!important;
	font-size: 10px!important;
	}
.sub-menu li a{
	padding-left: 13px!important;
	padding-right: 13px!important;
	background: none!important;
	}
.sub-menu li a:hover{
	text-decoration: underline!important;
	background: #003c3c!important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015b5b', endColorstr='#003c3c')!important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015b5b), to(#003c3c))!important; /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #015b5b,  #003c3c)!important; /* for firefox 3.6+ */
	}

#menu-main-menu .current-menu-item a{
	background: #003c3c!important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015b5b', endColorstr='#003c3c')!important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015b5b), to(#003c3c))!important; /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #015b5b,  #003c3c)!important; /* for firefox 3.6+ */
	}

#menu-main-menu .current-menu-item .sub-menu li a{
	background: red!important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990203', endColorstr='#ce0001')!important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#990203), to(#ce0001))!important; /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #990203,  #ce0001)!important; /* for firefox 3.6+ */
	}
#menu-main-menu .current-menu-item .sub-menu li a:hover{
	background: #003c3c!important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015b5b', endColorstr='#003c3c')!important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015b5b), to(#003c3c))!important; /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #015b5b,  #003c3c)!important; /* for firefox 3.6+ */
	}


/***CONTENT***/


#content{ width: 960px; 
margin: 0 auto; 
padding: 0;
clear: both;
margin-bottom: 15px;
overflow: hidden;
}
#foto{width: 960px; 
margin: 0 auto;
margin-bottom: 35px;}

#main{ 
float: left; 
width: 625px; 
margin: 0; 
padding: 0;
min-height: 250px;
text-align: justify;
}
#main p{
	text-align: justify;
	} 



#main a{ 
	color: #990203;
	text-decoration: none;
	}
#main a:hover{
	text-decoration: underline;
	}

#meer_btn_home{
	float: right;
	margin-right: 40px;
	}
#meer_btn_home_gallerij{
	float: right;
	margin-right: 10px;
	}


/*REPERTOIRE*/

#repertoire_tabel{
	border-left: 2px solid #990203;
	}

#repertoire_tabel td{
	border-top:2px solid #990203;
	border-bottom:2px solid #990203;
	border-right: 2px solid #990203;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	}
#repertoire_tabel td img{
	margin: 0 auto;
	display: block;
	}



/*INLOGGEN*/
.user{
float:right; 
}
.user a{
	cursor: pointer;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	background: #003c3c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015b5b', endColorstr='#003c3c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015b5b), to(#003c3c)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #015b5b,  #003c3c); /* for firefox 3.6+ */
	}
.user a:hover{
	text-decoration: underline;
	background: red; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0001', endColorstr='#990203'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ce0001), to(#990203)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #ce0001,  #990203); /* for firefox 3.6+ */
	}


#inloggen_popup{
	position: absolute;
	z-index: 10000;
	margin-top: 28px;
	margin-left: 788px;
	padding: 10px;
	width: 150px;
	min-height: 180px;
	background-color: #FFFFBE;
	border:1px solid #990203;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 2px 4px 1px #414141;
    box-shadow:  0px 2px 4px 1px #414141;
	}
.name_nall{
	border:1px solid #990203;
	outline: none;
	}
.inlog_btn{
	background: red; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0001', endColorstr='#990203'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ce0001), to(#990203)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #ce0001,  #990203); /* for firefox 3.6+ */
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	border:none;
	outline: none;
	cursor: pointer;
	}
.inlog_btn:hover{
	background: #003c3c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015b5b', endColorstr='#003c3c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015b5b), to(#003c3c)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #015b5b,  #003c3c); /* for firefox 3.6+ */
	}	

#login_form_iframe{
	width: 150px;
	height: 180px;
	}

#login{
	width: 150px;
	height: 180px;
	}	
#login_input_wrap{
	width: 150px;
	height: 180px;
	}	
#inloggen_popup{
	display: none;
	}

.reset-pass a{
	color: #990203;
	text-decoration: none;
	}
.reset-pass a:hover{
	text-decoration: underline;
	}

/*GALlERIJ*/
#main_gallery{
	width: 960px;
	min-height: 600px;
	}

.gal_pag{
	display: none;
	}
.eerste_pag{
	display: block;
	}
#main_gallery img{
	height: auto;
	max-height: 200px;
	max-width: 308px;
	width:auto;
	margin: 0 auto 0 auto;
	}
#main_gallery a{
	font-weight: 400;
	text-align: justify;
	margin-left: 12px;
	text-decoration: none;
	color: inherit;
	display: block;
	margin-left: 12px;
	float: left;
	width: 308px;
	height: 220px;
	text-align: center;
}
.pagina_nummer{
	float: left;
	width: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	}
#paginatie_gal{
	float: right;
	margin-right: 20px;
	}
.pagina_eesrte_1{
	color: #990203;
	font-weight: 700;
	cursor: default;	
	}
#pagina_nummer_titel{
	float: left;
	margin-right: 20px;
	color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0001', endColorstr='#990203'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ce0001), to(#990203)); /* for webkit browsers */	
	background: -moz-linear-gradient(top,  #ce0001,  #990203); /* for firefox 3.6+ */
	}



/*SIDEBAR*/

#sidebar{
	width: 278px;
	float: right;	
	}
#sidebar li{
	padding: 0;
	margin: 0;
	list-style: none;
	}

#sidebar a{
	color: #616161;
	text-decoration: none;
	}
#sidebar a:hover{
	text-decoration: underline;
	}		 
#sidebar_gal_holder{
	width: 278px;
	height: auto;
	}
#sidebar_gal_holder img{
	width: 278px;
	height: auto;
	display: none;
	position: absolute;
	}	 

/*PERSONALIA*/

.peronalia_table{
	border-left: 2px solid #990203;
	}

.peronalia_table td{
	border-top:2px solid #990203;
	border-bottom:2px solid #990203;
	border-right: 2px solid #990203;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	}
.peronalia_table td img{
	width: 150px;
	height: 150px;
	}


/*CONTACT*/

#contact_form_div{
	float: right;
	}

.adres_gegevens{
	float: left;
	}

.input_txt_gr{
	width: 220px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	outline: none;
	border: 1px solid #990203;
	font-size: 12px;
	}

.message_nall{
	width: 220px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	outline: none;
	border: 1px solid #990203;
	font-size: 12px;
	height: 80px;
	resize:none;
	font-family: inherit;
	}

#contact_verzonden{
	color: green;
	display:none;
	}


#inschrijf_form_div{
	float: left;
	}








/***FOOTER***/




#footer{
width: 100%; 
margin: 0 auto; 
padding: 0;
clear: both;
height: 210px;
background: red; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0001', endColorstr='#990203'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ce0001), to(#990203)); /* for webkit browsers */	
background: -moz-linear-gradient(top,  #ce0001,  #990203); /* for firefox 3.6+ */
margin-top: 15px;
}
#footer_container{
	width: 960px; 
	margin: 0 auto;
	padding-top: 20px;
	}	 
	 

.footer_blok{
	width: 23%;
	float: left;
	color: #ffffff;	
	font-size: 12px;
	}

.footer_blok h2{
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
	}
.footer_blok li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.footer_blok li a{
	color: #ffffff;
	text-decoration: none;
	}
.footer_blok li a:hover{
	text-decoration: underline;
	}
.footer_blok_met_logo{
	width: 31%;
	text-align: right;
	background-image: url('images/logoS.png');
	background-repeat: no-repeat;
	background-position: 0px 20px;
	}

.footer_blok a{
	color: #ffffff;
	text-decoration: none;
	}
.footer_blok a:hover{
	text-decoration: underline;
	}























/*basics */

ul{}
li{}
ol{}	

h1{font-size: 24px; 
font-weight: 300;
margin-bottom: 16px;
line-height: 26px;
}
h2{font-size: 22px; 
font-weight: 300;
margin-bottom: 14px;
}
h3{font-size: 18px; 
font-weight: 300;
margin-bottom: 12px;
}
h4{font-size: 26px; 
font-weight: 300;
margin-bottom: 10px;
}
h5{}
h6{}

p{font-size: 12px; 
color: #3c3c3c; 
line-height: 16px;
margin-bottom: 8px;}

/* nav elements */
a{color: 616161;}
a:link{}
a:visited{}
a:link:hover{}
a:visited:hover{}</pre></body></html>