#header {
	width:100%;
        margin:0pt;
        padding:0pt;
        }

#logo	{
	margin: 10px 0 0 10px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 100px;
	width:70px;
	float:left;
        }
        
 
        
#logotext {
	margin: 10px 0 25px 0;
	padding: 10px 0 0 10px;
	text-align:left;
	color:#195D97;
	font-weight: bold;
	font-size: 300%;
        }

/* TOOLAREA  ----------------------------------------- */

#toolarea {
	float:right;
	text-align:right;
	}

#toolarea a {
  	padding: 0 5px 0 5px;
	color:#666666;
  	text-decoration: none;
	}

#toolarea a:hover, toolarea a:focus {
	color:#B4003C;
  	text-decoration: underline;
	}

.search{
	margin:10px;
}

/* TOPLEVELNAVIGATION  ------------------------------- */

#toplevelnavigation{
	margin-top:-25px;
	}

#toplevelnavigation ul
{
	margin-left: 0;
	padding-left: 0;
	height: 22px;
	width:100%;
	background:#195D97;
	color:#6693BA;
	border-bottom: 1px solid #99B7D1;
	list-style-type: none;
}

#toplevelnavigation ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0 0 0 0;
}

#toplevelnavigation ul li a
{
	background:#195D97;
	color: #CCDBE8;
	padding: 0 25px 0 25px;
	border-right: 1px solid #99B7D1;
	text-decoration: none;
	display: block;
}

#toplevelnavigation ul li a:hover
{
	background: #6693BA;
}

/* KEYVISUAL -------------------------------------------- */

#keyvisual{
	margin: 10px 0 0 10px;
	height:125px;
	width:100%;	
	background: url(../images/keyvisual.jpg) no-repeat;
}

/* BREADCRUMB
--------------------------------------------------------- */

#breadcrumb {
	padding: 10px 0 0 0; 
	margin: 0 0 0 10px;
	font-size: 90%;
	color:#004B8C;	
}

#breadcrumb a {
	color:#004B8C;	
	text-decoration: none;
}
#breadcrumb a:hover {
	color:#B4003C;
  	text-decoration: underline;
}

#breadcrumb img {
	margin: 1px 5px;
}

#breadcrumb strong {
	margin-right: 5px;
	font-weight: normal;
}

/* LANGUAGE
--------------------------------------------------------- */
#DE	{
	margin: 0 0 0 10px;
	display: block;
	background: url(../images/de.gif) no-repeat;
	height: 15px;
	width:20px;
	float:left;
        }

#EN	{
	margin: 0 0 0 10px;
	display: block;
	background: url(../images/en.gif) no-repeat;
	height: 15px;
	width:20px;
	float:left;
        }
        
#NL	{
	margin: 0 0 0 10px;
	display: block;
	background: url(../images/nl.gif) no-repeat;
	height: 15px;
	width:20px;
	float:left;
	}       
