html,body
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-color: #fff;
	height: 100%;
	
	background: url(../images/header_background.png) repeat-x;
	
}

#content
{
	width: 960px;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	
	background: url(../images/content_background.jpg) repeat-y;
}

#header
{
	background: url(../images/header.jpg) no-repeat;
	height: 161px;
}

#header h1
{
	display: none;
}

ul#meta
{
	float: right;
	text-align: right;
	display: block;
	width: 100px;

	position: relative;
	left: -30px;
	top: 20px;
}

ul#meta li a
{
	color: #999;
}

ul#meta li a:hover
{
	text-decoration: none;
}

#kontakt_menu
{
	margin-top: 10px;
}

#kontakt_menu a
{
	font-weight: bold;
}

ul#me1
{
	display: block;
	width: 700px;
	float: right;
	margin-top: 130px;

	position: relative;
	left: 100px;
}

ul#me1 li
{
	float: right;
	margin-right: 30px;
	margin-left: 8px;
}

ul#me1 li a
{
	color: #fff;
	text-decoration: none;
	display: block;
}

ul#me1 li a.active,
ul#me1 li a:hover
{
	text-decoration: underline;
}

#teaser
{
	clear: both;
	background: url(../images/teaser.jpg) no-repeat 309px;
	height: 241px;
}

h2
{
	display: none;
}

#teaser ul
{
	background: url(../images/events_background.jpg) no-repeat 26px;
	height: 241px;
}

#teaser ul li.first
{
	padding-top: 50px;
}

#teaser ul li
{
	padding-left: 60px;
}

#teaser ul li span,
#teaser ul li a
{
	display: block;
	color: #fff;
	font-size: 9pt;
	width: 230px;
}

#teaser ul li span
{
	font-weight: bold;
}

#teaser ul li a
{
	margin-top: 2px;
	margin-bottom: 20px;
}

#teaser ul li a:hover
{
	text-decoration: none;
}

#kickstart
{
	display: block;
	height: 245px;
	width: 309px;
	float: left;
}

#kickstart li
{
	text-align: right;
	margin-left: 185px;
}

#kickstart li.first
{
	margin-top: 70px;
}

#kickstart li a
{
	display: block;

	height: 68px;
	width: 123px;
}

#kickstart li a span
{
	display: none;
}

#kickstart li a.parents_infos
{
	background: url(../images/infoseltern_not_active.png) no-repeat;
}

#kickstart li a.active_infos
{
	background: url(../images/infosaktive_not_active.png) no-repeat;
}

#kickstart li a.parents_infos:hover
{
	background: url(../images/infoseltern_active.png) no-repeat;
}

#kickstart li a.active_infos:hover
{
	background: url(../images/infosaktive_active.png) no-repeat;
}

#reports
{
	float: left;
	width: 624px;
	
	background: url(../images/reports_background.jpg) no-repeat;
}

#reports li
{
	height: 30px;
	margin-left: 20px;
}

#reports li.first
{
	margin-top: 80px;
}

#reports li.more
{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}

#reports li span
{
	display: block;
	float: left;
	width: 80px;
	color: #242424;
}

#reports li a
{
	display: block;
	float: left;
	width: 520px;
	color: #242424;
}

#reports li a:hover
{
	text-decoration: none;
}

#reports li.more a
{
	margin-left: 80px;
}

#footer
{
	clear: both;
	text-align: right;
	padding-right: 30px;
	color: #999;
}
