/*
Theme Name: Derisontwerp
Version: 1.1
Author: Vormgevingsgezind
Author URI: http://www.vormgevingsgezind.nl
*/


/*** ALGEMEEN ***/
 
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 0.9px;
	font-size: 11px;
	line-height: 20px;
}

a {
	color: #006363;
	text-decoration: none;
}

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


/*** SIDEBAR ***/ 

#sidebar {
	width: 250px;
	float: left;
	display: block;
	margin-left: 20px;
}

#header {
	width: 98%;
	height: 100px;
	margin-left: 20px;
	display: block;
	float: left;
}

#sedert {
	width: 250px;
	height: 40px; 
	background-image: url(images/sedert.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	float: none;
}

#titel {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position-y: 3px;
	float: none;
	margin-top: 0px;
	height: 43px
}

#titel-home {
	background-image: url(images/logo-home.gif);
	background-repeat: no-repeat;
	background-position-y: 3px;
	float: none;
	margin-top: 0px;
	height: 43px
}

H0 {
	color: #006363;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: -2px;
	font-style: normal;
	text-transform: uppercase;
} 

#contact {
	float: left;
	display: block; 
	height: 60px;
	width: 100%;
	background-image: url(images/onderlijn.gif);
	background-repeat: repeat-x;
	background-position-y: 54px;
}


#contact p {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

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

#contact a:hover {
	color: #000;
	border-bottom: 1px solid #00ffff;
}

#spacer {
	height: 200px;
	width: 100%;
	display: block;
	float: left;
}

/*** CONTENT ***/ 

#content {
	float: left;
	margin-left: 70px;
	margin-top: 0px;
	width: 750px;
	display: block;

}

#welkom {
	height:800px;
	width: 750px;
	display: block;
	background-image: url(images/welkom/rotate.php);
	background-repeat: no-repeat;
	float: left;
}

hr {
  border: 1px solid #00ffff;
}

/*** LIJST STIJLEN ***/

/* HUIDIGE PAGINA */

li.current_page_item a { 
text-transform: uppercase;

border-bottom: 2px solid #00ffff;
}

li.current_page_item { 
text-transform: uppercase;
list-style: none;
}

li.current_page_item a:hover { 
border-bottom: 2px solid #fff;
text-decoration: none;
}

/* GEWONE LIJST ITEMS */

li.page_item a {   
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	color: #000;
	line-height: 20px;
}
	   
li.page_item a:hover { 
}

li.page_item { 
	 list-style: none;
	 color: purple;
}

/* SUB-menu */

ul li.page_item a {  
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #fff;
	line-height: 20px;
}
	   
 ul li.page_item a:hover { 
 	 border-bottom: 2px solid #00ffff;
}

 ul li.page_item { 	 
	   }

ul li.current_page_item a { 
text-transform: uppercase;
text-decoration: none;
border-bottom: 2px solid #00ffff;
}

ul li.current_page_item { 
text-transform: uppercase;
text-decoration: none;
list-style: none;
}

ul li.current_page_item a:hover { 
border-bottom: 2px solid #00ffff;
text-decoration: none;
}
