@charset "UTF-8";



/* CSS ERPATEC */

html				{  }
body				{ margin:0; padding:0; }



/* GENERAL */

h1					{ font-size:16px; font-family:Verdana, Geneva, sans-serif; color:#fff; font-weight:bold; }
h2					{  }
h3					{  }
h4					{  }

a					{ text-decoration:none; color:#fff; }

.left				{ float:left; }
.right				{ float:right; }
.clear				{ clear:both; }



/* MAINSTYLE */

header				{ width:900px; height:240px; margin:40px auto 10px; }
#logo-home          { background:url(../img/erpatec-logo.jpg) no-repeat top left; width:290px; height:240px; float:left; margin-right:10px; }

#main				{ background:url(../img/main-bg-repeat.jpg) repeat-y top left; width:900px; margin:0 auto; }
#content			{ width:520px; padding:25px; float:left; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; }
aside				{ width:250px; float:left; padding:10px 20px 40px 20px; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; }
	.nieuws-widget title	{ font-weight:bold; }

footer				{ width:900px; height:40px; line-height:40px; margin:10px auto; background-color:#0054a4; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:bold; text-align:center; }



/* NAVIGATION */

nav				{ width:600px; height:50px; float:left; background-color:#0054a4; margin:10px 0 10px 0;  }
nav ul				{ margin:0px; padding:0px; line-height:50px; list-style-type:none; }
nav ul li			{ float:left; }
nav ul li a			{ display:block; margin:0px; padding:0 10px 0 10px; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:bold; text-transform:capitalize; text-decoration:none; }
nav ul li a:hover               { background-color:#327cc2; }

nav ul ul			{ display:none; }
nav ul li:hover ul              { display:block; }
nav ul ul 			{ position:absolute; background-color:#0054a4; width:140px; z-index:100; margin:0px; padding:0 0 0 0; line-height:35px; }

nav ul li li a                  { font-size:12px; font-weight:normal; width:120px; display:block; padding-left:10px; }
nav ul li li a:hover            { background-color:#327cc2; }