body {
	background-image: url('img/grad-home.jpg'); 
}

.title, .content th {
	color: #0093D0;
}

a {
	color: #0093D0;
}

a:hover {
	color: #00B1FA;
}

h1 {
	color: #0093D0;
}

h2 {
	color: #00B1FA;
}

/*
 * Header
 */
.header .menu td .active_left {
	background-image: url('img/tab_home_left.png');
}

.header .menu td .active {
	color: #0093D0;
	background-image: url('img/tab_home_middle.png');
}

.header .menu td .active_right {
	background-image: url('img/tab_home_right.png');
}

.header .menu .active a {
	color: #0093D0;
}

/*
 * Content
 */
.content .title, .content th {
	color: #0093D0;
}

.content a {
	color: #0093D0;
}

.content a:hover{
	color: #00B1FA;
}

.header .menu a:hover {
	color: #00B1FA;
}

/*
 * Left content
 */
.content .news {
	background-image: url('img/news_home.jpg');
}

.content .news .read_more {
	background-image: url('img/search_home.png');
}

.content .news_date, .content .news_header {
	color: #0093D0;
}

/*
 * Sublinks, SubSublinks
 */
.content .sublinks .pointer {
	background: url('img/sublink_top_home.png') no-repeat;
}

.content .sublinks {
	margin-left: 10px;
}

.content .subsublinks {
	margin-left: 20px;
}

/* sublinks */
.content .sublinks .sublink_left_top {
	background: url('img/sublink_left_home_top.png') no-repeat right top;
}

.content .sublinks .sublink_right_top {
	background: url('img/sublink_right_home_top.png') no-repeat left top;
}

.content .sublinks .sublink_left_bottom {
	background: url('img/sublink_left_home_bottom.png') no-repeat right top;
}

.content .sublinks .sublink_right_bottom {
	background: url('img/sublink_right_home_bottom.png') no-repeat left top;
}

.content .sublinks .sublink_left_middle {
	background: url('img/sublink_left_home_middle.png') repeat-y right top;
}

.content .sublinks .sublink_right_middle {
	background: url('img/sublink_right_home_middle.png') repeat-y left top;
}

.content .sublinks .sublink_fill {
	background: url('img/sublink_middle_home_fill.png') repeat;
}

.content .sublinks .sublink_middle_bottom {
	background: url('img/sublink_middle_home_bottom.png') repeat-x left top;
}

/* subsublinks */
.content .subsublinks .subsublink_left_top {
	background: url('img/subsublink_left_home_top.png') no-repeat right top;
}

.content .subsublinks .subsublink_right_top {
	background: url('img/subsublink_right_home_top.png') no-repeat left top;
}

.content .subsublinks .subsublink_left_bottom {
	background: url('img/subsublink_left_home_bottom.png') no-repeat right top;
}

.content .subsublinks .subsublink_right_bottom {
	background: url('img/subsublink_right_home_bottom.png') no-repeat left top;
}

.content .subsublinks .subsublink_left_middle {
	background: url('img/subsublink_left_home_middle.png') repeat-y right top;
}

.content .subsublinks .subsublink_right_middle {
	background: url('img/subsublink_right_home_middle.png') repeat-y left top;
}

.content .subsublinks .subsublink_fill {
	background: url('img/subsublink_middle_home_fill.png') repeat;
}

.content .subsublinks .subsublink_middle_bottom {
	background: url('img/subsublink_middle_home_bottom.png') repeat-x left top;
}
		
/*
 * Right content
 */
.content .content_right .banner {
	background-image: url('img/sb_homes.png');
}

.content .content_right .projects {
	background-color: #EDF8FE;
moz-border-radius: 10px;
	-webkit-border-radius: 10px;
                border-radius: 10px;
	behavior: url(/border/border-radius.htc);

 }

.content .content_right .projects .project_header {
	color: #0093D0;
}

.content .search input {
	border-color: #0093D0;
}

.content .content_right .search select {
	border-color: #0093D0;
}

.content .content_right .search {
	color: #0093D0;
}

#projectrelaties {
display: inline-block; /*float: left; position: relative;*/ 
padding: 10px; margin: 10px 10px 10px 0px; width: 250px;
 background-color: #EDF8FE;
  moz-border-radius: 10px;
	-webkit-border-radius: 10px;
                border-radius: 10px;
	behavior: url(/border/border-radius.htc);
                border: 1px solid #cccccc; }

/*
 * Footer
 */
.footer #footer {
	background-color: #CFEBF6;
}
