@charset 'utf-8';

/*-----------------------------------------------------------------------------
Project "katzensprung" Screen Stylesheet

version:	1.1
date:  	  11.Nov2015
author:		Björn Andresen
email:		bjoern@bjay.de
website:	www.bjay.de
-----------------------------------------------------------------------------*/

/* 908px width, 4 columns á 187px, margin of 20px */

/* 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; /* remember to define focus styles! */
}

html, body {
	height: 100%;
}

abbr[title] {
	border-bottom: 1px dotted #888 !important;
	cursor: help;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}


/* General
-----------------------------------------------------------------------------*/

body {
	text-align:center;
	font: 18px/1.4em Inconsolata,"Helvetica Neue", Arial, sans;
	font-weight: 400;
	color: white;
	background: #a8b0a7;
} 

.clear {
	clear:both;
}

.right {
	float: right;
}

.left {
	float: left;
}

* {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}


/* Layout
-----------------------------------------------------------------------------*/


	/* Header */

#header, #content {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
#header {
	display: inline-block;
	padding: 60px 0 35px 0;
}
#header img {
	position: relative;
	float: left;
}
#header .contact{
	position: relative;
	float: right;
	text-align: right;
	padding: 5px 10px 0 0;
	letter-spacing: 1px;
}
	#header a {
		text-decoration: none;
	}
	#header a:hover {
		color: #e4a146;
		font-weight: bold;
	}

	/* Navigation */
	

	/* Content */

#content {
	position: relative;
	z-index: 900;
	text-align: left;
	padding: 0 0 40px 92px;
	overflow: hidden;
}
	#content img {
		position: relative;
		margin: 10px;
		display: inline;
		clear: none;
	}

	#content img.big {
		float: right;
		margin: 0 10px 20px 0;

	}
	#content .text {
		width: 340px;
		float: left;
	}
	/* Footer */


	/* other */

img.bg {	
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	right: 0;

	z-index: -999;
}

/* Navigation and Links
-----------------------------------------------------------------------------*/

a abbr {
	cursor: pointer !important;
}

a {
  color: #fff;
}

a:link {
	text-decoration: underline;
}
 
a:hover,
a:focus {
  color: #fff;
}


/* Typo
-----------------------------------------------------------------------------*/

h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1em;
	font-size: 1.2em
}
	
b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code {
	font-family: "Courier New", monospace;
	font-size: 1em;
}



/* Elements
-----------------------------------------------------------------------------*/


.back {
	margin-top: 1.4em;
}
	.back a {
		color: #e4a146;
		font-weight: bold;
		text-decoration: none;
	}
		.back a:before {
			content: "«";
			font-size: 1.4em;
			padding-right: 5px;
			top: 1px;
			position: relative;
		}
		.back a:hover {
			color: white;
		}

.credits {
	position: relative;
	float: right;
	clear: both;
	padding: 0 10px 0 0;
	font-size: 14px;
}
