/* HANKE.ME stylez by jan[at]inhaltvonstrohmeier[dot]de */

/* generic */

html, body {
	height: 100%;
}

body {
	color: #FFFFFF;
	background-color: #292420;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

div {
	position:relative;
	display:block;
}

h1, h2 {
	font-size:12px;
	margin-top: 0;
}

/* page elements */

.wrap {
	margin-top: 50px;
	width: 100%;
	vertical-align:top;
	overflow:hidden;
}

.content, .links, .right {
	float: right;
	clear: none;
}

.logo {
	float:left;
	clear: none;
	width:30%;
	min-width:330px;
}

.content {
	vertical-align:top;
	padding: 0px 10px 0px 20px;
	text-align:right;
	font-size:11px;
	width: 40%;
}

.right {
	background-color: #8BB618;
	width: 10%;
	height: 54px;
}
.links {
	text-align:left;
	font-size:11px;
	border-left: 2px solid #8BB618;
	padding: 0px 20px 20px 10px;
	width: 10%;
}
