.left,.pleft {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.grey,#footer a {
	color: #4c4c4c;
}

.block {
	display: block;
}

/*-- HEADER -- */
#topbar {
	color: #FFF;
	font-size: 9px;
	background: #3b3b3b url('../images/topbar.gif') repeat-x top;
	height: 8px;
}

.inner_topbar {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}

#header {
	height: 110px;
	margin: 44px 0 0 3px;
}

#headerpng {
	
}

.user_menu {
	background: #3b3b3b url('../images/user_menu_bot_l.gif') no-repeat
		bottom left;
}

.user_menu_c a {
	color: #FFF;
}

.user_menu_l {
	background: url('../images/user_menu_l.gif') no-repeat;
	height: 37px;
	width: 5px;
}

.user_menu_c {
	background: #3b3b3b;
	height: 32px;
	padding: 5px 0 0 3px;
}

.user_menu_r {
	background: url('../images/user_menu_r.gif') no-repeat;
	height: 37px;
	width: 5px;
}

.user_menu_bot_r {
	background: #3b3b3b url('../images/user_menu_bot_r.gif') no-repeat
		bottom right;
	height: 5px;
	margin-left: 5px;
}

.user_menu_content {
	padding: 6px 10px 0 10px;
}

.user_menu_c .thumb {
	border: 1px solid #6a6a6a;
	padding: 1px;
}

.icon_inbox {
	background: url('../images/icons/icon_inbox.png') no-repeat;
	padding: 2px 0 0 21px;
	height: 22px;
	width: 9px;
	font-size: 8px;
	font-weight: bold;
	margin: 0 10px 0 10px;
}

.icon_b {
	width: 24px;
}

.user_icons {
	border-right: 1px dotted #7a7a7a;
	width: 115px;
	margin-right: 10px;
}

/*-- FOOTER --*/
#footer {
	background: #f0f0f0 url('../images/footer-bg.gif') repeat-x;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.footer_section {
	width: 250px;
	margin-left: 20px;
}

.linkp {
	width: 190px;
	margin-left: 20px;
}

#foot_end {
	width: 1000px;
	height: 26px;
	margin-bottom: 20px;
	font-size: 11px;
}

#foot_l {
	background: url('../images/foot-l.png') no-repeat;
	height: 26px;
	width: 5px;
}

#foot_r {
	background: url('../images/foot-r.png') no-repeat;
	height: 26px;
	width: 5px;
}

#foot_c {
	background: #272727;
	height: 21px;
	width: 985px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 5px 0 0;
}

/*-- MAIN --*/
#main_content {
	background: #F8F8F8;
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 10px;
}

/*-- NAVBAR --*/
#navbar {
	width: 1000px;
	height: 47px;
}

#navbar_r {
	background: url('../images/navbar-r.png') no-repeat;
	height: 47px;
	width: 5px;
}

#navbar_c {
	background: url('../images/navbar-c.png') repeat-x;
	height: 43px;
	width: 990px;
	padding: 4px 0 0 0;
}

#navbar_c a {
	text-indent: -9999px;
	outline: none;
}

#navbar_l {
	background: url('../images/navbar-l.png') no-repeat;
	height: 47px;
	width: 5px;
}

.nav_link {
	display: block;
}

.nav_link:hover {
	background-position: 0 -44px;
}

.fun_games {
	background: url('../images/fun-games.gif') no-repeat;
	height: 44px;
	width: 111px;
	margin-left: 4px;
}

.tech_gadgets {
	background: url('../images/tech-gadgets.gif') no-repeat;
	height: 44px;
	width: 136px;
	margin-left: 4px;
}

.web_design {
	background: url('../images/web-design.gif') no-repeat;
	height: 44px;
	width: 120px;
	margin-left: 4px;
}

.columns {
	background: url('../images/columns.gif') no-repeat;
	height: 44px;
	width: 90px;
	margin-left: 4px;
}

.wk2010 {
	background: url('../images/wk2010.gif') no-repeat;
	height: 44px;
	width: 82px;
	margin-left: 4px;
}

.nieuws_alg {
	background: url('../images/nieuws-alg.gif') no-repeat;
	height: 44px;
	width: 163px;
	margin-left: 4px;
}

.forum {
	background: url('../images/forum.gif') no-repeat;
	height: 44px;
	width: 71px;
	margin-left: 4px;
}

.home {
	background: url('../images/home.gif') no-repeat;
	height: 44px;
	width: 63px;
}

.nav_link_sel {
	display: block;
	background-position: 0 -44px;
}

.user_menu_c p {
	margin: 0px;
	font-size: 9px;
}

/*-- HEADINGS --*/
h4.footer_title {
	font-size: 14px;
	color: #323232;
	font-family: verdana, arial, tahoma, sans-serif;
}

ul.footer_list {
	margin-top: 10px;
	list-style-type: none;
	font-size: 11px;
}

ul.footer_list li {
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #b1b1b1;
}

ul.footer_list li:hover {
	background: #fafafa;
}

.absmiddle {
	vertical-align: middle;
}


