* {
   padding: 0;
   margin:0;
}

body {
    background-color: #c5c5c5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #818181;
}

/* POSITIES */

#container {
    background: #fff url(../images/container.jpg);
    width: 1052px;
    position: absolute;
    left: 50%;
    margin-left: -526px;
}

#left {
    background: url(../images/left.jpg) no-repeat;
    width: 189px;
    min-height: 665px;
    margin-left: 61px;
    padding-left: 45px;
    float: left;
}

#modules {
    background: transparant;
}

#main {
	background: url(../images/main.jpg) no-repeat top left;
	width: 755px;
	float: left;
	margin-bottom: 30px;
}

#logo2 {
	width: 313px;
	float: left;
	margin-top: 83px;
}

#login {
	background: url(../images/inlog.jpg) no-repeat bottom;
	width: 393px;
	float: left;
	margin-top: 100px;
         padding-bottom: 15px;
}

#banner {
	width: 650px;
	margin-left: 30px;
	margin-top: 15px;
	float: left;
}

#menu {
	width: 650px;
	margin-left: 35px;
	margin-top: 15px;
	float: left;
}

#tekst {
	width: 630px;
	margin-left: 35px;
	margin-top: 15px;
	float: left;
	}

#tekst_smal {
         width: 460px;
	margin-left: 35px;
	margin-top: 15px;
	float: left;
         padding-right: 10px;
}

#right {
         width: 178px;
         float: left;
         margin-top: 15px;
}

#footer {
	background-color: #fff;
	color: #818181;
	font-size: 10px;
	text-align: center;
	float: left;
	width: 970px;
	height: 20px;
	margin-left: 36px;
	padding: 0px;
}

.search {
    margin-top: 15px;
}

/* EIND POSITIES */

/* MENU */

#menu ul {
    list-style: none;
    padding: 10px 0 0 0;
	}

#menu ul li{
    display: inline;
	} 

#menu a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 4px 0px 5px 0px;
    margin: 0px 10px 0 0;
    font-size: 11px;
    display: block;
    width: 85px;
    float: left;
    text-align: center;
    }

#menu a:link, #menu a:visited {
    color: #7e7e7e;
     }

#menu a:hover, #menu a:active {
    background: url(../images/menu-selected.jpg) no-repeat;
    color: #fff;
	}

#menu li#current a {
    background: url(../images/menu-selected.jpg) no-repeat;
    color: #fff;
}

/* EIND MENU */

/* TEKST EN OPMAAK */ 

.componentheading {
    font-size: 14px;
    color: #444444;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: verdana, arial;
}

.contentheading  {
    color: #EA6614;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    } 


h2 {
    font-family: Verdana;
    font-size: 12px;
    color: #818181;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0px;
}

.moduletable h3 {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #EA6614;
    padding-top: 10px;
    font-weight: bold;
    }

p {
    padding: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 150%;
}

p.buttonheading {
float: right;
}

a:link, a:visited {
    color: #EA6614;
    text-decoration: none;
    background: none;
} 

a:hover, a:active {
    text-decoration: underline;
    background: none;
}

a img {
    border: 0px;
}

a.readon { 
    float: right;
    display: block;
    margin-bottom: 10px;
width: 100%;
text-align: right;
}


.small, .createdate, .createdby {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #909090;
            }

ul {
    list-style-type:square;
    margin: 4px 0 4px 0;
    padding: 0 0 0 17px;
}

ul li {
    margin: 0;
    padding: 0;
    line-height: 125%;
}

.contentdescription {
margin-bottom: 15px;
}
