body {
background-color: #808080;
background-image:url('img/bg_verlauf.png');
background-repeat: repeat-x;
font-family: verdana,arial,sans-serif;
}
a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(img/too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


#mainpane {
    width: 100%;
    top: 223;
    position:relative;
    color: #1AD623;
}

a:link, a:visited, a:active {
	color: #1AD623;
	text-decoration: none;
  font-weight: bold;
  padding: 8px;
}
a:hover {
	color: #129618;
  padding: 7px;
  background-color: #111;
  border: 1px #000 solid;
}

