/*css */


* {
	margin:0;
	padding:0;
	}

body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

#wrapper {
	width: 1002px;
	height: auto;
    margin-left:auto;
    margin-right:auto;
	background-repeat: no-repeat;
}

#header {
	width: 1002px;
	height: 175px;
}


#menu {
	width: 992px;
	height: 30px;
	color: #fff;
	padding: 15px 0px 0px 10px;
}

.linkmenu {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #ffffff;
	text-decoration: none;
	padding: 0px 6px 0px 3px;
}

.linkmenu:hover {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #FF0000;
	text-decoration: underline;
}


#box {
	width: 900px;
	height: auto;
	margin-left: 51px;	
}

#news {
	width: 380px;
	height: 350px;
	background-color: #fff;
	margin: 10px 10px 0px 0px;
	float: left;
	padding: 10px;
}

.newsticker {
	width: 380px;
	height: auto;
	float: left;
}

#newsarquivo {
	width: 70px;
	height: 15px;
	float: right;
}

#newsbanner {
	width: 260px;
	height: 370px;
	background-color: #fff;
	margin: 10px 10px 0px 0px;
	float: left;
}


#newslongo {
	width: 850px;
	height: auto;
	background-color: #fff;
	margin: 10px 10px 0px 0px;
	float: left;
	padding: 35px 20px 20px 20px;
}

.contactform {
	width: 380px;
	height: 435px;
	background-color: #f2f2f2;
	margin: 10px 10px 0px 0px;
	float: right;
	padding: 10px;
	font-size: 11px;
}


.contactright {
    float: right;
}



#agenda {
	width: 190px;
	height: 350px;
	background-color: #fff;
	margin: 10px 10px 0px 0px;
	float: left;
	padding: 10px;
}


#bottom {
	width: 910px;
	height: 150px;
	margin-left: 51px;
	margin-bottom: 10px;
}

#bannerbig {
	width: 670px;
	height: 150px;
	float: left;
	margin-right: 10px;
	background-color: #eee;
	margin-top: 10px;
}

#bannersmall {
	width: 210px;
	height: 150px;
	float: left;
	background-color: #CCCCCC;
	margin-top: 10px;
}

#footer {
	width: 890px;
	height: 40px;
	margin-left: 51px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin-bottom: 10px;
	color: #676767;
	font-size: 11px;
}




/*css */


.heading1 {
    font-size: 22px;
    color: #333;
	padding-bottom: 7px;
}

.heading2 {
    font-size: 14px;
    color: #000;
	padding-bottom: 3px;
}

.heading3 {
    font-size: 14px;
    color: #FF0000;
	padding-bottom: 3px;
}

.heading4 {
    font-size: 11px;
    color: #FF0000;
	padding-bottom: 3px;
}

.heading5 {
    font-size: 22px;
    color: #ff0000;
	padding-bottom: 7px;
}


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

.imagesleft {
    float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	border: 1px solid  #000;
}




.link {
    color: #FF0000;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

#guestbook {
	width: 450px;
	height: auto;
}


.onze {
	font-size: 11px;
}


.linkfoo {
    color: #232323;
	text-decoration: none;
	font-size: 10px;
}

.linkfoo:hover {
	text-decoration: none;
}