/************************************************************************************/
/*                                                                                  */
/* Navigation Styles                                                                */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Top Navigation */
#lstTopNavigation
{
	float: right;
	width: 645px;
	height: 17px;
	margin: 84px -5px 4px 0px;
	padding: 0px 0px 8px 0px;
}

#lstTopNavigation li
{
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1b1b1;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#lstTopNavigation li:first-child
{
	border-right-width: 0px;
	border-right-style: none;
}

#lstTopNavigation li a
{
	color: #aa122b;
	font-size: 1em;
	padding-bottom: 1px;
	text-decoration: none;
	outline: none;
}

#lstTopNavigation li a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #aa122b;
}

#lstTopNavigation li a.active
{
	text-decoration: none;
	font-weight: bold;
}



/************************************************************************************/
/* Meta Navigation */
#lstMetaNavigation
{
	position: absolute;
	top: 3px;
	left: 0px;
}

#lstMetaNavigation li
{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1b1b1;
	padding-left: 5px;
	padding-right: 5px;
}

#lstMetaNavigation li:first-child
{
	padding-left: 0px;
}

#lstMetaNavigation li:last-child
{
	border-style: none;
}

#lstMetaNavigation li a
{
	color: #aa122b;
	text-decoration: none;
}

#lstMetaNavigation li a:hover
{
	color: #3478b7;
	text-decoration: none;
}



/************************************************************************************/
/* Social-Network Navigation */
#lstSocialNavigation
{
	position: absolute;
	top: 3px;
	right: 0px;
}

#lstSocialNavigation li
{
	float:left;
	margin-left: 0.5em;
}

#lstSocialNavigation li img
{
	width: 16px;
	height: 16px;
	cursor: pointer;
}



/************************************************************************************/
/* Land-Sprachauswahl Navigation */
#divLandSprachwahl
{
	width: 174px;
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 5;
	background-color: #FFF;
	background-image: url(../images/dropdown/pfeil_auswahl.png);
	border: 1px solid #ccc;
	color: #999;
}

#divLandSprachwahl:hover
{
	border-color: #666;
	color: #666;
	background-image: url(../images/dropdown/pfeil_auswahl_hover.png);
}

#divLandSprachwahl a
{
	color: #666;
}

#divLandSprachwahl ul
{
	background-color: #fff;
}

#divLandSprachwahl li
{
	font-weight: bold;	
}

#divLandSprachwahl li ul li
{
	font-weight: normal;
}



/************************************************************************************/
/* Dropdown */
.dropdown
{
	width: 142px;
	height: 16px;
	border: 1px solid #3070A9;
	background-color: #e6eff8;
	background-image: url(../images/dropdown/pfeil_auswahl_hover.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 1px 5px 1px 3px;
	font-size: 0.9em;
	color: #000;
	cursor: default;
	position: relative;
}

.dropdown:hover
{
	border-color: #3070A9;
	color: #000;
}

.dropdown img
{
	margin: 0px 5px 0px 2px;
	vertical-align: middle;
}

.dropdown a
{
	color: #000;
	text-decoration: none;
}

.dropdown ul
{
	width: inherit;
	min-height: 20px;
	position: absolute;
	left: -1px;
	top: 18px;
	z-index: 6;
	margin: 0px;
	padding: inherit;
	padding-top: 3px;
	border: 1px solid #666;
	background-color: #e6eff8;
	display: none;
}

.dropdown li a
{
	float: left;
	width: 100%;
	border: solid 1px #e6eff8;
	margin-bottom: 1px;
}

.dropdown li a:hover
{
	color: #000;
	background-image: url(../images/dropdown/link-hover.png);
	background-repeat: repeat;
	border-color: #06C;
}

.dropdown li ul
{
	width: auto;
	min-height: 0px;
	border: 0px none;
	padding: 0px;
	position: static;
	left: auto;
	top: auto;
	z-index: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.dropdown li ul li
{
	text-indent: 23px;
	margin: 0px 0px 1px 0px;
}

.dropdown li ul li a
{
	float: none;
	width: auto;
	border: 0px none;
	margin: 0px;
}

.dropdown li ul li a:hover
{
	background-image: none;
	text-decoration: underline;
}
