/* Tekstopmaak */

h1 {
        font-family: Verdana;
        font-size: 25px;
}
h2 {
        font-family: Verdana;
        font-size: 22px;
}
h3 {
        font-family: Verdana;
        font-size: 19px;
}
a {
        color: #24529C;
        text-decoration: none;
        font-weight: bold;
}
a:hover {
		color: #4C9AD4;
}
input, button, textarea, select {
        border-top: 1px solid #24529C;
        border-left: 1px solid #4C9AD4;
        border-right: 1px solid #24529C;
        border-bottom: 1px solid #4C9AD4;
        font-family: Tahoma;
        font-size: 11px;
}
input {
        width: 200px;
}
input.submit, button {
        width: 75px;
}
ul {
        list-style-image: url(listitem.jpg);
}

/* Designlayout */

body {
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
}


/*------- Floating banners --------*/
#rss-follow { border: 0;position: fixed; top: 440px; right:0;}
#twitter-follow { border: 0;position: fixed; top: 180px; right:0;}
#facebook-follow { border: 0;position: fixed; top: 310px; right:0;}
/*---------------------------------------------*/


div.gradient {
	position: absolute;
	left: 0px;
	top: 0px;
    background-image: url(banner-bg.jpg);
	background-repeat: repeat-x;
	height: 163px;
	width: 100%;
}
div.gradient div.address {
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-top: 108px;
    margin-top: 20px;
    margin-right: 10px;
    line-height: 14px;
}
img.picture {
	position: absolute;
	left: 0px;
	top: 0px;
}
img.name {
	position: absolute;
	left: 300px;
	top: 22px;
}
img.contact {
	position: absolute;
	right: 5px;
	top: 22px;
}
img.menu {
	position: absolute;
	top: 180px;
	left: 10px;
}
div.menu {
	position: absolute;
	top: 206px;
	left: 10px;
	width: 194px;
	border-left: 1px solid #94969C;
	border-right: 1px solid #94969C;
	border-bottom: 1px solid #94969C;
	background-color: #E6E6E6;
	font-weight: bold;
}
a.menu, span.menu {
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #3A8ED1;
	line-height: 20px;
}
span.menu {
	cursor: default;
}
a:hover.menu {
	color: #22529E;
	background-image: url(menuhover.gif);
	border-bottom: none;
}

div.contents {
        position: absolute;
        top: 170px;
        left: 220px;
        padding-right: 10px;
}



