body {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fcf472;
	background-image: url(http://liberobase.de/fileadmin/images/hg_1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
/* 	height:100%;
 	width:100%;*/
}

/*DIVS*/
/******/

#linkespalte{
	float:left;
	margin-top: 200px;
	width: 200px;
}

#menu {
	background-color: #f7d226;
	border-style: solid;
	border-width: thin;
	border-color: #f38e22;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95; 
	margin-top: 0px;
/*	color: #412609; */
	
}

#login {
	margin-top: 20px;
	background-color: #f7d226;
	border-style: solid;
	border-width: thin;
	border-color: #f38e22;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95; 
	padding: 3px;
	color: #5d360d;
}
#bigbox {
	float:right;
	background-color: #f7d226;
	border-style: solid;
	border-width: thin;
	border-color: #f38e22;
	padding: 3px;
/*	position: absolute;
	top: 10px;
	left: 250px;
*/
	color: #5d360d;
	width: 570px;
	overflow:auto;
	margin-top: 200px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95; 
}

#bigbox_body {
	border-style: solid;
	border-width: thin;
	border-color: #f38e22;
}

div.tx-felogin-pi1 {
/*
	position: absolute;
	top: 0px;
	left: 10px;
	width: 200px;
	*/
}

#stage {
	width: 800px;
	margin: 0px auto;
	background-color: transparent;
/*	background-color: #fcf472;
	border: 2px #000000 solid;
	padding:5px;
	-moz-border-radius:10px; */
}

div.normaltext {
	color: #5d360d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.fieldHeaderForm {
	color: #5d360d;
}

#bigbox_top_bandliste {
	font-size: 20px;
	font-style: bold;
}

/*Label*/
/*******/

label.loginlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #93875F;
}

/*TEXT*/
/******/

p.commontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*FORMS*/
/*******/

input.loginput {
	width: 120px;
	height: 20px;
	font-size: 11px;
}


/*LISTS*/
/*******/

li {
	list-style-type: circle;
	color: #5d360d;
}

/* LINKS*/
/********/

a {
	text-decoration: none;
	font-size: 12px;
	color: #5d360d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #8c8c8c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}