/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Philipp Schweizer
	Author Site		: 	http://www.falken-erfurt.de
	Style Name		: 	falkencss
	Style URI		:	http://www.falken-erfurt.de
	Version			:	1.0
	Header Height		:	260
	Tags			:	layout, color
	Comments		:		
*/

body {
	background: #fcb600;
	color: #111111;
	margin: 0;
	}

a, a:visited, .sidebar a:visited {
	color: #111;
	}

#header  {
image:url("http://www.falken-erfurt.de/wp-content/uploads/bilder/header.jpg");
height:200px;
width:780px;
overflow:hidden;
position:relative;