/********************************************************** //
//                                                          //
// Producer     : VERMEULEN | TOTAL IDENTITY                //
// Design       : J. Rutten                                 //
// Development  : J. Rutten                                 //
// Web          : www.vermeulen.eu                          //
//                                                          //
// ******************************************************** //
//                                                          //
// Copyright ©  Vermeulen | Totalidentity                   //
// All rights reserved.                                     //
// All trademarks and registered trademarks are property of //
// their respective owners.                                 //
//                                                          //
//***********************************************************/


/**********************************

CLEAR WHITESPACES/WHITESPACE RESET

**********************************/
* {
padding:0;
margin:0;
}

/* HYPERLINKS */
:link,:visited { text-decoration:none }

/* GEEN LIST STYLE */
ul,ol { list-style:none }

/* ALLE HEADINGS HETZELFDE VOOR EEN CONSISTENTE STYLE */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* NOGMAALS ALLE ELEMENTEN STRIPPEN */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* STANDAARD GEEN BORDER OM EEN LINKED IMAGE */
a img,:link img,:visited img { border:none }



/**********************************

STANDAARD HTML-ELEMENTS 

**********************************/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:1.4em;
background-color:#FFF;}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:1.4em;
margin-bottom:15px;}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000;
font-weight:normal;
margin-bottom:25px;}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000;
font-weight:normal;
margin-bottom:10px;
margin-top:10px;}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#999;
margin-bottom:8px;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:1.6em;
font-weight:normal;
color:#000;
margin-bottom:15px;
}

img {}

a, a:link, a:visited {
color:#e30613;
text-decoration:underline;}

a:hover {
color:#e30613;
text-decoration:none;}



input {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000f;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #000;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000f;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #000;
}

a.credits:hover {
color:#B0D237;
text-decoration:none;
}

/**********************************

EIGEN STYLES

**********************************/


#canvas {
text-align:center;
}
#siteContainer {
position:relative;
text-align:left;
width:820px;
margin:auto;
}
#header {
height:189px;
}

#menu {
position:absolute;
height:22px;
}

#titel {
position:absolute;
top:80px;
width:557px;
height:46px;
background-image:url(../images/eensymboolvoor.gif);
}

#zweem {
position:absolute;
left:480px;
width:414px;
height:79px;
background-image:url(../images/zweem.gif);
}

#logo {
position:absolute;
top:189px;
width:160px;
height:188px;
background-image:url(../images/symboolvoorlimburg.gif);
}

#fotoWedstrijd {
position:absolute;
top:410px;
}

#contentContainer {
position:relative;
left:200px;
width:350px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:1.4em;
margin-bottom:100px;
min-height:700px;
_height:700px;
}

#evenementenContainer {
position:absolute;
top:189px;
left:590px;
width:230px;
}
#evenement {
position:relative;
margin-bottom:15px;
}

#footerContainer {
position:absolute;
text-align:right;
width:820px;
height:40px;
}
#footerContainer img {
margin-left:20px;
}