/* Master CSS
Name: 
Author: Philip Prinz ~ www.pimago.de
Update: 07.Feb.2008

Colorpalette
#fff; ~ white
 */

body {
	margin: 0;
	padding: 0;
	color: #181860;
	background: #fff url("../gfx/bg.jpg") no-repeat 100% 0 ;
	font: normal 62.5% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-align: center;
	line-height: 1em;
}

/* Typo
-------------------------------------------------- */
h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

address {
	margin: 0 0 .6em 0;
	padding: 0;
	font-style: normal;
}

/* Links
-------------------------------------------------- */
#content a {

}

#content a:hover {

}

a img {
	border: none;
}

/* Basic Boxes
-------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	padding: 50px 10px;
	width: 940px;
	height: 385px;
	background: transparent url("../gfx/header.jpg") no-repeat 0 0;
	float: left;
}

#header #logo {
	float: left;
}

#header #ehfk {
	float: right;
	display: block;
}

#header p {
	margin-bottom: 1em;
	font-size: 2em;
	text-align: center;
	line-height: 1.8em;
	visibility: hidden;
}

#content {
	width: 960px;
	clear: both;
}

#footer {
	padding: 30px 10px;
	clear: both;
}

#stoerer {
	width: 346px;
	height: 204px;
	position: fixed;
	left: 0;
	top: 0;
}

/* Thumbs
-------------------------------------------------- */
#thumbs a {
	margin: 10px;
	padding-bottom: 12px;
	background: transparent url("../gfx/shadow.png") no-repeat bottom left;
	display: block;
	text-decoration: none;
	color: #222;
	font-size: 1.3em;
	line-height: 1.6em;
	float: left;
}

#thumbs a:hover {
	border-color: #aaa;
}

#thumbs a img {
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
}

/* Extras
-------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

/* clear floats */ 
#content:after,
#navi:after {
	height: 0;
	content: "."; 
	display: block;  
 	clear: both; 
	visibility: hidden;
}

/* clear floats for stoopid IE 7 */
*:first-child+html #content,
*:first-child+html #navi {
	min-height: 1px;
}

/* clear floats for stoopider IE 6 */
* html #content,
* html #navi {
	height: 1%;
}

