/* ############################################################## */
/* # version:   1.0                                             # */
/* # author:    M. Derix | Coppen communications+marketing      # */
/* # e-mail:    marc@coppencm.nl                                # */
/* # website:   http://www.coppencm.nl                          # */
/* ############################################################## */



/* GLOBAL RESET */
/* ################################################### */

html, body                          { width: 100%; height: 100%; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote
{  
  margin:0; 
  padding:0; 
} 
*                                   { line-height: 140%; }
dd                              { margin-left: 5%; }
fieldset                            { padding: .5em; }


/* GLOBAL FORM */
/* ################################################### */


form 
{
  margin: 0;
  padding: 0;
  display: inline;
}
 
input, select, textarea 
{
  font: 1em arial, helvetica, sans-serif;
}
 
textarea 
{
  line-height: 1.25;
}
 
label 
{
  cursor: pointer;
}

/* SITE STYLES */
/* ################################################### */

html body #splashContainer
{
	width: 952px;
	height: 445px;
	position: absolute;
	left: 0px;

}

html body #languageSelection
{
 width: 350px;
 height: 210px;
 position: absolute;
 top: 212px;
 left: 14px;
 background-color: #010133;
 padding: 12px 0 0 11px;
 color: #fff;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
}

html body #languageSelection2
{
 width: 350px;
 height: 200px;
 position: absolute;
 top: 212px;
 left: 14px;
 background-color: #010133;
 padding: 12px 0 0 11px;
 color: #fff;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
}

a
{
  color: #fff;
  text-decoration: underline;
}

/* GLOBAL CLASSES */
/* ################################################### */


.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; }
.highlight    { background: #ffc; }
 
.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; }

