/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	AGENTUR HAMBURG eK

*******************************************************************************/



/* ### Header Navigation ##################################################### */


#nav-header {
	font-size: 1.3em;
}


#nav-header li {
	display:inline;
	border-left: 2px solid #ffffff;
}

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 12px;
}

#nav-header a:hover {
	color:#d3d3d3;
	background-color: #E74D4D;
	padding: 0 12px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#DB333E;
	background-color: #ffffff;
	padding: 0 12px;
}

#nav-header a.current:hover {
	color:#DB333E;
	background-color: #ffffff;
	padding: 0 12px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	padding: 0px;
	margin: 0px;
	display:inline;
	float:left;
	width:980px;
}

#nav p.copy,
#nav p {
	color:#fff;
	background: inherit;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

/* ### nav1st - first level navigation ######################################## */

ul.nav1lev
{
	height: 25px;
	padding: 0px 0px 0px 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(tp24_button_rot.gif);
	background-repeat: repeat-x;
}

ul.nav1lev li
{
	height: 25px;
	display: inline;
	padding: 0px 0px 0px 0px;
	color: #DB333E;
	text-align: right;
	vertical-align: bottom;
}

ul.nav1lev a, 
ul.nav1lev a:link {
	height: 25px;
	display: inline;
	padding: 0px 20px 0px 20px;
	color:#FFFFFF;
}

ul.nav1lev a:hover {
	color:#555555;
	padding: 10px 20px 0px 20px;
	background-image:url(tp24_button_grau.gif);
	background-repeat: repeat-x;
}

ul.nav1lev li a.current, 
ul.nav1lev li a.current:link {
	color:#555555;
	padding: 10px 20px 0px 20px;
	background-image:url(tp24_button_grau.gif);
	background-repeat: repeat-x;
}

ul.nav1lev li a.current:hover {
	color:#555555;
	padding: 10px 20px 0px 20px;
	background-image:url(tp24_button_grau.gif);
	background-repeat: repeat-x;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2lev {
	margin: 0px;
	font-size:1.1em;
	font-weight:normal;
	color:#555555;
	text-transform:none;
}

ul.nav2lev li {
	padding: 0px;
	margin: 0px;
	color:#555555;
	font-weight:normal;
	border:none;
	text-align: left;
}

ul.nav2lev a, 
ul.nav2lev a:link {
	display:block;
	padding:13px 0px 0px 5px;
	background-image:url(button.gif);
	background-position:150px 17px;
	background-repeat: no-repeat;
	color:#555555;
}


ul.nav2lev a:hover {
	padding:13px 0px 0px 5px;
	background-image:url(button.gif);
	background-position:150px -23px;
	background-repeat: no-repeat;
	color:#F23C3E;
}

ul.nav2lev li a.active, 
ul.nav2lev li a.active:link,
ul.nav2lev li a.active:hover {
	padding:13px 0px 0px 5px;
	background-image:url(button.gif);
	background-position:150px -23px;
	background-repeat: no-repeat;
	color:#F23C3E;
}
