/*----------------------------------------------------------------------------- 
Zwarts Evenementen

author:    Koen Zwarts
email:     info@zwarts-grafischontwerp.nl
website:   www.zwarts-grafischontwerp.nl
-----------------------------------------------------------------------------*/

* {
	margin: 0;
    padding: 0;
    border: 0;
}

html, body {
	height: 100%;
}

body {
	color: #fff;
	font: 12px/120% Calibri, Arial, "Lucida Grande", Helvetica, sans-serif;
	background-color: #111;
}

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

a:hover {
	color: #8c8c83;
}

p {
	margin-bottom: 11px;
}

p a, p.last a {
	font-size: 16px;
	margin-left: 15px;
}

p a:hover, p.last a:hover {
	color: #fff;
}

p.last {
	margin-bottom: 23px;
}

p.address {
	color: #fff;
	font-size: 11px;
	line-height: 120%;
}

p.address a {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	margin: 0;
}

p.address a:hover {
	text-decoration: none;
}

img {
	border: none;
	margin-right: 3px;
}

#outer {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0px;
	position: absolute;
	overflow: visible;
}

#inner {
	width: 560px;
	height: 395px;
	margin-left: -280px;
	top: -197px;
	left: 50%;
	position: absolute;
}

#wrapper {
	background-color: #fff;
	width: 560px;
	height: 395px;
	position: absolute;
}

#background {
	background-color: #8c8c83;
	width: 368px;
	height: 371px;
	top: 12px;
	left: 180px;
	position: absolute;
}

#logo {
	background-image: url(../images/logo.png);
	width: 129px;
	height: 81px;
	top: 26px;
	left: 42px;
	position: absolute;
}

#name {
	color: #8c8c83;
	font-size: 15px;
	text-align: center;
	width: 180px;
	top: 357px;
	position: absolute;
}

#name span.blue {
	color: #006291;
}

#content {
	width: 284px;
	height: 288px;
	top: 84px;
	left: 252px;
	position: absolute;
}