html, body, div, img, p, h1, h2, h3, hr, ul, li, table, td, form, input, select, textarea
{
	border:none;
	margin:0;
	padding:0;
}

body
{
	background:url("../img/mainback.png") repeat-x scroll 0 0 #83ab33;
	color:#91b434;
	text-align: center;
	font-family:verdana, sans-serif;
	font-size:12px;
	overflow:auto;
	text-transform:none;
}

ol, ul
{
	list-style-position:inside;
}

a {
	text-decoration: none;
	color:#91B434;
}

div#root
{
	text-align:left;
	background-image: url("../img/header_ball.png");
	background-repeat: no-repeat;
	margin:auto;
	width:976px;
	min-height: 500px;
	height:auto !important;
	position:relative;
}

div#header
{
	height:240px;
	position:relative;
}
	div#headerimg
	{
		height:94px;
		position:absolute;
		right:100px;
		width:395px;
		top:15px;
	}
	div#headertext
	{
		font-size:14px;
		height: 100px;
		line-height:20px;
		position:absolute;
		right:75px;
		width: 420px;
		top:115px;
	}

/* Inhalt */
div#content
{
	margin-left: 50px;
	width: 680px;
}

	div#listheader
	{
		padding: 8px;
		margin-bottom: 2px;
		background-color: #FFFFFF;
		color: #035628;
		font-weight: bold;
		text-align: left;
	}

	div.box
	{
		padding: 8px;
		background-color: #bcd37e;
		margin-bottom: 2px;
		color: #035628;
	}
	div.detail {
		min-height:800px;
	}


div.listrow
{
	background-color:#BCD37E;
	color:#035628;
	margin-bottom:2px;
	padding: 10px 5px;
	width:670px;
	clear: both;
}

	div.listclm1
	{
		width: 65px;
		float: left;
		background-color: #bcd37e;
		color: #035628;
		height: 14px;
		overflow: hidden;
	}

	div.listclm2
	{
		width: 165px;
		float: left;
		background-color: #bcd37e;
		color: #035628;
		height: 14px;
		overflow: hidden;
	}
	div.listclm3
	{
		width: 420px;
		float: left;
		background-color: #bcd37e;
		color: #035628;
		height: 14px;
		overflow: hidden;
	}

	div.listclm4
	{
		width: 16px;
		float: left;
		background-color: #bcd37e;
		color: #035628;
		height: 16px;
		overflow: hidden;
	}

	a.listrow
	{
		color: #035628;
	}


/* Rechte Spalte */
div#rbox
{
	left: 735px;
	position:absolute;
	width: 240px;
	top:240px;
}
	div#facebook
	{
		width: 240px;
		background-color: #BCD37E;
	}

	div#twitter {
		background:url("/img/twitter.png") no-repeat scroll left top transparent;
		height:20px;
		margin-top:10px;
		padding-left:24px;
		padding-top:2px;
	}

	div#bubble
	{
		margin-left:15px;
	}

	div#mopo
	{
		width: 240px;
		position:relative;
		color: #91B434;
		margin: 10px 0;
	}
		div#mopo img
		{
			display: block;
			margin: 8px auto 0px auto;
		}

	div#kcsinfo
	{
		padding-top: 5px;
		padding-bottom: 5px;

		width: 240px;
		color: #035628;
	}

	a#impressum
	{
		color:#035628;
		position:absolute;
		display:block;
		right:50px;
		bottom:15px;
	}


div#pagelist
{
	text-align: center;
	color: #035628;
	margin: 10px 0;
	font-size:14px;
}

div#footer
{
	font-size: 10px;
	text-align: right;
}
a.footer
{
	color: #035628;
}



input, textarea, select {
	border:1px solid #035628;
	background-color:#fff;
	width:250px;
}

input.check {
	width:auto;
}

input.sender {
	width:120px;
	font-weight:bold;
	margin-left:200px;
	color:#035628;
}

input.option{
    width: auto;
}

div#matchbox
{
	float: left;
}

div#filterbox
{
	float:right;
}

