/*	author: Simon Hellin
			webFizz.be
			simon@webfizz.be
*/
/*********************************************
					STYLE
/*********************************************/

/** SOME BASICS **/
/*********************************************/

body{
	font-size: 100%;
	background: #dbe6f3 url(assets/bgsite.png) repeat-x;
}
/* get rid of the outline focus of input in safari en outline on links in FF */
input:focus,
a:focus{
	outline: none;
}
/** CLEARFIX **/
/** @see http://www.positioniseverything.net/easyclearing.html **/
/*********************************************/

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

/** FONTS **/
/*********************************************/

h1,h2,h3,h4,h5{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #335c92;
}
h1{
	
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.0em;	
	margin-bottom: 10px;
}
h4{
	font-size: 0.8em;	
	margin-bottom: 10px;
}
p{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 16pt;
	color: #444444;
}
.bread{
	color: #666666;
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.italic{
	font-style: italic;
	
}
.bold{
	font-weight: bold;
}

/** LINKS **/
/*********************************************/

a:link,
a:visited{
	text-decoration: underline;
	color: #666666;
}
a:hover{
	color: #335c92;

}

p a:link,
p a:visited{
	text-decoration: none;
	color: #999999;
	border-bottom: 1px solid #b8d3f2;
}
p a:hover{
	border-bottom: 1px solid #335c92;
	color: #335c92;

}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited{

}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover{

}

/** FLOAT **/
/*********************************************/

.floatright{
	float: right;
}
.floatleft{
	float: left;
}

/** DIVS **/
/*********************************************/
.container{
	width: 968px;
	background-image: url(assets/bg-center.png);
	margin: 0 auto 0;
}
#rounded-top{
	height: 16px;
	width: 968px;
	margin: 0 auto 0;
	background: url(assets/rounded-top.png) no-repeat;
	_margin-bottom: -4px;
}
#rounded-bot{
	height: 16px;
	width: 968px;
	margin: 0 auto 0;
	background: url(assets/rounded-bot.png) no-repeat;
}
#header-top{
	width: 960px;
	margin-left: 4px;
	height: 135px;
	_height: 136px;
	
}
#header-bot{
	width: 968px;
	height: 165px;
	margin: 0 auto 0;
	background: #FFF url(assets/bg-menu.png) repeat-x;
}
#content{
	width: 960px;
	margin-left: 4px;
}
#footer{
	width: 960px;
	margin-left: 4px;
}

#logo{
	height: 110px;
	width: 420px;
	background: url(assets/logo.png) no-repeat;
}
#header-top-right{
	background: url(assets/leuze.png) no-repeat;
	height: 97px;
	width: 530px;
}

#header-bot-left{
	height: 165px;
	width: 414px;
}
#header-bot-right{
	height: 145px;
	width: 530px;
	padding: 10px;
}
#content-content{
	padding: 0;
}
#news-top{
	width: 200px;
	height: 20px;
	padding: 45px 20px 0 20px;
	background: url(assets/news-top.png) no-repeat;
}
#news-center{
	width: 200px;
	padding: 8px 20px 10px 20px;
	background: url(assets/news-center.png) repeat-y;
}
#news-center p{
	color: #666666;
	line-height: 19pt;
}
#news-center a:link,
#news-center a:visited{
	display: block;
	width: 77px;
	height: 21px;
	padding: 2px 0 0 7px;
	_font-size:9pt;
	margin-top: 19px;
	color: #666666;
	font-variant: small-caps;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(assets/readmore.png) no-repeat;
}
#news-center a:hover{
	color: #333333;
		background: url(assets/readmore_hover.png) no-repeat;
}
#news-bot{
	width: 240px;
	height: 26px;
	background: url(assets/news-bot.png) no-repeat;
}
#content-submenu{
	display: inline;
	margin-top: 45px;
	background: #dbe6f3;
	width: 160px;
	margin-right: 20px;
	padding: 10px 0;
}
#content-submenu.empty{
	background: #ffffff;
}
#content-submenu ul li a:link,
#content-submenu ul li a:visited{
	border-bottom: 1px solid #cccccc;
}
#content-submenu ul li a:hover{
	color: #335c92;
}
#content-submenu ul li a.selected{
	border: none;
}
.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#breadcrump{
	height: 30px;
	padding-top: 15px;
}
#breadcrump a:link,
#breadcrump a:visited{
	color: #aaaaaa;
}
#breadcrump a:hover{
	color: #335c92;
}
#text h2,
#content-submenu h2{
	margin-bottom: 13px;
}
.menucol{
	width: 170px;
}
#text ul{
	margin: 10px 0 10px 30px;
	font-family: Helvetica, Verdana, sans-serif;
}
#text ul li{
	list-style-type: disc;
	list-style-position: outside;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 14pt;
	color: #444444;	
}
#text ul li ul li{
	list-style-type:circle;
	font-size: 12px;
}

#text ol{
	margin: 10px 0 10px 30px;
	font-family: Helvetica, Verdana, sans-serif;
}
#text ol li,
#text ol li h4{
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 14pt;
	color: #444444;	
}

#text ol li ol li{
	margin-left: 15px;
	font-size: 12px;
}

#images{
	margin-top:30px;
	float:left;
}


/******************************** LINKS *****************************/
.link_main{
	margin-left: 20px;
	background-color: #fcfcfc;
	border-bottom: 1px dotted #555;
	padding:5px;
	margin-bottom: 10px;
	cursor: pointer; 
	
}

.link_main h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #335c92;
	font-size: 10pt;
}

.link_info{
	margin-left: 10px;
	font-size: 10pt;
}

.error {
	background-color:#DA9E9E;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-bottom:8px;
	padding:8px;
	padding-left:30px;
	border-color:#F80F0F;
	border-width:2px;
	border-style:solid;
	font-size:9pt;
	color:#555555;
	font-size:9pt;
	font-weight:bold;
}

.added {
	background-color:#D6DFEB;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-bottom:8px;
	padding:8px;
	padding-left:45px;
	border-color:#698CB9;
	border-width:2px;
	border-style:solid;
	font-size:9pt;
	color:#555555;
	font-size:9pt;
	font-family: Helvetica,Arial;
	font-weight:bold;
}