@charset "utf-8";
/* 
HALLO CURIEUZENEUZE-MOSTERDPOT
VAN HARTE WELKOM OP DE CSS-PAGINA VAN JURGENWILLEMS.BE

INHOUDSTAFEL CSS JURGENWILLEMS.BE
01. ALGEMENE STIJL
02. MENU
03. NIEUWSITEMS INDEX
04. SPONSORS
05. LINKS
06. BIO AFBEELDING
07. FACEBOOK LINK

 */

/* ________________________________________________________________________________________________________________
 										01. ALGEMENE STIJL
 ________________________________________________________________________________________________________________ */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #483A33;
	background-image:url(../images/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin-top:348px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:100%;
	height:100%;
}
.twoColFixRtHdr #container { 
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    margin-top:350px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:2px solid #000000;
    
}
 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:10px;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	border-left:dashed;
	border-left-color:#666666;
	text-align:left;
}
.sidebar { 
    color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
} 
.twoColFixRtHdr #mainContent { 
font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;

	margin: 0 140px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:29px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ________________________________________________________________________________________________________________
 										02. MENU
 ________________________________________________________________________________________________________________ */
 
#navigatie {
	margin-top:0px;
	top:0px;
	margin-left:-450px;
	left:50%;
	padding:0;
	list-style-type:none;
	width:900px;
	position:absolute;
	display:inline-block;
	height:auto;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Comic Sans MS,Helvetica,Verdana,sans-serif;
}
#navigatie ul {
    display:inline-block;
	float:left;
	padding:0;
}
#navigatie ul li {
    display: inline-block;
	float:left;
	color:#FFD562;
	text-decoration:none;
	padding:0px 5px 0 5px;
	height:auto;
}
#navigatie ul li a {
    display: inline-block;
    padding: 8px 16px 8px 6px;
    line-height:20px;
    height:auto;
    color: #999999;
    text-decoration: none;
    width: 100%;
    background-color:#000000;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 6px solid #666666;
	/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
	-moz-opacity:.80;
}
#navigatie ul li a:hover {
    background-color: #000000;
    color: #ffffff;
    height:auto;
    background-color:#000000;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 6px solid #ff9900;
}

/* ________________________________________________________________________________________________________________
 										03. NIEUWSITEMS INDEX
 ________________________________________________________________________________________________________________ */

#nieuws {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
    margin-left:118px;
    padding-top:15px;
	margin-right:20px;
	padding-right:20px;
}
.titel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:700;
    color: #ff9900;
    text-transform: none;
    margin-left:-115px;
    text-decoration:underline overline;
    line-height:3px;
}
.datum {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
}
.nieuwsfoto img{
    border:1px solid #ff9900;
    margin-left:-115px;
    float:left;
}

/* ________________________________________________________________________________________________________________
 										04. SPONSORS
 ________________________________________________________________________________________________________________ */

#sponsor img
{
	opacity:0.7;               /*Firefox & Chrome*/
	filter:alpha(opacity=70);   /* IE */
	-moz-opacity:.70;           /* Oude versies van Firefox */
}
#sponsor img:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
	-moz-opacity:1;           /* Oude versies van Firefox */
}

/* ________________________________________________________________________________________________________________
 										05. LINKS
 ________________________________________________________________________________________________________________ */

a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC66;
}
a:hover {
	text-decoration:overline underline;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}

/* ________________________________________________________________________________________________________________
 										06. BIO AFBEELDING
 ________________________________________________________________________________________________________________ */
 
#bio {
	float:right;
	visibility: visible;
	z-index: 10;
	top:-970px;
	overflow: visible;
	position: relative;
	left: 0px;
    /*	right: 0; */
   
}

/* ________________________________________________________________________________________________________________
 										07. FACEBOOK LINK
 ________________________________________________________________________________________________________________ */
 
#facebook img{
	float:right;
	visibility: visible;
	z-index: 10;
	top:37px;
	overflow: visible;
	position: relative;
	left: 85px;
    /*	right: 0; */
    opacity:0.0;               /*Firefox & Chrome*/
	filter:alpha(opacity=0);   /* IE */
}

