/* Framework */
@import url(framework.css);
@import url(ie.css);

/* Content */
@import url(content.css);

/* Sections (horizontale navigatie */
@import url(sections.css);

/* Sidebar */
@import url(sidebar.css);

/* Test */
@import url(leftnav.css);

/* Checkpoints */
@import url(checkpoints.css);

/* Search results */
@import url(search-results.css);

/* Forms */
@import url(forms.css);

/* Footer */

/* Skip to content */
#to-content {
	display: none;
}

hr {
	display: none;
}

#edit {
	display: none;
}

.hide{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Locator (broodkruimel) */

#content #locator {
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	color: #666;
	background-color: #FFFFFF;
	font-size: 85%;
	border-bottom: 1px solid #ccc;
}

#content #locator #here {
	font-weight: bold;
}

#content #locator #trail {
}

#content #locator h1 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 220%;
}

 
p.to-top {
	margin: 2em 0 0 0 !important;
	padding: 4px 4px 4px 20px !important;
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../_gfx/ut_07006/icons/to-top.png);
}

p.to-top a {
	color: #333;
	border: none !important;
}

p.to-top a:hover {
	background-color: none !important;
}

#footer {
	float: left;
	margin: 2em 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 90%;
	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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
}

#bar a:link,
#bar a:visited,
#bar a:hover,
#bar a:active {
	text-decoration: none;

}

#bar a.home,
#bar span.home {
	background-image: url(../_gfx/ut_07006/icons/huisje.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;

}

#bar ul li .active {
	font-weight: bold !important;

	background-image: url(../_gfx/ut_07006/servicebalk/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(../_gfx/ut_07006/servicebalk/left_10x10.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#tools {
	float: right;
	padding: 0 10px 0 0;
	background-image: url(../_gfx/ut_07006/servicebalk/right_10x10.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* CSS Switcher */

#tools li.css-default {
	display: none;
}

#tools li.skip {
	display: none;
}

#tools li.skip-to-content,
#tools li.css-high-contrast {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#tools li.skip-to-content {
	padding: 0 10px 0 0;
}

#tools li.skip-to-content a,
#tools li.css-high-contrast a {
	color: black;
	text-decoration: none;
}


#tools li.skip-to-content a,
#tools li.css-high-contrast a {
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#tools li.skip-to-content a {
	background-image: url(../_gfx/ut_07006/icons/skip_to_content.png);
}

#tools li.css-high-contrast a {
	background-image: url(../_gfx/ut_07006/icons/high_contrast.png);
}

/* Taal */

.language abbr,
.language acronym,
.language span.abbr {
	margin: 0;
	color: white;
	font-weight: bold !important;
	padding: 2px 3px 2px 3px !important;
	background-color: #0099cc;
	border: 1px solid white;
}

.language abbr.na,
.language acronym.na { // Rode achtergrond als de alternatieve taal niet beschikbaar is
	color: white;
	font-weight: bold !important;
	padding: 2px 3px 2px 3px; !important;
	background-color: #ff2a00 !important;
}

/* Zoekbalk */

#search {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	height: 5px;
	width: 100%;
	background-color: #0099cc;
}

#search form {
  display: none;
}

#search form input,
#search form option,
#search form select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*
#search form input.submit {
	background-image: url(../_gfx/ut_07006/forms/zoek.gif);
	border: none;
	width: 72px;
	height: 23px;
}
*/

#search form select {
	background-color: #f8f8f8;
	border: 1px solid #1cb4e8;
	margin: 0 4px 0 4px;
	padding: 0;

	/*
	background-image: url(../_gfx/ut_07006/forms/input_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/

}

#search form input.bg {
	background-color: #f8f8f8;
	border: 1px solid #1cb4e8;
	margin: 0 4px 0 4px;
	padding: 0 2px 0 2px;

	/*
	background-image:url(../_gfx/ut_07006/forms/input_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
}

#welcome {
	margin: 0;
	padding: 0;
  background: #f5f5f5
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

#welcome .wrap-1 {
  min-height: 200px;
  background: #f5f5f5;
  height: auto !important;
  height: 200px;
}

#welcome .wrap-2 {
  background: url(../images/welcome_right.png) no-repeat right top;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

#welcome .content {
	padding: 25px 215px 25px 25px;
  min-height: 175px;
  height: auto !important;
  height: 175px;
}

#welcome p.first {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 150%;
	line-height: 1.3em;
	font-weight: normal;
}

#welcome p.last {
	padding-bottom: 0;
}

#welcome img {
	float: right;
	padding: 0 0 0 30px;
	border: none;
}

#content #temp {
	display: block;
	margin: 25px 0 0 !important;
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
}

#temp img {
	float: none;
	border: none;
}

/* Nieuwsbrief */

#newsletter {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #666666;
	background-image: url(../_gfx/ut_07006/nieuwsbrief/bottom_blue.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#newsletter h2 {
	margin: 0;
	padding: 15px;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #333;
	background-image: url(../_gfx/ut_07006/nieuwsbrief/top_blue.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#newsletter form {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#newsletter p {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#newsletter p a {
	border-bottom: 1px solid #0099ff;
}

#newsletter form input.email {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
	padding: 5px;
	margin: 0 0 5px 0;
	background-image: url(../_gfx/ut_07006/forms/input_bg.gif);
	background-position: top left;
}

#newsletter form input.email {
	width: 115px;
}

#newsletter form input.submit {
	padding: 2px;
	margin: 10px 0 0 0;
}

#newsletter form label {
	float: left;
}



#print-only {
	display: none;
}

#audiologo {
	position: absolute;
	border: 0;
	padding: 0 10px 10px 4px;
}

#audiologo img {
	border: none;
}

#hor-minimalist-a
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	margin: 5px 5px 10px 5px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}

#hor-minimalist-a a, img
{
	border:none;
}

#hor-minimalist-a a:hover
{
  border: none;
	background-color: transparent !important;	
}

#hor-minimalist-a th
{
	font-size: 120%;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #0099cc;
}

#hor-minimalist-a tr
{
	color: #000;
	padding: 9px 8px 0px 8px;	
	border-bottom: 1px solid #ccc;
	
#hor-minimalist-a tr:hover td
{
	color: #fff;
}

}
#hor-minimalist-a td
{
	color: #000;
	padding: 9px 8px 5px 8px;
}
