/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/



/* ### Sub Navigation ######################################################### */

#nav {
position: relative;
float:left;
width: 680px;
height:35px;
left:0;
top:0;
margin:0;
padding:0;
border:0px solid #ff0000;
z-index: 20;
}

#nav p.copy, #nav p {
padding-right:20px;
color:#fff;
background: inherit;
text-align: right;
}

#nav p.copy a {
color: #fff;
background: inherit;
text-decoration: none;
}

#nav p.copy a:hover {
text-decoration: underline;
}

#nav ul.rex-navi1 { 
padding:0;
}

* html body #nav { 
height: 28px; 
} /* IE 6 / 5.5 Hack */

* html ul.rex-navi2 li  { 
left: 0px; 
} /* IE 6 / 5.5 Hack 

/* IE 7 */
* + html ul.rex-navi2 li {
left: 0px;
}

/*#nav {
min-height: 30px;
}*/


/* ### nav1st - first level navigation ######################################## */

ul.rex-navi1 {
list-style-type: none;
position: relative;
font-family: Arial, Helvetica, Sans-Serif;
padding:0;
border:0px solid #000;
left:0;
height:34px;
width:620px;
float: right;
margin:0 32px 0 0;
}

ul.rex-navi1 li {
margin:0 0 0 6px;
height: 34px;
width: auto;
text-align:center;
float:right;
border:0px solid aqua;
/*background: #002d54 url(../files/bg_kontakt.png) no-repeat;*/
background-color: #002d54;
}

ul.rex-navi1 a {
font-family: Arial, Helvetica, Sans-Serif;
font-size:1.1em;
line-height:44px;
font-weight: bold; 
text-decoration:none;
font-style:normal;
padding:14px 13px 5px 13px;
color: #ABBDC1;
background-color: transparent;
border:0px solid #fff;
}

ul.rex-navi1 a:hover, 
ul.rex-navi1 li a.rex-active {
color: #fff;
text-decoration:none;
line-height:44px;
text-align:center;
border-top:0px solid #6d216e;
border-bottom:0px dotted #6d216e;
}

ul.rex-navi1 li a.rex-current {
color: #fff;
text-decoration:none;
line-height:44px;
width:auto;
text-align:center;
font-weight: bold; 
padding:14px 13px 5px 13px;
border:0px dotted #6d216e;
/*background: #790017 url(../files/bg_kontakt_aktiv.png) no-repeat;*/
background-color: #790017;
}


#nav_kontakt {
position: relative;
text-align:center;
float:right;
width: 74px;
height:24px;
right:42px;
top:0;
margin:0;
padding:8px 0 0 0;
border:0px solid #ff0000;
z-index: 20;
}

#nav_kontakt a {
font-family: Arial, Helvetica, Sans-Serif;
position: relative;
font-size:0.9em;
width: 74px;
height:24px;
font-weight: bold; 
text-decoration:none;
font-style:normal;
margin:0;
padding:8px 13px 10px 14px;
color: #ABBDC1;
background-color: transparent;
border:0px solid #ABBDC1;
}

#nav_kontakt a:hover {
text-decoration:none;
font-style:normal;
margin:0;
color: #fff;
/*background: #770023 url(../files/bg_kontakt_aktiv.png) no-repeat;*/
border:0px solid #770023;
}

#nav_kontakt a.rex-current {
text-decoration:none;
font-style:normal;
margin:0;
color: #fff;
background: #770023 url(../files/bg_kontakt_aktiv.png) no-repeat;
border:0px solid #770023;
}