@media all {

#nav {
	/* Einfassen der Floats im IE */
	width: 100%;
	height: 40px;
	overflow: hidden;
	/* Einfassen der Floats in allen anderen Browsern */
	float: left;
	display: inline;
	/* Bugfix:IE - collapsing horizontal margins */
	position: relative;
	line-height: 0;
	margin-bottom: 2px;
}

#nav ul {
	margin: 0;
	padding:0;
	/* Bugfix:IE - Doubled Float Margin Bug */
	display: inline;
	float: left; /* LTR */
}

#nav ul li {
	/* Bugfix:IE - Doubled Float Margin Bug */
	display: inline;
	float: left; /* LTR */
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	position: relative;
	top: 10px;
	background: #02548e;
	color:#fff;
	display:block;
	margin-right: 2px;
	padding: 3px 15px 4px 15px;
	line-height: 25px;
	text-decoration: none;
	width: auto;
	font-weight: bold;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
	behavior: url(/css/pie/PIE.php);
}

#nav ul li#kat_2 a {
	background: #f5801c;
}
#nav ul li#kat_3 a {
	background: #ac2000;
}
#nav ul li a:hover,
#nav ul li a.active {
	padding-bottom: 14px;
	top: 0;
}

/* Subnavigation */

#subnav {
	width: 698px;
	height: 40px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
	line-height: 0;
	margin-bottom: 2px;
	margin-right: 2px;
	background: url(/css/files/bg_top_header_blue.jpg) repeat-x;
}

#subnav ul {
	margin-right: 15px;
	margin-right: 2px;
	padding:0;
	display: inline;
	float: left;
}

#subnav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 2px 0 0;
	padding: 0;
}

#subnav ul li a {
	position: relative;
	background: #fff;
	color: #02548e;
	display:block;
	margin-right: 2px;
	padding: 0 8px 0 8px;
	line-height: 24px;
	text-decoration: none;
	width: auto;
	font-weight: bold;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
	behavior: url(/css/pie/PIE.php);
}
#subnav ul li a:hover,
#subnav ul li a.active {
	color: #94ccf4;
}

/* Navi rechts */

#nav_right {
	position: relative;
	left: -20px;
	width: 230px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #02548e;
}
#kat2 #nav_right {
	border-bottom: 5px solid #f5801c;
}
#kat3 #nav_right {
	border-bottom: 5px solid #ac2000;
}

#nav_right h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #02548e;
	padding-bottom: 7px;
}
#nav_right ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#nav_right ul li {
	margin: 0 0 10px;
	padding: 0;
}
#nav_right ul li a {
	color: #67696b;
	padding-left: 15px;
	font-weight: bold;
	background: url(/css/files/arrow_gray_nav.png) no-repeat 0 0.15em;
}

#nav_right ul li ul {
	padding: 0 0 10px;
	margin: 0;
}
#nav_right ul li ul li {
	padding: 0;
	margin: 0;
}
#nav_right ul li ul li a,
#kat2 #nav_right ul li ul li a,
#kat3 #nav_right ul li ul li a {
	padding-left: 30px;
	font-weight: normal;
	background: none;
}
#nav_right ul li a:hover {
	color: #02548e;
	background: url(/css/files/arrow_blue_nav.png) no-repeat 0 0.05em;
	text-decoration: none !important;
}
#kat2 #nav_right ul li a:hover {
	color: #f5801c;
	background: url(/css/files/arrow_orange_nav.png) no-repeat 0 0.05em;
	text-decoration: none !important;
}
#kat3 #nav_right ul li a:hover {
	color: #ac2000;
	background: url(/css/files/arrow_red_nav.png) no-repeat 0 0.05em;
	text-decoration: none !important;
}

#nav_right ul li a.active,
#nav_right ul li ul li a.active {
	color: #02548e;
	background: url(/css/files/arrow_blue_nav.png) no-repeat 0 -90px;
}
#kat2 #nav_right ul li a.active,
#kat2 #nav_right ul li ul li a.active {
	color: #f5801c;
	background: url(/css/files/arrow_orange_nav.png) no-repeat 0 -90px;
}
#kat3 #nav_right ul li a.active,
#kat3 #nav_right ul li ul li a.active {
	color: #ac2000;
	background: url(/css/files/arrow_red_nav.png) no-repeat 0 -90px;
}

#nav_right ul li ul li a:hover,
#kat2 #nav_right ul li ul li a:hover,
#kat3 #nav_right ul li ul li a:hover {
	background: none;
}
#nav_right ul li ul li a.active {
	background: url(/css/files/arrow_blue_nav.png) no-repeat 15px 0.15em;
}
#kat2 #nav_right ul li ul li a.active {
	background: url(/css/files/arrow_orange_nav.png) no-repeat 15px 0.15em;
}
#kat3 #nav_right ul li ul li a.active {
	background: url(/css/files/arrow_red_nav.png) no-repeat 15px 0.15em;
}

#kat2 #nav_right h2 {
	color: #f5801c;
}
#kat3 #nav_right h2 {
	color: #ac2000;
}

/* Breadcrumb */

ul#breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0 5px 30px;
	display: inline;
	float: left;
}

ul#breadcrumb li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#breadcrumb li a {
	display:block;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 25px;
	text-decoration: none;
	width: auto;
	background: url(/css/files/arrow_gray.gif) no-repeat 0 0.6em;
}
ul#breadcrumb li a {
	color: #02548e;
}

/* Footer */
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer ul li a {
	padding: 0 5px 0 20px;
	color: #677c8b;
	font-weight: normal;
}