* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-bottom: 1em;
}

#logo {
	width: 240px;
	height: 150px;
	margin: 27px 0px 0px 40px;
	background: #ffffff url(../images/logo_ms_gs.gif) no-repeat;
}

#symbol1 {
	position: absolute;
	top: 0px;
	right: 40px;
	display: block;
	background: #ffffff;
}

#symbol2 {
	position: absolute;
	bottom: 0px;
	left: 40px;
	display: block;
	background: #ffffff;
}


#liste {
	position: relative;
	margin: 50px 0px 0px 50%;
	padding: 0px;
	font: 35px  Verdana, Arial, Helvetica, sans-serif;
}

#liste ul li a:hover img{
	position: relative;
	left: -80px;
	padding-left: 80px;
}

#liste ul li a:hover img.green{
	background-image: url(../images/pfeil_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#liste ul li a:hover img.black{
	background-image: url(../images/pfeil_pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
