﻿@import url("MainLayout.css");
@import url("Layout.css");
@import url("Menu.css");
@import url("Mediatips.css");
@import url("Socard.css");
@import url("Font.css");
@import url("Override.css");
@import url("Nieuws.css");
@import url("Cursussen2.css");

@charset "utf-8";
/* CSS Document */

body  {
	background : #e2e2e2 url(../Images/bck.jpg) top left repeat-x;	
	font		:11px Verdana, Arial, Helvetica, sans-serif;
	margin		:0; 
	padding		:8 0 0 0;
	color		:#000000;
	line-height:175%;
}

#BodyPopup
{
	background-color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#CustomContentBar td
{
	vertical-align: top;
}

img{
	border:0
}

.MaxWidth
{
    width: 100%;
}

a {
	color : #cb0033;
	text-decoration : none;
}
a:hover {
	color : #ff0000;
	text-decoration : underline;
}