/* General */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;  
	background: #231f20;
}

body, th, td, input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;

	
}

h1 {
	font-size: 2em;
	color: #CC3333;
}

h2 {
	font-size: 1.5em;
	color: #4191af;
	color: #666666;
}

h3 {
	font-size: 1em;
	color: #bbbbbb;
}

a {
	text-decoration: none;
	color: #231f20;
}

img {
	border:0;
}

a:hover {
	color: #999999;
}

li {
	list-style: none;	
}

.clear {
	clear:both;
	font-size:1px; 
	line-height:0
}

.error {
	color:red;
}


/* Layout */

#mainpage {
	width:972px;
	position: relative; /* om positionering in de child tags mogelijk te maken */
	min-height: 100%; /* niet ondersteund door IE */
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

#overlay {
	width:100%;
	position:fixed;/* om positionering in de child tags mogelijk te maken */
	top:0;
	left:0;
	min-height: 100%; /* niet ondersteund door IE */
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background:#ffde00 url(../images/MythBusters_landing.jpg) center 6px no-repeat;
}

#top {
	height:100px;
}

#logo {	
	float:right;
	background:url(../images/qwiselogoblack.jpg) 0 20px no-repeat;
	width:57px;
	height:100px;
}

#menu {
	height:25px;
	background:url(../images/qbar.jpg) repeat-x;
}

.right_menu {
	float:right;
	margin-right:20px;

}

.left_menu {
	float:left;
	background:url(../images/qbarlogo.jpg) no-repeat;
	padding-left:40px;
		height:25px;
}

#menu a {
	line-height:25px;
	font-size:14px;
}
#menu .sep{
	background:url(../images/qbarsep.jpg) 10px 0 no-repeat;
	width:1px;
	padding:0 10px ;
}

#content {
	margin-top:20px;
	background:url(../images/bg2.jpg) no-repeat;
	height:600px;
	border-top:1px solid #231f20;
}

#content_myth {
	margin-top:20px;
	background:url(../images/bg3.jpg) no-repeat;
	height:600px;
	border-top:1px solid #231f20;
}

#content_margin {
	margin:40px;
}

.top_title_c {
	margin:20px 0 0 10px;
	float:left;
}

.top_title,.top_title_y {
	text-transform:uppercase;
	color:white;
	font-size:30px;
	font-weight:200%;
}

.top_title_y {
	color:#ffde00;
}

#top a {
	color:#fff;
}

#top .top_title_y a {
	color:#ffde00;
}

.home_content_top{
	width:720px;


}

.home_content_middle {
	margin-top:50px;

}

.home_content_bottom {
	margin-top:30px;
	text-align:center;
}

.mythes {
	float:left;
	margin-right:10px;
}

.mythes_last {
	float:left;
}

.title_1 {
	font-size:20px;
	font-weight:bold;
}

.square {
	float:right;
	width:140px;
	height:120px;
}

.content_title {
	text-transform:uppercase;
	color:#000;
	font-size:30px;
}

.content_title_b {
	text-transform:uppercase;
	color:#000;
	font-size:30px;
}
.content_top{
	height:400px;
}

.content_bottom {
	font-size:12px;	
	line-height:14px;
}

.content_bottom li {
	list-style:disc;
	margin-left:20px;
}

.content_bottom_left{
	float:left;
	width:380px;
}

.content_bottom_right{
	float:left;
	width:470px;
	margin-left:30px;
}

.downloadlink {
	color:#000;
	font-size:20px;
}



