/* html-tags */

body {
    background-color: white;
    margin: 0px;
}

body, a, p, td, div, h1, h2, h3, h4, span {
    font-family: arial, trebuchet, verdana, sans-serif;
}

a, a:hover, a:active {
    color: #42659c;
}

p {
    font-size: 12px;
    margin-left: 20px;
    text-align: justify;
    line-height: 18px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #42659c;
    background-image: url("images/bullet.gif");
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 20px;
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 0px;
}

/* Het framework */

td.container {
    width: 900px;
}

td.header {
    height: 100px;
    vertical-align: middle;
}

img.logo {
    margin-left: 20px;
}

td.slideshow {
    height: 150px;
    vertical-align: top;
}

/* Maincontent */
td.maincontent {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 630px;
    vertical-align: top;
}

td.maincontent p {

}

td.balloon_middle {
    background-image: url("images/balloon_middle.gif");
    background-position: left top;
    background-repeat: repeat-y;
}

td.balloon_middle p {
    margin-left: 40px;
    margin-right: 20px;
}

td.balloon_middle h1 {
    background-image: url("images/bullet_grey.gif");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
}

td.sidecontent {
    width: 250px;
    vertical-align: top;
    padding-top: 20px;
}

td.mainhalfcontent {
    width: 285px;
    vertical-align: top;
    padding-bottom: 20px;
}

td.footer {
    vertical-align: top;
}

td.emptyspace {
    width: 20px;
    vertical-align: top;
}

/* Het hoofdmenu */

td.menu {
    height: 30px;
    vertical-align: bottom;
}

td.menu ul {
    padding: 0px;
    margin: 0px;
}

td.menu ul li {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

td.menu ul li a {
    background-image: url("images/tab.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 30px;
    line-height: 32px;
    width: 148px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
}

td.menu ul li a:hover {
    font-weight: bold;
}

td.menu ul li a.menu_current{
    background-image: url("images/tab_active.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    color: white;
    font-weight: bold;
}

/* Het formulier */

td.field_title {
    width: 150px;
    padding-right: 10px;
}

.textfield, input.email {
    width: 200px;
    border: 1px solid #aaa;
    font-size: 12px;
    
}

.textarea {
	font-size: 12px;
	width: 100%;
	height: 100px;
	border: 1px solid #aaa;
}

