/* Screen layout: 
Top Right Bottom Left
*/

a:link    {color: #00928c; font-weight: normal; font-size:9pt; text-decoration:none;} /* unvisited link */
a:visited {color: #00928c; font-weight: normal; font-size:9pt; text-decoration:none;} /* visited link */
a:hover   {color: #ad0829; font-weight: normal; font-size:9pt; text-decoration:none;} /* hover or mousover link */

body {
margin: 0 auto;
padding: 0px;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #eceeec;
text-align: center;
}

#wrap {
background: #f4f2f4;
color: #565656;
margin: 0 auto;
width: 1004px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

#header {
clear: both;
padding: 0;
height: 105px;
border-bottom: 1px solid #cccccc;
background: #f4f4f4 url(pictures/lijn.gif) top left repeat-x;
}

#header img {
display: inline;
border: 0px;
margin: 0px 20px 5px 10px;
float: left;
}

#header h1 {
margin: 3px 0 10px 0;
color: #ad0829; 
font-weight: normal; 
font-size: 22pt; 
text-decoration: none;
letter-spacing: 6px;
}

#header h3 {
font-weight: normal; 
font-size: 16pt; 
text-decoration: none;
letter-spacing: 12px;
}

#avmenu {
clear: left;
float: left;
width: 110px;
margin: 0px 0 10px 0;
padding: 10px 0 0 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 100px;
margin: 0 0px 20px 5px;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
text-align: center;
}

#avmenu li a {
font-weight: bold;
height: 25px;
text-decoration: none;
color: #00928c;
display: block;
padding: 10px 0 0 0px;
background: #eceeec;
border-left:  3px solid #cccccc;
border-right: 3px solid #cccccc;
outline: none;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #ad0829;
border-left:  3px solid #ad0829;
border-right: 3px solid #ad0829;
}

#content {
margin: 0px 0px 0px 110px;
border-left: 1px solid #cccccc;
padding: 0px 10px 40px 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
margin: 0;
color: #ad0829; 
font-weight: normal; 
font-size: 16pt; 
text-decoration: none;
letter-spacing: 6px;
}

#content img {
padding: 1px 10px 1px 40px;
display: inline;
border: 1px;
}

#content ul {	
font-size: 1.1em;
line-height: 1.6em;
}	

#footer {
clear: both;
margin: 0 auto;
padding: 0px 10px 20px 0px;
border-top: 1px solid #cccccc;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
font-size: 1em;
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.bold {
font-weight: bold;
}

hr {
height: 0;
border: 0;
border-top: 1px solid #cccccc;
}
