@import url("layout.css");
@import url("menu.css");
@import url("sifr.css");
@import url("sitemap.css");
@import url("forms.css");

/* General stuff */
body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #231f20;	
}

body, .png, div#topBg{
	_behavior: url(http://www.biogenidec.nl/css/iepngfix.htc);
}

a{
	color: #3b98d7;
	text-decoration: none;
}

a:hover{
	color: #382180;	
}

a.selected{
	color: red;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

li.last {
	background-image: none !important;
}

p{
	margin: 0 0 18px 0;
	padding: 0;
}	

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}


/* headers */
h1{
	font-size: 24px;
	color: #382180;
}

div#contentRightText h1.sIFR-replaced{
	margin-bottom: -10px;
}	
	
h2{
	color: #3b98d7; 
	font-size: 18px;
	line-height: 18px;
}

h4{
	font-weight: bold;
	color: #3b98d7;
	font-size: 14px;
}
	
/* UL STYLES */
div#contentRightText ul{
	margin: 0 0 0 18px;
	padding: 0 0 18px 0;
	list-style: none;	

}

div#contentRightText ul li{
	background: url("../images/arrow_bg.gif") no-repeat 1px;
	padding: 0 0 0 15px;
}	

hr {
	color: #c00b2a;
	background-color: #c00b2a;
	border: 0;
	height: 1px;
}