/*

	File		: screen1.css
	Author		: gwebindustries.nl
	Date		: 27-11-2007

*/


/*	General */

*{
margin:0;
padding:0;
}

body{
font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
text-align:center;
color:#333;
font-size: 80%;
background-image: url(../img/backg2.gif);
background-position: top left;
background-repeat: repeat-x;
background-color: #5e6867;
}
table{
font-size: 100%;
}

p {
margin-left: 5px;
margin-right: 15px;
margin-bottom: 5px;
}

a {
color: #ef3e35;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

a img{
border:none;
}

img{
margin: 0px;
}

ul{
margin-left: 2em;
list-style-type: square;
}

h1 {
font-size: 160%;
color: #444;
font-weight: bold;
margin-left: 5px;
margin-top: 1.2em;
}

h2 {
width: 100%;
background-image: url(../img/backg1.gif);
background-position: top left;
background-repeat: repeat-y;
padding-left: 0px;
font-size: 130%;
color: #e5e5e5;
font-weight: normal;
}

h3 {
font-size: 150%;
color: #e5e5e5;
font-weight: normal;
letter-spacing: 0.5em
margin-left: 5px;
margin-top: 5px;
}

h4 {
font-size: 140%;
color: #555;
font-weight: bold;
margin-left: 50px;
margin-right: 50px;
margin-top: 20px;
}

/* Layout */



#wrapper {
width: 980px;
background-image: url(../img/line.gif);
background-position: top right;
background-repeat: no-repeat;
background-color: #fff;
margin-left: auto;
margin-right: auto;
padding-right: 10px;
margin-top: 0px;
text-align:left;
border: 10px solid #fff;
}

#header {
width: 950px;
height: 100px;
background-image: url(../img/logo.gif);
background-position: top right;
background-repeat: no-repeat;
background-color: #fff;
}

#greybar {
width: 950px;
background-color: #4e4e4e;
border-bottom: 1px solid #333;
/*padding: 3px 0px 3px 10px;*/
}

#visual {
width: 950px;
background-color: #999;
}

#redbar {
width: 950px;
background-color: #ef3e35;
border-top: 1px solid #ff655d;
border-bottom: 1px solid #c6322b;
padding-top: 0.3em;
margin-top: -4px;
}

#pagetitle {
width: 100%;
background-image: url(../img/backg1.gif);
background-position: top left;
background-repeat: repeat-y;
background-color: #fff;
padding: 5px;
}

#content {
width: 950px;
background-color: #fff;
background-image: url(../img/backg3.gif);
background-position: top left;
background-repeat: repeat-x;
padding-top: 30px;
}

#footer1 {
width: 950px;
background-color: #fff;
/*border-bottom: 1px solid #999;*/
text-align:center;
padding: 1em;
}

#footer2 {
width: 950px;
background-color: #fff;
text-align:right;
margin-top: 10px;
}

#whitespace {
height: 30px;
}

/* content */

.bodytext {
margin-top: 10px;
}

.small {
font-size: 85%;
}


.light {
color: #e5e5e5;

}

.light a {
color: #e5e5e5;
}

.whitebold {
color: #666;
font-weight: bold;
letter-spacing: 0.1em
}

.redbold {
color: #ef3e35;
font-weight: bold;
letter-spacing: 0.1em
}

.red {
color: #ef3e35;
}

.red a {
color: #ef3e35;
}

.redsmall {
font-size: 85%;
color: #ef3e35;
}

.greysmall a {
color: #666;
}

.greysmall {
font-size: 85%;
color: #666;
}

.redsmall a {
color: #ef3e35;
}

.csc-textpic-caption {
font-size: 85%;
}

.csc-uploads {
font-size: 100%;
float: left;
}

.csc-textpic-left {
margin-left: 5px;
margin-top: 10px;
}

.csc-uploads-fileName {
/*
background-image: url(../img/pijltje-down.gif);
background-position: center left;
background-repeat: no-repeat;
margin-left: 20px;
padding-left: 12px;
*/
}

.csc-uploads-icon {
display: none;
}

.containerwide {
width: 930px;
border: 1px solid #666;
background-color: #fff;
padding-bottom: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

.containersmall {
float: left;
width: 225px;
border: 1px solid #666;
background-color: #fff;
margin-bottom: 10px;
margin-right: 4px;
margin-left: 4px;
}

.container5 {
float: left;
width: 225px;
height: 250px;
border: 1px solid #666;
background-color: #fff;
padding-bottom: 10px;
margin-bottom: 10px;
margin-right: 8px;
}

.container3 {
float: left;
width: 225px;
height: 250px;
background-image: url(../img/kaart2.gif);
background-position: bottom left;
background-repeat: no-repeat;
margin-bottom: 10px;
margin-right: 8px;
text-align: center;
vertical-align: bottom;
}

.container4 {
float: left;
width: 225px;
height: 250px;
background-image: url(../img/bord2.gif);
background-position: bottom left;
background-repeat: no-repeat;
margin-bottom: 10px;
margin-right: 8px;
text-align: center;
}

.wrapper2 {
padding-top: 160px;
margin-left: auto;
margin-right: auto;
}


/* menu */

.mainmenu {
color: #fff;
font-size: 110%;
font-weight: bold;
margin-left: 10px;
}

.mainmenu a {
color: #fff;
text-decoration: none;
margin-right: 20px;
}

.mainmenu a:hover{
text-decoration: underline;
}
