html, body{
        padding: 0px;
        margin: 0px;
		background-color: #cccccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

*
{
	outline: 0;
}

/* (end) */
input, select {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 19px;
}
/* (end) */
input {
	padding-top: 3px;
	height: 16px;
}
/* (end) */
select {
	padding-top: 2px;
}


#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #416CBD;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: -7px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}

/* (end) */
.geheZuSeite {
	margin-left: 10px;
}

/* (end) */
.btnGo {
	position: relative;
	top: 15px;
	left: 2px;
}

#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
