/*	Copyright (c) 2011 Agentur3B GmbH
	
	@author:	Frank Meyering/Agentur3B GmbH
	@version	v0.1
	@date: 		12-12-2011
	@modified:	12-12-2011
------------------------------------------------------------------------------------------------------*/

/*	GENERAL
------------------------------------------------------------------------------------------------------*/
html, a, a:link, a:active, a:hover, a:visted {color: #333;}

html {padding:0px;}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fff url(../images/backgrounds/bg_site-x.gif) 0px 0px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:1000px;
}

#header {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:1000px;
	height:390px;
}

/*	NAV-HEADER
--------------------------------------*/
ul#nav-maincategories {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:60px;
	left:0px;
	width:1000px;
	height:55px;
	background: url(../images/backgrounds/bg_nav-maincategories.png) 0px 0px repeat-x;
   z-index:100;
}


ul#nav-maincategories li {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:55px;
}

/*	LOGO */
ul#nav-maincategories li.logo {
	margin:0px 100px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul#nav-maincategories li.logo a {
	display:block;
	width:350px;
	height:55px;
	background: url(../images/logo/logo_hemsing_bau.png) 30px 0px no-repeat;
}

ul#nav-maincategories li a {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
	height:55px;
	background:none;
	font-size:12px;
	line-height:55px;
	text-decoration:none;
	color:#fff;
	text-shadow:#000 0px -1px 0px;
}


ul#nav-maincategories li a.active {
	color:#fff;
	text-shadow:#dd0000 0px -1px 0px;
	background:#cc0000;
	font-weight:bold;
}

/*	BANNER SLIDER */ 
#banner {
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:1000px;
	height:390px;
	overflow:hidden;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:1000px;
	height:390px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	top:55%;
	z-index:9;
	cursor:pointer;
	overflow:hidden;
	text-indent:-999em;
}

.nivo-prevNav {
	left:30px;
	background:url(../images/backgrounds/bg_nav_banner-arrows.gif) 0px 0px no-repeat;
}

.nivo-nextNav {
	right:30px;
	background:url(../images/backgrounds/bg_nav_banner-arrows.gif) -20px 0px no-repeat;
}

.nivo-prevNav:hover {
	background:url(../images/backgrounds/bg_nav_banner-arrows.gif) 0px -20px no-repeat;
}

.nivo-nextNav:hover {
	right:30px;
	background:url(../images/backgrounds/bg_nav_banner-arrows.gif) -20px -20px no-repeat;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	display:block;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:30px;
	bottom:30px;
	height:20px;
	background:#666;
}

.nivo-controlNav a {
	position:relative;
	display: inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:9;
	cursor:pointer;
	height:20px;
	width:16px;
	background:#666 url(../images/backgrounds/bg_nav_banner-item.gif) 0px 0px no-repeat;
	overflow:hidden;
	text-indent:-999em;
}

.nivo-controlNav a:hover {background:url(../images/backgrounds/bg_nav_banner-item.gif) 0px -20px no-repeat;}
.nivo-controlNav a.active {background:url(../images/backgrounds/bg_nav_banner-item.gif) 0px -40px no-repeat;}

/*	CONTENT
------------------------------------------------------------------------------------------------------*/
#content {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 30px 30px 30px;
	width:940px;
	font-size:12px;
	line-height:18px;
}

/*	NAV-SUBCATEGORIES */
ul#nav-subcategories {
	margin:15px 0px 40px 0px;
	padding:0px 15px 0px 15px;
	width:970px;
	height:40px;
	background:#666;
	list-style:none;
}

ul#nav-subcategories li {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:40px;
}

ul#nav-subcategories li a {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
	height:40px;
	background:none;
	font-size:12px;
	line-height:40px;
	text-decoration:none;
	color:#fff;
	text-shadow:#000 0px -1px 0px;
}


ul#nav-maincategories li a.active {
	color:#fff;
	text-shadow:#dd0000 0px -1px 0px;
	background:#cc0000;
	font-weight:bold;
}

/*	FOOTER
------------------------------------------------------------------------------------------------------*/
#footer {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:5px 30px 0px 30px;
	width:940px;
	height:80px;
	border-top:10px solid #666;
	font-size:11px;
	line-height:14px;
	color:#666;
}

#footer a.print,
#footer a.mail,
#footer a.contact {
	position: absolute;
	top:10px;
	right:30px;
	width:25px;
	height:25px;
	background:#f0f;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../images/buttons/bt_footer_print.gif) 0px 0px no-repeat;
}

#footer a.mail {right:60px;background:url(../images/buttons/bt_footer_mail.gif) 0px 0px no-repeat;}
#footer a.contact {right:90px;background:url(../images/buttons/bt_footer_contact.gif) 0px 0px no-repeat;}
