/* stripes */

div#navigation-stripes {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	list-style-type: none;
	background: none;
	z-index: 10;	
}

body#site-leistungen.small-head div#navigation-stripes,  body#site-projekte.small-head div#navigation-stripes{
	height: 100px;
}


body#site-home div#navigation-stripes {
	height: 50%;
}


div#navigation-stripes div {
	position: relative;
	width: 960px;
	margin: 0 auto;	
	height: 100%;
}



div#navigation-stripes ul {
	position: relative;
	bottom: 0px;
	left: 130px;
	width: 480px;
	list-style-type: none;
	height: 100%;
}

div#navigation-stripes ul li {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0px;
	text-indent: -9999px;
	overflow: hidden;
	top:0px;
	background-color: #fff;
}

div#navigation-stripes ul li#stripe-leistungen { top:0px; left:120px; }
div#navigation-stripes ul li#stripe-projekte { top:0px; left:240px;}
div#navigation-stripes ul li#stripe-about { top:0px; left:360px;}

body#site-home div#navigation-stripes ul li#stripe-home {background-color: #ff4d3b;}
body#site-leistungen div#navigation-stripes ul li#stripe-leistungen {background-color: #00e1a4;}
body#site-projekte div#navigation-stripes ul li#stripe-projekte {background-color: #456dcb;}
body#site-design-studio div#navigation-stripes ul li#stripe-about {background-color: #6d59ac;}

/* main Navigation */

div#navigation {
	position: fixed;
	width: 100%;
	height: 47px;
	top: 100px;
	left: 0;
	list-style-type: none;
	background: url(images/BG_black_20.png) repeat;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;	
}

body#site-home div#navigation {
	top:50%;
}

body#site-leistungen.small-head div#navigation, body#site-projekte.small-head div#navigation {
	top: 100px;
}


div#navigation div {
	position: relative;
	width: 960px;
	margin: 0 auto;	
	height: 47px;
}

ul#main-navigation {
	position: relative;
	left: 130px;
	width: 480px;
	height: 47px;
	list-style-type: none;	
}

ul#main-navigation li a{
position: absolute;
left: 0px;
width: 120px;
text-indent: -9999px;
text-decoration: none;
padding: 47px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:47px; /* IE5/Win */
background: url(images/nav_matrix.png) no-repeat;
top:0px;
}

/*sub navigation */

ul#sub-navigation {
	position: relative;
	left: 610px;
	width: 220px;
	top:53px;
	background: url(images/BG_black_20.png) repeat;
	background: rgba(0, 0, 0, 0.7);
	height: auto;
	z-index: 12;
	padding-top: 5px;
}


ul#sub-navigation li {
display: block;
vertical-align: middle;
margin: 0;
}

ul#sub-navigation li a {
	font-size: 0.75em;
line-height: 2.5em;
	margin: 0;
	text-transform: uppercase;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	margin: 0;
	padding: 5px 15px 5px 15px;
	color: #fff;
	text-decoration: none;
	
	
}


ul#sub-navigation li a.active {
	color: #fff;
	font-weight: bold;
}

body#site-leistungen ul#sub-navigation li a.active {background: #00e1a4;}
body#site-projekte ul#sub-navigation li a.active {background: #456dcb;}
body#site-design-studio ul#sub-navigation li a.active {background: #6d59ac;}
ul#sub-navigation li a.active:hover { color: #fff; }

body#site-leistungen ul#sub-navigation li a:hover { color: #00e1a4;}
body#site-projekte ul#sub-navigation li a:hover { color: #456dcb;}
body#site-design-studio ul#sub-navigation li a:hover { color: #6d59ac;}

body#site-projekte ul#sub-navigation li a.active:hover { color: #fff; }
body#site-leistungen ul#sub-navigation li a.active:hover { color: #fff; }

body#site-home li#home a { background-position: 0 -47px; left: 0px; top:0px;}
body#site-home li#leistungen a { background-position: -120px 0; left:120px; top:0px;}
body#site-home li#leistungen a:hover { background-position: -120px -47px; left:120px; top:0px;}
body#site-home li#projekte a { background-position: -240px 0; left:240px; top:0px;}
body#site-home li#projekte a:hover { background-position: -240px -47px; left:240px; top:0px;}
body#site-home li#about a { background-position: -360px 0; left:360px;  top:0px;}
body#site-home li#about a:hover { background-position: -360px -47px; left:360px;  top:0px;}

body#site-leistungen li#home a { background-position: 0 0; left: 0px; top:0px;}
body#site-leistungen li#home a:hover { background-position: 0 -47px; left: 0px; top:0px;}
body#site-leistungen li#leistungen a { background-position: -120px -47px; left:120px; top:0px;}
body#site-leistungen li#projekte a { background-position: -240px 0; left:240px; top:0px;}
body#site-leistungen li#projekte a:hover { background-position: -240px -47px; left:240px; top:0px;}
body#site-leistungen li#about a { background-position: -360px 0; left:360px;  top:0px;}
body#site-leistungen li#about a:hover { background-position: -360px -47px; left:360px;  top:0px;}

body#site-projekte li#home a { background-position: 0 0; left: 0; top:0px;}
body#site-projekte li#home a:hover { background-position: 0 -47px; left: 0px; top:0px;}
body#site-projekte li#leistungen a { background-position: -120px 0; left:120px; top:0px;}
body#site-projekte li#leistungen a:hover { background-position: -120px -47px; left:120px; top:0px;}
body#site-projekte li#projekte a { background-position: -240px -47px; left:240px; top:0px;}
body#site-projekte li#about a { background-position: -360px 0; left:360px;  top:0px;}
body#site-projekte li#about a:hover { background-position: -360px -47px; left:360px;  top:0px;}

body#site-design-studio li#home a { background-position: 0 0; left: 0; top:0px;}
body#site-design-studio li#home a:hover { background-position: 0 -47px; left: 0px; top:0px;}
body#site-design-studio li#leistungen a { background-position: -120px 0; left:120px; top:0px;}
body#site-design-studio li#leistungen a:hover { background-position: -120px -47px; left:120px; top:0px;}
body#site-design-studio li#projekte a { background-position: -240px 0; left:240px; top:0px;}
body#site-design-studio li#projekte a:hover { background-position: -240px -47px; left:240px; top:0px;}
body#site-design-studio li#about a { background-position: -360px -47px; left:360px;  top:0px;}



/* corporate Navigation */

#corporate-nav {
	position: fixed;
	bottom: 0px;
	right: 260px;
	width: 100px;
	padding-bottom: 20px;
	height: 78px;
	padding: 0;
	list-style-type: none;
	background: url(images/BG_black_20.png) repeat;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
	
}

#corporate-nav li a {
position: absolute;
left: 0px;
width: 100px;
text-indent: -9999px;
text-decoration: none;
padding: 20px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:20px; /* IE5/Win */
background: url(images/corporate_nav_sprite.png) no-repeat;

}


#corporate-nav #corporate-nav-kontakt {	background-position: 0 0; height:20px;}
#corporate-nav #corporate-nav-impressum { background-position: 0 -20px; height:16px; top:20px;	left:0px;}
#corporate-nav #corporate-nav-jobs { background-position: 0 -36px; height:16px; top:36px;}



