/* CSS design by Pixelman.be | kask.be | V1.0 14/06/2008/ */

/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ('the design') is copyright protected by kask.be and Pixelman */

/*********************** color settings ***********************/

 /* rood */
 /* lichtblauw */
 



/*********************** basics ***********************/

body {
	color: #000;
	}
			
a {
	text-decoration: underline;
	color: #999;
	}

a:hover {
	text-decoration: underline;
	color: #000;
	}	



/*********************** header elements ***********************/

#headerbg {
	background-color: #5c7276;}

#header {
	background-color: #5c7276;}
	
#header h1{
	color: #fff;
	}	

#header h1 a {
	color: #fff;
	}	

#header h1 a:hover {
	color: #000;
	}	

	
/*********************** banner elements ***********************/

body#open #bannerbg {
	/*background-color: #d7b2cf;*/
	background-color: #FFF;
	}

body#open #banner {
	background-color: #d7b2cf;}


/*********************** nav elements ***********************/

body#open #navbg {
	background-color: #d7b2cf;}

body#closed #navbg {
	background-color: #d7b2cf;}


#nav {
	background-color: #fff;
	}

#nav ul {
	color: #719400;}
		
#nav li a:hover {
	background-color: transparent;
	color: #000;
	}							

#nav .current {
	background-color: #d7b2cf;
	color: #000;}							


#nav .current a, #nav .current a:hover  {
	color: #000;}							

#nav .over {
	background-color: #d7b2cf;
	color: #828282;}							

#nav .over a {
	color: #828282;}							


#nav .over a:hover  {
	color: #000;}							


/*********************** content elements ***********************/

#content {
	background-color: #fff;
	}
	
p {
	color: #000;
	}


h1 {
	color: #5c7276;}

h1 a  {
	color: #5c7276;
	text-decoration: none;
	}

h1 a:hover {
	color: #000;
	text-decoration: none;
	}


h2 {
	color: #5c7276;}

h3 {
	color: #5c7276;}

/* student elements - small box */

.studentportret {
	border-bottom: solid #5c7276 5px;
	
	}

.student h1 a  {
	color: #5c7276;}

.student h1 a:hover {
	color: #000;
	text-decoration: none;
	}

/* studentb elements - big box */


.studentportretb {
	border-right: solid #5c7276 5px;
		
	}

.studentb h1 a  {
	color: #66CC00;
	}

.studentb h1 a:hover {
	color: #000;
	}




/*********************** footer elements ***********************/

#footer {
	background-color: #fff;
	color: #999;
	}

#footer p {
	color: #999;
	}

#hogentlogo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 0;
	padding: 0;
	width: 113px;
	z-index: 1;
	}


/*********************** list elements ***********************/

#contentleft ul {
	color: #828282;
	}
	
#contentleft li {
	background: url(http://www.kask.be/portfolio/images/bullet.gif) no-repeat 0 5px;
	}	

#contentleft li a:hover {
	color: #000;
	}	


#contentright ul {
	color: #828282;
	}
	
#contentright li {
	background: url(http://www.kask.be/portfolio/images/bullet.gif) no-repeat 0 5px;
	}	

#contentright li a:hover {
	color: #000;
	}	


#contentright .inlinelist {
	color: #828282;
	}
	
#contentright .inlinelist li {
	list-style: none;
	position: relative;
	/*float: left;*/
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	background: url(http://www.kask.be/portfolio/images/bullet.gif) no-repeat 0 5px;
	display: inline;
	}	

#contentright .inlinelist  li a {
	text-decoration: underline;
	}

#contentright .inlinelist li a:hover {
	text-decoration: underline;
	color: #000;
	}	




/*********************** comment box elements ***********************/

.commentbox {
	color: #000000;
	border-top: #ccc solid 1px;
	}

#contentleft .commentbox ul {
	color: #000000;
	}
	
#contentleft .commentbox ul li {
	background: url(http://www.kask.be/portfolio/images/bullet.gif) no-repeat 0 4px;
	}	

.commentbox li a:hover {
	color: #000;
	}	
