/* Framework */
@import url(framework.css);


a:link,
a:visited {
	color: #0053b3;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0099FF;
}

/* Footer */

/* Skip to content */
#to-content {
	display: none;
}

hr {
	display: none;
}

#edit {
	display: none;
}

.hide {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#footer {
	float: left;
	margin: 2em 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 105%;
	border: none !important;
	text-align: right !important;
	background-color: #eee;
}

#footer ul {
	padding: 0.5em;
	margin: 0;
	list-style: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0 0.8em 0 0;
	margin: 0;
}

#footer ul li a {
	border-bottom: 1px solid #0099FF;
}

#footer ul li a:hover {
	border-bottom: none;
}


/* Logo en tagline */

#title {
	margin: 10px 0 10px 10px;
	padding: 0;
}

#title img {
	padding-right: 60;
}

#title blockquote {
	position: absolute;
	display: block;
	padding: 0 !important;
	margin: 38px 0 0 90px;
	text-indent: 0;
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 105%;	
	color: #333;
}

/* Balk in header */

#bar {
	margin: 0;
	padding: 0;
	width: 100%;

	border-top: 15px solid #cccccc;

	background-color: #ebebeb;
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;

	font-family: Helvetica, Verdana, Arial, sans-serif !important;
	font-weight: bold;
}

#bar a:link,
#bar a:visited,
#bar a:hover,
#bar a:active {
	text-decoration: none;

}

#bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bar ul li a,
#bar ul li span {
	display: block;
	padding: 7px 10px 7px 10px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif !important;

}

#bar ul li .active {
	font-weight: bold !important;

	background-image: url(../images/active.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#bar ul li {
	display: block;
	float: left;
}

/* Afgerond Hoekje links- en rechtsboven */

#service {
	float: left; 
	padding: 0 0 0 26px;
	background-image: url(../images/left_10x10.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#tools {
	float: right;
	padding: 0 10px 0 0;
	background-image: url(../images/right_10x10.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* CSS Switcher */




