/*###########################################################################################################*/
/* Styles für Navigationen */
/*###########################################################################################################*/

/*************************************************************************************************************/
/* Sprachen Navigation */
#lstSprachenNavigation
{
	float: left;
	margin: 0px 0px 0px 1px;
}

#lstSprachenNavigation li
{
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin: 0em 10px 0em 0em;
}

#lstSprachenNavigation a
{
	color: #fff;
	padding: 2px 8px 2px 8px;
	text-decoration: underline;
}

#lstSprachenNavigation a:hover,
#lstSprachenNavigation .active
{
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}



/*************************************************************************************************************/
/* Profil Navigation */
#lstProfilNavigation
{
	display: inline-block;
	margin: 0px 0px 0px 2em;
}

#lstProfilNavigation li
{
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	padding: 2px 8px 2px 8px;
	margin: 0em 0em 0em 5px;
	text-decoration: underline;
	cursor: pointer;
}

#lstProfilNavigation li:hover,
#lstProfilNavigation .active
{
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#lstProfilNavigation li:first-child
{
	margin-left: 0em;
}

#lstProfilNavigation a
{
	color: #fff;
	text-decoration: none;
}

#lstProfilNavigation a:hover
{
	color: #000;
}



/*************************************************************************************************************/
/* Top Navigation */
#lstTopNavigation
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;
	height: 50px;
	text-align: right;
}

#lstTopNavigation li
{
	list-style-type: none;
	list-style-position: outside;
	float: right;
	width: auto;
	height: 50px;
	margin: 0em;
}

#lstTopNavigation a
{
	display: block;
	height: 25px;
	padding: 15px 18px 0px 18px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px solid #c8c8c8;
	text-decoration: none;
	color: #222;
}

#lstTopNavigation li:hover,
#lstTopNavigation li.active
{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#lstTopNavigation li:hover a
{
	color: #444 !important;
}

#lstTopNavigation .active a,
#lstTopNavigation .active:hover a
{
	color: #fff !important;
	border-right-color: transparent;
}


/*----------------------------------------------------------------------------------------------------*/
/* Home */
#lstTopNavigation #navHome img
{
	width: 28px;
	height: 28px;
	padding: 6px 19px 0px 19px;
}

#lstTopNavigation #navHome a
{
	display: block;
	height: auto;
	padding: 0px;
}

#lstTopNavigation #navHome.active
{
	background-color: #444;
}


/*----------------------------------------------------------------------------------------------------*/
/* Aktionen */
#lstTopNavigation #navAktionen a
{
	color: #e81e00;
}

#lstTopNavigation #navAktionen.active
{
	background-color: #e81e00;
}


/*----------------------------------------------------------------------------------------------------*/
/* Gutscheine */
#lstTopNavigation #navGutscheine a
{
	color: #009900;
}

#lstTopNavigation #navGutscheine.active
{
	background-color: #009900;
}


/*----------------------------------------------------------------------------------------------------*/
/* Shop-Tests */
#lstTopNavigation #navShopTests a
{
	color: #0066cc;
}

#lstTopNavigation #navShopTests.active
{
	background-color: #0066cc;
}


/*----------------------------------------------------------------------------------------------------*/
/* Wiki */
#lstTopNavigation #navWiki a
{
	color: #000;
	border-right: 0px none;
}

#lstTopNavigation #navWiki.active
{
	background-color: #000;
}



/*************************************************************************************************************/
/* Paging-Navigation */
#lstPagingNavigation
{
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

#lstPagingNavigation li
{
	list-style-type: none;
	list-style-position: outside;
	width: 20px;
	height: 20px;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 0px;
	font-size: 1.2em;
	text-align: center;
	border: 1px solid #e4e2d3;
	display: inline-block;
	color: #444;
	background-color: #f4f3e9;
}

#lstPagingNavigation li:hover, #lstPagingNavigation .active
{
	background-color: #aa122b;
	color: #fff;
	cursor: pointer;
}



/*************************************************************************************************************/
/* Tab */
.tab-strip
{
	float: left;
	height: 30px;
	width: 100%;
	margin: 2em 0em 0em 0em;
	border-bottom: 1px solid #333;
}

.tab-strip li, 
.tab-strip .active
{
	list-style-type: none;
	list-style-position: outside;
	float: left;
	height: 25px;
	width: auto;
	margin: 0px 3px 0px 0px;
	padding: 5px 10px 0px 10px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border: 1px solid #333;
}

.tab-strip li
{
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 0px none;
	background-image: url(/images/tab/tab-normal.png);
	background-repeat: repeat-x;
}

.tab-strip li:hover
{
	background-image: url(/images/tab/tab-normal_hover.png);
}

.tab-strip .active
{
	height: 25px;
	margin-top: -5px;
	padding-top: 9px;
	color: #333;
	border-bottom: 1px solid #fff;
	background-image: none;
}

.tab-strip .active:hover
{
	background-image: none;
}

.tab-content
{
	float: left;
	width: 100%;
	min-height: 100px;
	padding: 1.5em 0px 0em 0px;
}

#divTabQuickInfo
{
	position: absolute;
	top: 17px;
	right: 10px;
	width: 250px;
	min-height: 15px;
	color: #666;
	text-align: right;
	font-size: 11px;
	line-height: 1.4em;
	color: #999;
}



/*************************************************************************************************************/
/* Mini Tab */
.mini-tab .strip
{
	float: left;
	width: 100%;
	height: 24px;
	margin: 0em;
	border-bottom: 1px solid #aaa;
}

.mini-tab .strip li
{
	list-style-type: none;
	list-style-position: outside;
	float: left;
	width: auto;
	height: 23px;
	padding: 0px 10px 0px 10px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #ccc;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
	border-bottom: 0px none;
	cursor: pointer;
	line-height: 2em;
	color: #999;
	background-color: #eee;
}

.mini-tab .strip li:hover
{
	color: #666;
	background-color: #fff;
}

.mini-tab .strip li.active
{
	height: 24px;
	color: #666;
	background-color: #fff;
	border-color: #aaa;
	border-bottom: 1px solid #fff;
	cursor: default;
}

.mini-tab .content li
{
	list-style-type: none;
	list-style-position: outside;
	float: left;
	width: 780px;
	display: none;
	padding: 20px 10px 15px 10px;
	border: 1px solid #aaa;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: none;
	background-color: #fff;
}

.mini-tab .content li label
{
	width: 190px;
}

