/* @override 
	http://www.nmkg.de/new/fileadmin/res/css/nmkg.css
	http://www.nmkg.de/new/fileadmin/res/css/nmkg.css
*/

html{
	background: url(../img/bg.jpg) repeat-x;

}


body{
	font-family: Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
	text-align: left;
}


a{
	color: #7b7b7b;
	text-decoration: none;
}

a:hover{
	color: #7b000c;
}

h1{
	font-family: Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color:#333;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2{
	font-family: Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color:#333;
	margin-top: 10px;
	margin-bottom: 10px;
}

p{
	margin-bottom: 15px;
}

ul{
	margin-bottom: 20px;
}

li{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

img.margin{
	margin:5px;
}

div.wrapper{
	margin: 0 auto;
	width: 950px;
}

div.shadow{
	margin: 0 auto;
	width: 974px;
	}
	
div.shadow.header{
	background: url(../img/bg_shadow_header.png) no-repeat;
}	

div.shadow.eyecatcher{
	background: url(../img/bg_shadow_eyecatcher.png) no-repeat;
}

div.shadow.content{
	background: url(../img/bg_shadow_content.png) repeat-y;
}

div#layer-header{
	position:relative;
	background: url(../img/bg_header.png) no-repeat;
	width:100%;
	height:127px;
}

div#layer-header ul{
	position: absolute;
	bottom: 10px;
	right: 10px;
	}

div#layer-header ul li{
	float: left;
	margin: 10px;
	font-size: 130%;
	list-style-type:none;
}

/* @group Menu */

div#layer-menu{
	height: 41px;
	width: 100%;
	background: url(../img/bg_menu.png) repeat-x;
	border: none !important;
}

div#layer-menu ul li{
	float: left;
	padding: 5px 15px;
	height: 27px;
	line-height:31px;
	font-size: 130%;	
	background: url(../img/sp_menu.png) no-repeat right 0;
	border: none;
}


div#layer-menu ul li:last-child{
	background:none;
}

div#layer-menu ul li a{
	color: #7b7b7b;
	border: none;
	
}



div#layer-menu div ul li.yuimenubaritem-hassubmenu a.yuimenubaritemlabel{
	background: none;
	cursor: pointer;
}

div#layer-menu div ul li.yuimenubaritem-hassubmenu-selected{
	border: none;
	margin-left:1px !important;
	}

div#layer-menu div ul li.yuimenubaritemlabel-hassubmenu-selected{
	border: none;
	margin:0 !important;
	}
	
div#layer-menu div ul li.yuimenubaritem div.yui-overlay.visible{
	padding-top: 4px;
	margin-left: 3px;
}	
	
	
div#layer-menu div ul li.yuimenubaritem-selected div.bd{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.40);
	border: none;
}	



div#layer-menu div ul li.yuimenubaritem-selected div.bd ul li{
	font-size: 80%;
	float: none;
	line-height:16px;
	height: 16px;
	background: none;
	padding: 5px;
}


div#layer-menu div ul li.yuimenubaritem-selected div.bd ul li:hover{
	background-color: #666;
	background-color: rgba(0,0,0,0.70);
}


div#layer-menu div ul li.yuimenubaritem-selected div.bd ul li a.yuimenuitemlabel{
	color: #fff;
	cursor: pointer;
	
}

div#layer-menu div ul li.yuimenubaritem-selected div.bd ul li:hover a{
	color:white;
	cursor: pointer;

}

/* @end */




div#layer-footer{
	margin: 0 auto;
	position: relative;
	width: 974px;
	height:100px;
	background: url(../img/bg_footer.png) no-repeat;
	font-size: 80%;
	color: #d71628;	
}

div#layer-footer a{
	color: #d71628;
}

div#layer-footer div#footer_right {
	position: absolute;
	right: 20px;
	bottom: 50px;
}


div#layer-footer div#footer_left{
	position: absolute;
	left: 40px;
	bottom: 55px;

}







div#eyecatcher{
	height:200px;
	background: url(../img/bg_eyecatcher.png) no-repeat;
}

div#content, div#subcontent{
	background-color: #e8e8dd;
	padding-left: 20px;
	padding-right: 20px;
}

div#subcontent ul{
	float: right;
	display: block;
	height: 90px;
}

div#subcontent ul li{
	float:left;
	overflow: hidden;
	height: 75px;
	margin:10px 10px;
}


div#subcontent ul li img{
	margin-top: -75px;
}

div#subcontent ul li:hover img{
	margin-top: 0px;
	
}

div#boxes{
	background-color: #400080;
	width: 100%;
	height:100px;

}

div#boxes ul li{
	float: left;
	width: 33%;
	height: 80px;
	text-align: right;
	
}



/* @group Clean */

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display: block;}

/* @end */


