/* CSS Document */



body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color:white;
}


a {
	color:black;
	text-decoration:none;
	font-weight:normal;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

sup {
	font-size: 12px;
}


#content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#toprocker {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

#toprocker h3{
	font-weight: bold;
	font-size: 18px;
	color: red;
}

/*bottomrocker, mit vertical ausgerichtetem text*/
div#bottomrocker {
	font-size:12px;
	padding-top:5px;
	text-align:center;
}
div#bottomrocker span#valign{
	vertical-align:16px;
}
div#bottomrocker a, 
div#bottomrocker a:hover {
	text-decoration:none;
}
div#bottomrocker a#bottomrocker {
	background:transparent url(../images/webrockers2009ferrari.png) no-repeat center top;
	display:inline-block;
	width:150px;
	height:42px;
}
div#bottomrocker a#bottomrocker:hover {
	background-position:center bottom;
	outline-style:none;
}
