/* 
   Thomas Obernberger
   http://obimax.at 
   v2.0 | 20110415
   License: closed
*/

/*
#####################################################################################
################################### BACKEND
#####################################################################################
*/


body {
	background: #555555 url(../img/bg.png) repeat 0 0;
	font: normal normal normal 12px/160% 'Lucida Grande', Verdana, sans-serif;
	/*overflow:hidden; disabled for developement*/
}
/*
################################### TOP
*/
#top {
	position:fixed;
	top: 0px;
	width: 100%;
	height: 35px;
	background:url(../img/header_top.jpg);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	overflow:hidden;
	z-index: 2000;
}
#top header {
	float:left;
	padding-left: 50px;
}
#top header h3 {
	font-size: 23px;
	padding: 6px;
	letter-spacing: 2px;
}
#top NAV {
	font-size: 23px;
	padding-left: 35px;
	height: 30px;
	float:right;
}
#top NAV LI {
	background: transparent url(../img/topmenu-bg.png) no-repeat left -200px;
	display: block;
	float: left;
	position: relative;
	padding-left: 10px;
}
#top NAV LI : hover {
	background-position: 100% -40px;
}
#top NAV LI A {
	background: transparent url(../img/topmenu-bg.png) no-repeat right -200px;
	color: #000;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 37px;
	padding: 0 18px 0 18px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#top NAV LI A:hover {
	background-position: 100% -40px;
}
#top NAV LI.active {
	background-position: 0px -160px;
}
#top NAV LI.active A {
	background-position: 100% -120px;
}
#top .loader {
	float:right;
	position:absolute;
	right: 10px;
	top: 5px;
	display:none;
}
.main {
	z-index: 200;
	top: 80px;	
	width: 900px;
	margin: 0 auto;
	position:relative;
	min-height: 550px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
