/*#####---___/menu begin\__---#####*/

/*#####---___/ header-menu section begin \__---#####*/
#header-menu{
	margin:0 auto;
	height: 50px;
	width:100%;
	position:absolute;
	font-size:1em;
        background-image: url("../../../../webimg/menu-bg-paisley_12-600.jpg");
        top:130px;
        z-index: 9999;
        left:0; 

	/*border-left: 1px solid #cecece;*/
}
/*#####---___/ header-menu section end \__---#####*/



.menu{
    display: table;
    margin:15px auto;
}

#header-menu ul li.current-menu-item a{
	color:#FFCC00;
	background-color: #007200;
}

#header-menu ul li.current_page_item a{
	color:#FFCC00;
	background-color: #007200;
}

#header-menu ul li.current-menu-item  > ul li a{
	background:transparent;
	color:#888;
}

/*#####---___/menu container begin\__---#####*/
.menu-main-container{
	float:left;
	width:100%;
}
/*#####---___/menu container end\__---#####*/


/*#####---___/ header-menu section first level ul begin \__---#####*/
#header-menu ul {
	margin: 15px auto; 
	padding: 0; 
	list-style-type: none; 
}
/*#####---___/ header-menu section first level ul end \__---#####*/


/*#####---___/ header-menu section first level li begin \__---#####*/
#header-menu li {
	float:left;
	position:relative;
}
/*#####---___/ header-menu section first level li end \__---#####*/


/*#####---___/ header-menu section hyperlinks/anchor begin \__---#####*/
#header-menu ul li a {

	/*#####---___/width:80px;\__---#####*/
	height:20px;
	margin-right: 10px;
	margin-left: 10px;
        padding:0 2px 0 2px;
	/*border-right: 1px solid #cecece;*/
	text-align:left;
	background-color: transparent;
        font-size:1.1em;
        text-decoration: overline;
        color:#FFF;
        font-weight: bold;
        font-style: normal;
        font-family: 'Times New Roman',times,serif;
        
}


#header-menu ul li a:hover {
	color:#FFF;
	background-color: #C31646;
}
/*#####---___/header-menu section hyperlinks/anchor end\__---#####*/


/*#####---___/hover to show submenu\__---#####*/
#header-menu ul li:hover > ul{
	display:block;
}
/*#####---___/hover to show submenu end\__---#####*/


/*#####---___/hover to show submenu 3. lvl\__---#####*/
#header-menu ul ul li:hover > ul{
	display:block;
}
/*#####---___/hover to show submenu end 3. lvl\__---#####*/


/*#####---___/submenu begin\__---#####*/

/*#####---___/second level begin\__---#####*/
#header-menu ul ul{
	padding:5px 0 5px 5px;
	background:#FFF;
	display:none;
	z-index:9999;
	position:absolute;
	width:225px;
	box-shadow: 0px 5px 5px 0px #999;
}

#header-menu ul ul li {
	padding:0;
	background-color: transparent;
	
}
#header-menu ul ul li a{
	float:none;
	clear:both;
	width:200px;
	border:none;
	display:block;	/*#####---___/display:block um anchor-tag feste gr??e zu geben \__---#####*/
	margin:3px 0 3px 0;	/*#####---___/clear margin inherited from #header-menu ul li a\__---#####*/
}

#header-menu ul ul li a:hover{
}
/*#####---___/second level begin end\__---#####*/


/*#####---___/third level begin\__---#####*/
#header-menu ul ul ul{

	top:0;
	left:70%;
	box-shadow: 0px 1px 5px 0px #999;
}
#header-menu ul ul ul a{
}
/*#####---___/third level end\__---#####*/

/*#####---___/submenu end\__---#####*/

/*#####---___/menu end\__---#####*/


/*pagination begin*/

#pagi-top{
	float:left;
	width:100%;
	margin-bottom:12px;
}
#pagi-bot{
	float:left;
	width:100%;
	margin-bottom:10px;
}


.current{
	color:#aacccc;
}

a.page-numbers{
	color:#6699aa;
}

a.page-numbers:hover{
	color:#aacccc;
}

a.page-numbers:active:hover{
	color:#000;
}

a.page-numbers:active{
	background:#aacccc;
}


/*pagination end*/

#prev-next-nav{
	margin:0 auto;
        width:490px;
        height:40px;
}
