/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");
@import url("sIFR-screen.css");
@import url("overlay.css");
@import url("sitemap.css");
@import url("enquete.css");


/* Classes and styles */
p{
	margin: 0;
	padding: 0 0 14px 0;
}	

body {
	font-family: Arial;
	font-size: 11px;
	color: #525354;
}

.png, div#homeBalloon, .bannerBlock, .subMenuBackground{
	_behavior: url('http://www.prevalin.nl/css/iepngfix.htc');
}	

img{
	border: 0;	
}	

/* LINK */
a{
	color: #0078c1;
	text-decoration: none;
}

a:hover{
	color: #f66d01;
}

/* HEADERS */
h1{
	padding: 0;
	margin: 0;
	color: #ee3124;
	font-size: 24px;
	font-weight: normal;
}

h2{
	padding: 0;
	margin: 0 0 -10px 0;
	color: #ee3124;
	font-size: 21px;
	font-weight: normal;
}

h3{
	padding: 0;
	margin: 0;
	color: #ee3124;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

h4{
	padding: 0;
	margin: 0;
	color: #ee3124;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}	
 

.orange{
	color: #f66d01;
}	

.bold{
	font-weight: bold;	
}	

.clear{
	clear: both;
}

form{
	padding: 0;
	margin: 0;	
}	

/* GLOBAL */

.blueLine{
	border-top: 1px solid #7dbbe0;
	margin: 10px 0 7px 0;
}

/* CONTENT */
div#largeContentMiddle ul{
	color: #666666;
}

div#largeContentMiddle ul.link{
	color: #0078c1;
}	

div#largeContentLeft li.selected,
div#largeContentLeft li.selected a{
	color: #f66d01;
}

div#largeContentMiddle h1,
div#largeContentLeft h2{
	font-size: 24px;
	margin-bottom: 26px;
}

div#largeContentLeft a#leftTitle{
	font-size: 24px;
	width: 180px;
}

div#largeContentLeft #leftTitleLink{
	margin-bottom: 26px;
	font-size: 24px;
	width: 180px;
	text-decoration: none;
}

div#largeContentBlock #leftTitleLink{
	margin-bottom: -10px;
	font-size: 24px;
	text-decoration: none;
}	

div#largeContentLeft #leftTitleLink a{
	text-decoration: none;
	color: #0078c1;
}	

div#largeContentMiddle .productTitle h1{
	margin-bottom: 0;
}

div#largeContentMiddle .productTitle h4{
	margin-bottom: 0;
	color: #f66d01;
	font-size: 18px;
	min-height: 28px;
	_height: 28px;
	font-weight: normal;
}	


#largeContentMiddle h4{
	color: #f66d01;
	font-size: 12px;
	font-weight: bold;
}

/* FOOTER */
#footer a{
	color: white;
}

/* Gadgets icon bar in footer */
div#gadgetIcons {
	position: absolute;
	bottom: 8px;
	right: 22px;
	color: #ffffff;
	z-index: 90;
}

div#gadgetIcons a {
	color: #ffffff;
}

div#gadgetIcons a:hover {
	color: #525354;
}

/* Buttons homepage */
a#btnHomeFollowIgoogle {
	display: block;
	width: 98px;
	height: 36px;
	float: left;
	background-image: url(../images/btn_home_igoogle.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
	padding-left: 10px;
}

a#btnHomeFollowTwitter {
	display: block;
	width: 88px;
	height: 36px;
	float: left;
	background-image: url(../images/btn_home_twitter.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
	border-left: 1px solid #f45924;
	padding-left: 10px;
}

a#btnHomeFollowHyves {
	display: block;
	width: 37px;
	height: 36px;
	float: left;
	background-image: url(../images/btn_home_hyves.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-left: 1px solid #f45924;
	background-position: center center;
	padding-left: 10px;
}

a#btnHomeFollowIgoogle span, a#btnHomeFollowTwitter span, a#btnHomeFollowHyves span {
	display: none;
}