/* === ALLE STIJLEN RESETTEN === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

/* === ALGEMEEN === */
html, body {height:100%; min-height:100%;}
body {font-family:"Arial"; background-color:#113e8e; font-size:14px; line-height:16px;}

/* === LAYOUT === */
#container {margin:0 auto; min-height:100%;	width:1650px; position:relative;}
#header {width:1650px; height:100px; background-image:url(../images/header.png); background-repeat:no-repeat; margin-bottom:25px;}
#main {width:1650px; height:930px; overflow:hidden; float:left;}
.column {width:200px; margin-right:50px; margin-left:25px; float:left;}
.column4 {width:200px; margin-left:25px; float:left;}


/* === LOGIN === */
#header-login {width:463px; height:100px; background-image:url(../images/promodeals_logo.png); background-repeat:no-repeat; margin-bottom:25px;}
#password {font-size:25px; text-align:center;}
.menu-login {width:300px;}
.column-login {float:none; width:300px; padding-top:100px;}


/* === menu === */
.menu {width:200px; float:left; margin-bottom:40px;}
.navigatie {width:200px; float:left; margin-left:0px; overflow:hidden;}

/* === MENU === */
.navigatie {width:225px; float:left; text-align:left; color:#ffffff;}
.navigatie li {margin: 0px 0px 0px 0px; padding: 0px 0 0 0px; border-bottom: 1px dotted #888; list-style: none;}
.navigatie li a {color:#d0cfcb; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:5px 0 1px 5px; background:#113e8e; display:block; margin-bottom:2px; overflow:hidden;}
.navigatie li a:hover {color:#000000; text-decoration:none; text-transform:uppercase; background:#b6f53f; display:block; margin-bottom:2px;}

/* === H TAGS === */
h2 {color:#b6f53f; font-size:16px; font-weight:bold; margin:0px 0px 10px 0px;}
h3 {color:#f00; font-size:16px; font-weight:bold; margin:0px 0px 10px 0px;}