/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");
@import url("sifr.css");
@import url("nl.css");

/* Classes and styles */

body {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

a.selected{
	color: red;
}

.error {
	color: #FF0000;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #e71a22;
	line-height: 26px;
}

div#etalage h1 {
	z-index: 5;
}

body.home div#etalage h1 {
	text-align: right;
}

h4 {
	color: #e71a22;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
}

div#homeblocks h5 {
	color: #FFFFFF;
	font-size: 18px;
}

div#contentText {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

body.content3Cols div#contentText {
	padding-top: 20px;
} 

h2, div#contentText h3 {
	font-size: 18px;
	color: #e71a22;
	line-height: 20px;
}

div#contentText p {
	margin-bottom: 20px;
}

div#text p strong {
	font-size: 14px !important;
	line-height: 18px;
}

div#contentText ul, div#contentText ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#contentText ul li {
	background-image: url(../images/content_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 11px;
}

div#contentText a {
	color: #666666;
	text-decoration: underline;
}

/* News */
div#newsArchive h6 {
	color: #e71a22;
	font-size: 16px;
	margin-bottom: 16px;
}

div.newsArchiveItemDate {
	color: #999999;
	font-size: 8px;
	text-align: right;
}

div.newsitemContent p.intro {
	font-size: 14px;
	line-height: 18px;
}
