/* 
Template: doubleus.nl
Versie  : 1.0
Auteur  : Wilfred Smit
*/

/* body */
body {
color:#333;
font:normal 69%/1.5em Verdana, Arial, Helvetica, sans-serif;
} 

/* form */
input,
textarea {
	border: 1px solid #aaa;
	color: #777777;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 2px;
	margin-left: 0px;
}

input[type="submit"] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	color: #4284B0;
	font-family: Arial,Sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt;
	padding: 2px 3px;
}

button.customImage {
padding:0px 0px 0px 3px;
margin:0px;
border:none;
background:none;
cursor:pointer;
}

* html button.customImage {
padding:0px 0px 0px 6px;
}

/* logo */
div#headerLeft a img {
border:none;
}

/* lang-/extranet-/footer menu */
div#langMenu a, span#footerMenu a, div#subFooterExtranetMenu a {
text-decoration:none;
color:#00468c;
}

div#langMenu a:hover, span#footerMenu a:hover {
text-decoration:none;
color:#036;
border-bottom:1px dashed #036;
text-align:center;
}

/* content styles */
h1, h2, h3, h4, h5 {
font-weight:normal;
color:#463E28;
letter-spacing: 0.05em;
line-height: 1.6em;
font-size:1.5em;
}

div#contentMain ul, div#contentMain td ul {
margin:-10px 0 0 20px;
list-style-image:url(../icons/arrow.png);
}

div#contentMain ol{
margin:-10px 0 0 20px;
padding:5px 0 10px 5px;
}

div#contentMain p a, div#contentMain .csc-sitemap a {
color: #333;
text-decoration: none;
font-weight: bold;
} 

div#contentMain p a:hover, div#contentMain .csc-sitemap a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #000;
}

div#contentMain p.bodytext, div#contentMain ul {
margin:0px;
padding:0px 0px 15px 0px;
line-height:1.5em;
}

* html div#contentMain p.bodytext, * html div#contentMain ul, * html div#contentMain table {
font-size:11px;
}

div#contentMain .csc-sitemap ul {
margin:0 0 0 25px;
list-style-image:url(../icons/arrow.png);
}

div#contentMain .csc-sitemap {
margin:-10px 0 0 0;
}

div#contentMain .csc-sitemap a {
font-weight:normal;
}

* div div#contentMain a img, * div div#contentMain a:hover img {
border:none;
}

div#contentMain a:hover img {
border-bottom:1px solid;
}

/* RTE Section */
a.external-link img, a.external-link-new-window img, a.internal-link img,
a.internal-link-new-window img, a.download img, a.mail img {
border:none;
}

p.smallText, span.smallText {
margin:0px 0px 15px 0;
font-size:9px;
}

p.greyDottedBox, span.greyDottedBox {
margin:10px 0px 15px 0px;
padding:10px;
border:1px dotted #aaa;
background:#eee;
}

p.redDottedBox, span.redDottedBox {
margin:0px 0px 15px 0px;
padding:10px;
background:#fee;
border:1px dotted #fcc;
text-align:center;
font-weight:bold;
}

p.box, span.box {
margin:0px 0px 15px 0px;
display:block;
padding:10px;
border-left:8px solid #aaa;
background:#eee;
}

p.code, span.code {
display: block;
margin:0px 0px 15px 10px;
padding:12px;
border-left:8px solid #aaa;
background: #eee;
font-family: "Courier New", Courier, monospace;
font-size:12px;
}

span.file { 
padding:0 0 0 14px;
background: transparent url('../icons/file.gif') no-repeat left;
font-style:italic;
}

span.directory { 
padding:0 0 0 15px;
background:transparent url('../icons/dir.gif') no-repeat left;
font-family:"Courier New", Courier, monospace;
font-style:italic;
}