/* CSS Document */

body
{
	
	background-color:#cbcbcb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 2em;
	padding-top:0;
	margin-top:0;
}

#background {
	background-image:url(img/landschaft_bg.jpg);
	background-repeat:no-repeat;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
}

#content {
	width:940px;
	padding-top:120px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	margin-top:30px;
}

div.left {
	width:470px;
	float:left;
}

div.right {
	width:470px;
	float:left;
}

div.box {
	background-image:url(img/box.png);
	background-repeat:no-repeat;
	height:215px;
	width:470px;
}

#boxcontent 
{
	padding:18px;
	position:relative;
}

#boxcontenttext 
{
	padding:18px;
	padding-top:23px !important;
	position:relative;
	line-height: 1.5em;
}

#stern
{
	position:absolute;
	top: 15px;
	left: 70px;
}

#logo
{
	padding-right:10px;
}

div.clear {
	clear:both;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#eb6114;
	font-size:18px;
	font-weight:bold;
	margin-top:-1px;
}

h1 a
{
	text-decoration:none;
	color:#eb6114;
}

h1 a:hover
{
	text-decoration:underline;
}

a
{
	text-decoration:none;
	color:#000000;
}

a:hover
{
	text-decoration:underline;
}

h1 span
{
	font-size:14px;
}

li
{
	margin-left:-20px;
	list-style-type:square;
}

li.zahlen
{
	margin-left:-20px;
	list-style-type:decimal;
	color:#FF6600;
}

