@charset "UTF-8";
/* CSS Document */

        A				{ color: #484034; text-decoration: none; border:none; }
        A:link			{ color: #484034; text-decoration: none; border:none; }
        A:visited		{ color: #484034; text-decoration: none; border:none; }
        A:active        { color: #6699CC; text-decoration: none; border:none; }
        A:hover			{ color: #6699CC; text-decoration: none; border:none; }

body{
	background: url(../images/.jpg);
	margin: 0;
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #333333;
	}
	
.bodytext p {
    font-size:14px;
}

.sidenote {
    font-size:12px;
}

/* aan het plafond..
#table{ border-left, border-right, border-bottom: 3px solid #666;}
	*/
#table{ margin-top: 20px; border:2px solid #6699CC;}

#menu{
	font-size:20px;
	background: #6699CC;
	margin-right:0px;
	text-align:center;
	}
#content{
	height:200px;
	text-align:left;
	padding: px;
	}
	
	#contact{
	text-align:left;
		}

.style1 {color: #FFFFFF}
.style2 {color: #CC0000}
#tt{
		background-color: #ccc;
		
	}


/* Afbeeldingen top/bottom default en per pagina */
#top{
	height:200px; width:920px;
	background-image:url(images/header.jpg);
	}
#bottom{
	height:20px; width:920px;
	background-color: #CCCCCC;
	}

/* Menu */
a.m1, a.m2, a.m3, a.m4, a.m5,
a.m1:link, a.m2:link, a.m3:link, a.m4:link, a.m5:link,
a.m1:visited, a.m2:visited, a.m3:visited, a.m4:visited, a.m5:visited{ 
	
	padding-right:10px;
	padding-left:10px;
	margin-right:0px;
	color: ##333333; text-decoration: none; background:#ccc; 
	}
	
a.m1:hover, a.m2:hover, a.m3:hover, a.m4:hover, a.m5:hover{ 
	color: #6699CC; text-decoration: none; background:#fff; 
	}

/* Menu active page */
body#welkom a.m1,
body#overleven a.m2,
body#verhalen a.m3,
body#contact a.m4,
body#reacties a.m5
{
color: #6699CC;
background: #FFFFFF;
}


/* CONTENT
.newsitem { 
	font-style:normal;
	margin: 12px;
	padding-top: 5px; padding-bottom: 10px;
	border-bottom: 2px dotted #666;
	}
.title {
	font-weight:bold; font-size: 12px;
	}
.shortstory { 
	margin-top: 3px; margin-bottom: 5px;
	}
.fullstory { 
	margin-top: 3px; margin-bottom: 5px;
	}
.readmore { 
	font-size: 10px;
	}
.date { 
	font-size: 9px;
	}
	
.newscol {
	}
	
	
.banner { 
	text-decoration: none; border:none; 
	}
   */