/*
Author: Steffen Barsch
Author URI: http://hvhv.org/

spread love

*/

* {
	margin:0;
	padding:0;
}

body {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	margin:0.9em;
	padding:0;
	}
	
h1 {
	display:none;
}

a {
	color:black;
	text-decoration:none;
	}

img {
	margin-top:300px;
}

/* navigation arrows */

.alignright {
	top:50%;
	left:2%;
	position:fixed;
}

.alignleft {
	top:50%;
	right:2%;
	position:fixed;
}

/* special classes */

.nomargin {
	margin-bottom:-300px;
}

.left {
	float:left;
	}

.about {
	text-align:left;
	margin-left:2%;
	width:80%;
	font-size:12px;
	}

#spacer {
	margin-top:175px;
}



/* head */

#navi {
	position:absolute;
	width: 2.5em;
	height: 1.2em; 
	overflow: hidden;
}

#navi:hover {
	position: absolute;
	width: 20em; 
	height: 3em;
	overflow: hidden;
	margin-left:-3.8em;
}

#fix {
	position:fixed;
	width:100%;
	text-align:center;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
}

#rss {
	float:right;
}
