/**
 * @section   : Global CSS
 * @project   : ...
 * @author    : Naam Developer <developer@e-sites.nl>
 * @media     : all
 * @version   : 1.0
 */

/* Onderlinge standaard browserwaardes resetten */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,
h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {margin:0; padding:0; font-weight:normal;}

/* html + body element */
html,
body {background:#fff;}
body {font:normal 62.5%/1.5 Arial, sans-serif; color:#666;}

/* Paragrafen */
p {margin:0 0 1.2em 0;}

/* Hyperlinks */
a {color:#de053e; text-decoration:underline;}
a:focus, 
a:hover {color:#666;}
a img {border:none;}

/* Afbeeldingen */
img {border:none; margin:0; padding:0; display:block;}

/* Lijst opsommingen */
li ul, 
li ol {margin:0 0 0 1em;}
ul, ol {margin:0 0 1.2em 1.2em; padding:0;}

ul {list-style-type:disc;}
ol {list-style-type:decimal;}

/* Specifieke semantische elementen */
strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0;}

/* Formulier elementen */
form {margin:10px 0 10px 0; padding:0; border:none; font-size:1.2em;}
form br {clear:left;}
label {display:block; font-weight:normal; cursor:pointer; float:left;}
fieldset {margin:0 0 1.5em 0; border:none;}
legend {font-weight:bold; font-size:1.2em; border:none; display:none;}
input,
textarea,
select {margin:5px 0 0 0; padding:.5em; border:1px solid #ccc; color:#999; font:12px Arial, sans-serif;}
	
input:focus,
textarea:focus,
select:focus {background:#ededed;}
	
/* Alternative flash content */
div.flashObjPlaceholder {display:none;}

/* Globale classes */
.highlight {color:red;}
.error {color:red; border:1px solid;}
.transparent {background:transparent;}
.noBg {background:none;}
.first {margin-left:0; padding-left:0;}
.last {margin-right:0; padding-right:0;}
.top {margin-top:0; padding-top:0;}
.bottom {margin-bottom:0; padding-bottom:0;}
.inline {display:inline;}

.clear {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}

.textLeft {text-align:left;}
.textRight {text-align:right;}
.textCenter {text-align:center;}
.textJustify {text-align:justify;}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}

.imgLeft {float:left; margin:4px 10px 4px 0;}
.imgRight {float:right; margin:4px 0 4px 10px;}

.noPadding {padding:0;}
.noIndent {margin-left:0; padding-left:0;}
.noBullet {list-style:none; list-style-image:none;}

.noBorderRight {border-right:0 !important;} 
