body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffee;
	background-image: url(../images/Hintergrund_Start.jpg);
	font-size: 90%;
}
#bodystart{
	height: 500px;
	width: 100%;
	margin: -255px 0px 0px 0px;
	position: absolute;
	left:0px;
	text-align:center;
}
/* CSS-Hack: gilt für IE MAc */
#bodystart { top: 200px; }

/* commented backslash hack v2 \*/
#bodystart { top:50%; }
/* end hack */

#rahmen {
	height: 500px;
	width: 720px;
	background-image: url(../images/Start.gif);
	background-repeat: no-repeat;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#abstand {
	height: 130px;
	width:720px;
	margin-left:10px;
	padding-top:19px;
}

#aktuelles {
	height: 288px;
	width:380px;
	padding-top:250px;
	float: right;
	margin: 0px 3px 0px 0px;
	display: block;
}
#buttons
{
	height: 288px;
	width:280px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 230px;
	left: 5px;
	display: table;
}
#buttons a
{
	width:280px;
        padding: 2px 0px 0px 8px;
	margin: 0px 0px 20px 0px;
	display: block;
	position: relative;
	left: -10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-left-color:#ffcc00;
	border-bottom-color:#ffcc00;
	z-index:0;
}
#buttons a:hover {
	color: #ffcc00;
        background-color:#006600;

}
#buttons li, #buttons h2
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;

}

#aktuelles h2 {
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
}

#aktuelles li {
	font-family: Verdana, sans-serif;
        font-size: 0.9em;
 	color: #ffffff;
	text-decoration: none;
	list-style-position: outside;
        list-style-image:url('/images/pfeil.gif');
	padding-bottom:5px;
	margin-left:2px;
}

a:link, a:visited {	
	font-family: Verdana, sans-serif;
        font-size: 0.9em;
	color: #cccccc;
	text-decoration: none;
}
a:active,  a:hover {
	font-family: Verdana, sans-serif;
        font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
/*
ul
{
     list-style-image:url('/images/pfeilchen.gif');
     margin-top:2px;
     margin-bottom:2px;
     margin-left:12px;
     padding:2px;
     line-height:1.3em;
     list-style-position:outside;

}
      */