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

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

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

/* ### TOP Navigation ######################################################### */

#top_navi {
	text-align: left;
	margin: auto;
	height: 280px;
	width: 833px;
	border: none;
	background: none;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	color: #fff;
	z-index: 11;
}

#top_navi .active {
	color: #fff;
	margin: 3px 0px 0px 15px;
	font-size: 18px;
	font-weight: normal;
}

#top_navi a, a:link {
	float: left;
	color: #e8dfcf;
	margin: 3px 0 0 15px;
	font-size: 18px;
	font-weight: normal;
	border: none;
	text-decoration: none;
}




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

#nav {
	display: block;
	position: relative;
	top: 120px;
	float: left;
	width: 250px;
	height: auto;
	background: #FFF;
	border: #c7c7c7 1px solid;
	z-index: 11;
}

#nav .back a, a:link {
	color: #a0b308;
	text-decoration: none;
}

#nav .back a:hover {
	color: #a0b308;
	text-decoration: underline;
}

#nav p.copy,
#nav p {
	padding-right: 20px;
	color:#818181;
	background: inherit;
	text-align: right;
}


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

#nav p.copy a:hover {
	text-decoration: underline;
}

#nav table td {
	padding: 8px 0 10px 5px;
}




#nav {
	min-height: 5px;
}
* html body #nav { height: 5px; } /* IE 6 / 5.5 Hack */


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

#nav ul.rex-navi1 {
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: none;
}

#nav ul.rex-navi1 li {
	padding: 0;
	color: #9c9c9c;
	font-weight: normal;
	text-align: left;
}

#nav ul.rex-navi1 a {
	color: #9c9c9c;
	padding: 1px 0 1px 10px;
	text-decoration: none;
}

#nav ul.rex-navi1 a:hover {
	color: #a0b308;
	padding: 1px 0 1px 10px;
}

#nav ul.rex-navi1 li a.rex-active, 
#nav ul.rex-navi1 li a.rex-current {
	color: #a0b308;
	padding: 1px 0 1px 10px;
	background: url(nav1_current.gif) left no-repeat;
}



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

#nav ul.rex-navi2 {
	margin: 0 0 5px 0;
	font-size: 11.5px;
	font-weight:normal;
	text-transform:none;
	line-height: 1em;
}

#nav ul.rex-navi2 li {
	padding-left: 20px;
	margin:0;
	font-style: normal;
	font-weight: normal;
	border:none;
	text-align: left;
}

#nav ul.rex-navi2 a {
	display:block;
	padding-left: 10px;
	background: none;
}


#nav ul.rex-navi2 a:hover {
	padding-left: 10px;
	color: #000;
}

#nav ul.rex-navi2 li a.rex-active, 
#nav ul.rex-navi2 li a.rex-current {
	padding-left: 10px;
	color: #6f8bc7;
	font-weight: bold;
	background: url(nav2_current.gif) left no-repeat;
}


#breadcrumb {
  margin-bottom: 20px;
}
#main-block #breadcrumb p, 
#main-block #breadcrumb ul, 
#main-block #breadcrumb li {
  display: inline;
  color: #abbf0b;
  font-size: 1em;
}
#main-block ul.rex-breadcrumb li {
  margin-left: 0px;
  padding: 0 6px 0 13px;
  background-image: url(raquo.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  list-style: none;
}
#main-block ul.rex-breadcrumb li.rex-lvl1 {
  margin: 0;
  padding-left: 5px;
  background: none;
}
