h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

html {
	background-color:#bbc22a;
	color:#FAF097;
	font-size:13px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

body {
	width: 960px;
}

* {
margin:0;
padding:0;
}

.clearfix {
	clear:both;
}

#body-wrapper {
	/* use for wireframing */
	margin:0; 
	padding:0;
}

.column {
	float:left;
}

.logo {
	background:#ffe85c url(img/sidebar-logo.png);
	height:140px;
}

.logo span,
.header span,
.footer span,
a.navi {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

.sidebar {
	width:180px;
	background:transparent url(img/bg-sidebar.png);
}

.sidebar-bottom {
	background:transparent url(img/bg-sidebar-bottom.png);
	height:30px;
}

.menu {
	width:157px;
}

.navi-top {
	background:transparent url(img/navi-top.png);
	height:35px;
}

.navi {
	display:block;
	height:26px;
}

.item1 {
	background:transparent url(img/navi-hilfe.png) top left no-repeat;
}

.item2 {
	height:44px;
	background:transparent url(img/navi-aufgaben.png) top left no-repeat;
}

.item3 {
	background:transparent url(img/navi-spieltipps.png) top left no-repeat;
}

.item4 {
	background:transparent url(img/navi-downloads.png) top left no-repeat;
}

.navi-bottom {
	background:transparent url(img/navi-bottom.png);
	height:15px;
}

.content-wrapper {
	width:780px;
}

.content {
	background:#740025 url(img/bg-content.png);
	padding-left:65px;
	padding-right:60px;
	padding-top:20px;
	padding-bottom:20px;
}

.content-bottom {
	background:#740025 url(img/bg-content-bottom.png);
	height:10px;
	margin-bottom:7px;
}

.block {
}

.header {
	position:relative;
	height:145px;
	width:780px;
	background-image:url(img/header.png);
}

.kiddinx {
	position:absolute;
	width:95px;
	height:15px;
	top:33px;
	left:19px;
}

.but {
	position:absolute;
	width:118px;
	height:15px;
	top:49px;
	left:19px;
}

.home {
	position:absolute;
	width:200px;
	height:105px;
	top:12px;
	left:295px;
}

h1 {
	display:block;
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}

p {
	margin-bottom:10px;
}

p.linklist,
p.linklist a {
	margin:20px;
}

.image img {
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

a {
	color:#FAF097;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

.footer {
	background:#740025 url(img/footer.png) top left no-repeat;
	height:63px;
	padding-top:8px;
	padding-left:250px;
}

.kontakt {
	float:left;
	display:block;
	height:21px;
	width:85px;
	margin-right:10px;
	background:transparent url(img/footer-kontakt.png) top left no-repeat;
}

.impressum {
	float:left;
	display:block;
	height:21px;
	width:100px;
	margin-right:10px;
	background:transparent url(img/footer-impressum.png) top left no-repeat;
}

.shop {
	float:left;
	display:block;
	height:21px;
	width:65px;
	background:transparent url(img/footer-shop.png) top left no-repeat;
}

