﻿* {padding:0; margin:0;}

html, body
{ 
	margin: 0; 
	padding: 0; 
	height:100%;
}

/*-------------------------*/
/* container               */
/*-------------------------*/
#Container
{
	width:960px;
	margin:0 auto;
	position:relative;
	padding-top:5px;
}

#Header
{
	height: 80px;
	width:960px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
}
#Header img
{
	vertical-align:bottom;
	overflow-y:visible;
	}
#MenuHeader
{
	width:960px;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#LeftSideBar
{
	width:130px;
	height:100%;
	min-height:529px;
	/*margin-top:30px;*/
	float:left;
	overflow-x:visible;
	
}

#RightSideBar
{
	margin-top:40px;
	width:128px;
	height:100%;
	min-height:529px;
	float:left;
	left:auto;
	text-align:center;
}

#Content
{
	height:100%;
	min-height:529px;
	width:680px;
	float:left;
	left:auto;
	font-size: 1.2em;


}
#contentbody
{
	width:960px;
	height:100%;
	min-height:565px;
	background-image: url(../images/container.png);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top:0px;
overflow:auto;
	}

#Footer
{
	background-color:Transparent;
	
	height:40px;
	min-height:40px;
	width:950px; 
	/*background-image: url(../images/footer.png);
	background-repeat:no-repeat;*/
	background-image: url(../images/container.png);
	background-repeat:repeat-y;
	
	padding-left:10px;
	float:left;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

/* het menu */
#main_nav { list-style: none; 
            float: left; 
            /*background: url(../images/menu2.png); */
            background-color:#d6111c;
            /*background-color:yellow;*/
            background-repeat:no-repeat;  
            width: 695px;
            height: 25px; 

            padding-right:5px;
            padding-top:12px;
            padding-bottom:2px;
			-moz-border-radius: 10px;
			border-radius: 10px;
            }
/* .borderradius #main_nav
 {
 	list-style: none; 
    float: left; 
    
    background-color:#d6111c;
    background-repeat:no-repeat;  
    width: 695px;
    height: 25px; 

    padding-right:5px;
    padding-top:12px;
    padding-bottom:2px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 } */   
    
#main_nav li { float: left; display: block;}

#main_nav li a { display: block; text-decoration: none; font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 14px; padding: 0 18px 0 9px; letter-spacing: 1px; height: 22px; }
#main_nav li a:hover { background: #f5312b; }
#main_nav li a.active { background: #b62521; } 
/* twitter */


.trendtip{background:#fff;position:relative;width:240px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;font-size:11px;line-height:18px;color:#aaa;display:none;margin-top:9px;}
.trendtip-content{background:#000;padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.trendtip-trend{margin-bottom:10px;font:bold 15px "Helvetica Neue",Arial,Sans-serif;color:#fa2;line-height:18px;display:block;}
ul.trendscontent a:focus,ul.trendscontent a:active,.trendtip-trend:focus,.trendtip-trend:active{outline:0;-moz-outline:0;}
.trendtip-desc{display:block;color:#ddd;font-size:13px;line-height:18px;}
.trendtip-source a{color:#6ac;text-decoration:none;}
.trendtip-pointer{background:url("http://s.twimg.com/a/1273620457/images/trendtip-pointer.gif");position:absolute;top:-9px;left:50%;width:17px;height:9px;margin-left:-8px;}
.aside #trend_description p{color:#666;}.aside #what_the_trend{color:#999;font-size:11px;}
.twtr-widget{position:relative;}
.twtr-widget .twtr-fade{position:absolute;width:460px;height:36px;bottom:0;left:0;z-index:10;background:url("http://s.twimg.com/a/1273620457/images/fronts/gradient.png") repeat-x bottom;_visibility:hidden;pointer-events:none;}
.twtr-widget .twtr-tweet a.twtr-reply{display:none;}
























