/* CSS reset */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }

:focus { outline: 0; }

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/* Custom Font import */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../font/BebasNeue-webfont.eot');
	src: local('?'), url('../font/BebasNeue-webfont.woff') format('woff'), url('../font/BebasNeue-webfont.ttf') format('truetype'), url('../font/BebasNeue-webfont.svg#webfont2iOQGOJ3') format('svg');
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'VollkornRegular';
	src: url('../font/Vollkorn-Regular-webfont.eot');
	src: local('?'), url('../font/Vollkorn-Regular-webfont.woff') format('woff'), url('../font/Vollkorn-Regular-webfont.ttf') format('truetype'), url('../font/Vollkorn-Regular-webfont.svg#webfontiHn8ZsrW') format('svg');
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'VollkornBold';
	src: url('../font/Vollkorn-Bold-webfont.eot');
	src: local('?'), url('../font/Vollkorn-Bold-webfont.woff') format('woff'), url('../font/Vollkorn-Bold-webfont.ttf') format('truetype'), url('../font/Vollkorn-Bold-webfont.svg#webfontPh7rQjde') format('svg');
	font-weight: normal;
	font-style: normal; }

/* Typographic styles */

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	line-height: 1.4em; 
	text-shadow: 0px 1px 0px #FFFFFF; }

a:link { 
	color: #bb212b;
	text-decoration: none; }

a:visited { 
	border-bottom: 1px solid #d2c5a7;
	color: #bb212b; 
	text-decoration: none; }
	
a:active { 
	border-bottom: 1px solid #d2c5a7;
	color: #bb212b;
	text-decoration: none; }
	
a:hover { 	
	border-bottom: 1px solid #bb212b;
	color: #bb212b;
	text-decoration: none; }

h1 {
	font-size: 150%;
	font-weight: normal; }
	
h2 {
	font-size: 120%;
	font-weight: normal; }
	
h3 {
	font-size: 100%;
	font-weight: normal; }
	
h4 {
	font-size: 80%;
	font-weight: bold; }
	
h5 {
	font-size: 70%;
	font-weight: bold; }
	
h6 {
	font-size: 64%;
	font-weight: bold; }

ol, ul, li {
	font-size: 80%;
	line-height: 120%; }
	
p { font-size: 80%;
	line-height: 120%; }
	
pre {
	font-family: monospace;
	font-size: 80%; }

strong, b { font-weight: bold; }

/* Layout */

body {
	background: #000000 url('../img/leer.jpg') no-repeat center center;
	color: #2f2a35; }

#wrapper {
	margin: 10% auto;
	height: auto;
	width: 660px; }
	
	#wrapper #header, 
	#wrapper #infos {
		background: #fddd7a url('../img/papier-wit.jpg');
		clear: both;
		float: left;
		width: 640px; }
		
	#wrapper #header { padding: 10px 10px 0px 10px; }
	#wrapper #infos { padding: 0px 10px 10px 10px; }
		
		/* Styles for #header */
		
		#wrapper #header #name {
			border-top: 4px double #52576b;
			border-right: 4px double #52576b;
			border-left: 4px double #52576b;
			text-align: center;
			margin: 0 auto;
			padding: 20px 0 10px 0;
			width: 634px; }
			
			#wrapper #header #name h1 { 
				color: #bb212b; 
				font: normal 580% 'BebasNeueRegular', georgia, 'times new roman', serif; 
				letter-spacing: 0.025em;}
			
			#wrapper #header #name p.top { 
				font: normal 90% 'VollkornBold', georgia, 'times new roman', serif;
				letter-spacing: 0.15em;
				position: relative; 
				text-transform: uppercase;
				top: 9px; }
			
			#wrapper #header #name p.bottom {
				font: normal 80% 'VollkornRegular', georgia, 'times new roman', serif;
				letter-spacing: 0.2em;
				padding: 0 0 4px 0;
				position: relative; 
				text-transform: uppercase;
				top: -5px; }
				
			#wrapper #header #name span {
				color: #878488;
				display: inline-block;
				font: normal 80% 'VollkornRegular', georgia, 'times new roman', serif;
				font-variant: small-caps;
				left: 274px;
				letter-spacing: 0.1em;
				position: relative;
				top: -154px; }
				
		/* Styles for #infos */
	
		#wrapper #infos ul {
			border-right: 4px double #52576b;
			border-bottom: 4px double #52576b;
			border-left: 4px double #52576b;
			clear: both;
			display: block;
			float: left;
			margin: -20px 0 0 0;
			padding: 0px 15px 17px 15px; 
			width: 604px; }
			
			#wrapper #infos ul li {
				display: block;
				float: left;
				font: normal 120% 'VollkornBold', georgia, 'times new roman', serif;
				letter-spacing: 0.1em;
				line-height: 1.4em; 
				text-align: center;
				text-transform: uppercase; }
				
				#wrapper #infos ul li span { 
					color: #1c1920;
					font: normal 90% 'VollkornRegular', georgia, 'times new roman', serif;
					display: block;
					text-transform: lowercase; }
				
			#wrapper #infos ul li.telephone,
			#wrapper #infos ul li.twitter,
			#wrapper #infos ul li.website {
				clear: none;
				float: left;
				margin: 0 0 5px 0;
				width: 200px; }
			
			#wrapper #infos ul li.telephone,
			#wrapper #infos ul li.twitter { 
				border-right: 2px solid #878488;
				width: 200px !important; }
			
			#wrapper #infos ul li.adres {
				border-top: 2px dotted #878488;	
				clear: both;
				margin: 5px 0 0 0;
				padding: 14px 0 10px 0;
				width: 100%; }
				
/* CSS3 and other misc. stuff */ 

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p { text-shadow: 0px 1px 0px #FFFFFF; }

#wrapper #header, 
#wrapper #infos {
	box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000; }