/*
*	Megauploads.nl - Gratis en onbeperkt bestanden uploaden
*	Uploaden, Grote bestanden uploaden, Foto's, Filmpjes, Video's, Zip, bestanden, 

*/
body, html {
	background: #36393d url(images/bg_pattern.jpg) repeat-x;
	color: #36393d;
	margin: 0;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 755px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	padding-left: 25px;
}
/* LINK */
a:active, a:visited, a:link, a:hover {
	text-decoration: none;
	color: #4e4e4e;
}
/* HEADER */
#header {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	background: url(images/header.jpg) no-repeat;
	height: 100px;
	width: 570px;
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	display: none;
}
/* RIGHT */
#right {
	float: right;
	margin-top: -50px;
	padding-right: 15px;
	width: 155px;
}
ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.menu li {
	background: url(images/menu_bg.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 18px;
}
ul.menu li a:active, ul.menu li a:visited, ul.menu li a:link, ul.menu li a:hover {
	text-decoration: none;
	color: #4274a6;
}
/* CONTENT */
#left {
	float: left;
	width: 570px;
}
#left h3 {
	padding: 0;
	margin: 0;
	color: #356aa0;
	font-size: 8pt;
}
#left p {
	margin: 0;
	padding: 10px;
}
#left ul {
	margin: 0;
	padding: 10px 10px 10px 25px;
	list-style-image: url(images/arrow.jpg);
}
.cadeau {
	float: right;
	margin-top: -80px;
	padding-right: 10px;
}
.content {
	background: url(images/content_big.jpg) no-repeat top;
}
.content_small, .content_small2 {
	clear: right;
	float: left;
	background: url(images/content_small.jpg) no-repeat 0 16px;
	width: 265px;
}
.content_small2 {
	margin-left: 40px;
}

/* FOOTER */
#footer {
	position: relative;
	left: -25px;
	clear: both;
	width: 780px;
	margin-right: -25px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	color: #fff;
}
