html {

background: url(/fileadmin/GObrand/background.png) center 0;


}

#topframe {
	background: #330066;
	text-align:left; 

	margin: auto;
	padding:0.5em; 
	padding-top:0px;  
	width:1100px; 

	border: 1px solid black;
	border-top: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 

	-webkit-box-shadow: 0 8px 6px -6px black; 
	-moz-box-shadow: 0 8px 6px -6px black; 
	box-shadow: 0 8px 6px -6px black;"

	display:block;
	position:relative;
	z-index: 2;

	font-size: 10pt;

}

#topframe a {
	text-decoration: none;
	color: #ffff99;
}
#topframe a:hover {
	text-decoration: underline;
	color: white;
}


#upperMenu {
	float:right;
	padding: 5px;
}

#mainMenu {
	clear:right;
	float:right;
	padding: 5px;
	font-weight:bold;
	font-size:16pt;
}

#mainMenu .RSGmenuHactive {
	color: white;

}

#RSGall {
	margin-top:-6px;
	padding-top:10px;
	background: white;
	position: relative;
	z-index:1;
}

#RSGheaderHEAD {
	background-color:#ffff99;
	padding:3px;
	padding-left:10px;
	text-align: left;
}
#RSGheaderHEAD a {
	text-decoration: none;
	color: #330066;
}
#RSGheaderHEAD a:hover {
	text-decoration: underline;
	color: white;
}
#RSGheaderFOOT {
	text-align:center;
}
