/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #131313 url(../img/body-bg.png) no-repeat center center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}

a, a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: #CCC;
}

a:hover,
a:active {
	text-decoration: underline;
}

address {
	font-style: normal;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

h1 {
	margin: 20px 0 12px;
	font-size: 24px;
}

h2 {
	margin: 20px 0 10px;
	font-size: 22px;
}

h3 {
	margin: 20px 0 8px;
	font-size: 18px;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#header {
	padding: 0 100px;
	height: 345px;
	background: black url(../img/visual.jpg) no-repeat top right;
	overflow: hidden;
}

#header #logo {
	display: block;
	margin-top: 126px;
	width: 393px;
	height: 93px;
	background: url(../img/logo.png) no-repeat !important;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#content {
	padding: 20px 100px;
	width: 700px;
	overflow: hidden;
}

#content h1 {
	margin: 20px 0 100px;
}

#tagline {
	float: right;
}
