﻿#metaNavStart ul
{
	display:block;
	font-size: 12px;
	margin: 0;
	padding: 0;
}	

#metaNavStart ul a
{
    display: block;
    border-left: 1px solid #7c7c79;
    padding: 2px 4px 0px 9px;
    color: #a00404;
    margin-right: 2px;
    font-family: Trebuchet MS;
    font-weight: bold;
}

*+html #metaNavStart ul a
{
	background-position: 0 8px;
}
	
*+html  #metaNavStart ul#metaNavUL a.metaNavSelected,
*+html  #metaNavStart ul#metaNavUL a:hover
{
    color: #333333;
}

#metaNavStart ul#metaNavUL a.metaNavSelected,
#metaNavStart ul#metaNavUL a:hover
{
    color: #333333;
}

/***** language selection ****/
	
#metaNavUL
{
	float:left;
	margin: 0px;
	padding: 0px;
}

#metaNavUL li
{
	display:inline;
	list-style-type: none;
	float: left;
	padding: 0 5px 0 10px;
	margin-left: 3px;	
	height:21px;
}
	
/* ##################################*/
/* MAIN-NAVIGATION */
/* ##################################*/
#mainNavUL	
{
	float:left;
	height: 32px;
	margin: 0;
	padding: 0 0 0 4px;
}

#mainNavUL li 
{
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 0 0 0 6px;
	margin: 0 0 0 2px;
}
	
#mainNavUL a 
{
    display: block;
	margin-right: 0 0 0 0;
	padding: 0 0 0 6px;
	height: 30px;
}

#mainNavUL a.mainNavNormal 
{	
	color: #fff;		
	border:solid 0px green;
	background: url(../images/mainNavBg.gif) top left no-repeat;
}

#mainNavUL a.mainNavNormal:hover,  
#mainNavUL a.mainNavSelected {
    background: url(../images/mainNavBg.gif) 0 -32px no-repeat;
	color: #a00404;
}

#mainNavUL a span
{
    display: block;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	margin-right: 0 0 0 0;
	padding: 7px 12px 0 6px;
	height: 23px;
	cursor: pointer;
}

#mainNavUL a span
{	
	color: #fff;		
	border:solid 0px green;
	background: url(../images/mainNavBg.gif) top right no-repeat;
}

#mainNavUL a.mainNavNormal:hover span,  
#mainNavUL a.mainNavSelected span{
	background: url(../images/mainNavBg.gif) right -32px no-repeat;
	color: #a00404;
}

/* 2. Ebene in der MainNavUL */
#mainNavUL li ul, 
.subnav 
{
    display: none;
    position: absolute;
    background-color: #fefdfb;  
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5c9c7;
    border-right: 1px solid #e5c9c7;
    border-left: 1px solid #e5c9c7;
    z-index: 100;     
}
   
#mainNavUL li:hover ul
{
    display: block;
}

#mainNavUL ul li,
.subnav li
{
    clear: both;
    display: block;
    background-color: #fefdfb;
    border-bottom: 1px solid #e5c9c7;
    width: 200px;
    text-align: left;
}

#mainNavUL ul li a.mainNavNormal,
.subnav li a.mainNavNormal,
#mainNavUL ul li a.mainNavSelected,
.subnav li a.mainNavSelected
{
	font-size: 12px;
    display: block;
    font-weight: normal;
    background-color: #ffffff;
    color: #717171;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    line-height: 16px;
    height: auto;
    background-image: none;
}

#mainNavUL ul li a span,
#mainNavUL ul li a.mainNavSelected span,
.subnav li a span,
.subnav li a.mainNavSelected span
{
    background-image: none;
    color: #a00404;
    text-transform: none;
}

#mainNavUL ul li a.mainNavNormal:hover span,
.subnav li a.mainNavNormal:hover span
{
    background-image: none;
    color: #333333;
    text-transform: none;
}

#mainNavUL li > ul 
{
    top: auto;
    left: auto;
}

/* Störer für 'NEU' über Gewinnspiel-Menüpunkt */
#neuStoerer
{
    position: absolute;
    top: 62px;
    left: 485px;
    width: 62px;
    height: 31px;
    background: transparent url(../images/stoerer_neu.png) top left no-repeat;
    display: block;
}


/* ##################################*/
/* SUB NAV */
/* ##################################*/

/*#subNav ul li 
{
	list-style-type: none;
	text-decoration: none;
	margin-bottom: 1px;
	font-size: 10;
	vertical-align: middle;
}*/
	
#subNav ul
{
	margin: 0;
	padding: 0;
		
	border-bottom: dotted 1px #a0a5a9;	
}
#subNav ul li
{
	
	list-style-type: none; 
	text-decoration: none;
	vertical-align: middle;
	
	margin-bottom: 1px;
	line-height: 21px;
	font-size: 12px;
	border-top: dotted 1px #a0a5a9;
	
}

/* avoids additional lines in the second level */
#subNav ul ul
{
	border: none;
	display:block;
	padding-left: 10px;
	
}
#subNav ul ul li
{
	/*line-height: 16px;*/
	display:block;
	
}
/* avoids additional lines in the third level */
#subNav ul ul ul
{
	border: none;
	display:block;
}

#subNav ul ul ul li
{	
	/*line-height: 16px;*/
	display:block;
}

#subNavUL li li
{
	padding-left: 10px;
}

#subNavUL li li li
{
	padding-left: 10px;
}

a.subNavNormal, a.subNavNormal:active, a:hover.subNavNormal
{
	background-repeat: no-repeat;
	font-weight:bold;
	color: #aaa;
	text-decoration: none;
	padding: 3px 0px 2px 3px;
	line-height: 1.4em;
	display:block;
	vertical-align:middle;
}

a:hover.subNavNormal
{
	font-weight:bold;
	font-size: 12px;
	color:#00b278;
}

a.subNavSelected
{
	font-weight:bold;
	font-size: 12px;
	color:#008358;
	background-repeat: no-repeat;
	padding: 3px 0px 2px 13px;
	line-height: 1.4em;
	text-decoration: none;
	background: transparent url(../images/next.gif) no-repeat scroll 0%;	
	background-position: 0px 7px;
	display:block;
}
*+html a.subNavSelected
{
	background-position: 0px 9px;	
}

a.subNavAncestor, a.subNavAncestor:active
{
	background-repeat: no-repeat;
	font-weight:bold;
	/*color: #999999;*/
	color:#008358;
	text-decoration: none;
	padding:3px 0 2px 3px;
	display:block;
	vertical-align:middle;
}

/* ##################################*/
/* FOOTER */
/* ##################################*/
#footer 
{
	clear: both;
	display: block;
	width: 935px;
	min-height: 35px;
	padding: 10px 20px 0 20px !important;
	border-top: 1px solid #ab6d6b;
}

* html #footer 
{
    height: 35px;
}

#Copyright
{
	margin: 0;
	display: block;
	float: left;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 11px;
	color: #333333;
}

#FooterNav
{
	display: block;
	float: right;
}

#footerNavUL	
{
	margin: 0;
	padding: 0;
}	

#footerNavUL li 
{
	display: inline;
	list-style-type: none;
}

#footerNavUL a.footerNavNormal,
#footerNavUL a.footerNavSelected 
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a00404;
	text-decoration: none;
	margin: 0;
	padding: 0 10px 0 0;
}

/* ##################################*/
/* GLOSSARY */
/* ##################################*/
#glossary
{
	display:block;
	height:60px;
	padding-left: 14px;
	padding-top: 19px;
	background-color: #e8e8e8;
	border-left:solid 1px #e7e8e9;
	border-top:solid 1px #e7e8e9;
	border-right:solid 1px #e7e8e9;
}

.Item, .ItemAlternate, .Pager 
{
	display:block;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
	border-bottom:solid 1px #e7e8e9;
	border-left:solid 1px #e7e8e9;
	border-right:solid 1px #e7e8e9;
}

.ItemAlternate
{
	background-color: #f6f6f6;
}
.Pager 
{
    padding: 0 0 0 7px;
}
.Pager span 
{
    font-weight: bold;
    color: #000;
}

p.vocale
{
	font-weight:bold;
	display:inline;
}

p.description
{
	display:inline;
}

*html #glossary a
{
	padding-top: 1px;
}

#glossary a
{
	margin-right:1px;
	font-size:13px;
	font-weight: bold;
	line-height:18px;
	text-decoration:none;
	background-color:#fff;
	text-align:center;
	float:left;	
	border:solid 0px red;
}

#glossary a.glossary 
{
	width: 15px;
	height: 16px;
	color: #999;
	background-color:#efefef;
}

#glossary a:hover.glossary 
{
	width: 15px;
	height: 16px;
	color: #0099cc;
	background-color:#fff;
}

#glossary a.glossaryActive
{
	width: 15px;
	height: 16px;
	color: #000;
	background-color:#fff;
}

#glossary a.glossaryInActive
{
	width: 15px;
	height: 16px;
	background-color: #e8e8e8;
	color:White;
}
/* ##################################*/
/* Sitemap  */
/* ##################################*/
#sitemapHeader
{
	padding: 0 0 0 5px;
	margin: 0 0 25px 0;
	border-top: dotted 1px  #a0a5a9;
	border-bottom: dotted 1px  #a0a5a9;
	width: 400px;
}

#sitemapClose a
{
	display:inline;
	float:left;
	font-size: 0.9em;
	color: #999;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
	background: url(../images/arrow_right_999.gif);
	background-repeat:no-repeat;
}
#sitemapClose a:hover
{
	display:inline;
	float:left;
	font-size: 0.9em;
	color: #333;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
	background: url(../images/arrow_right_333.gif);
	background-repeat:no-repeat;
}

#sitemapOpen a
{
	display:inline;
	float:left;
	font-size: 0.9em;
	color: #999;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_999.gif);
	background-repeat:no-repeat;
}
#sitemapOpen a:hover
{
	display:inline;
	float:left;
	font-size: 0.9em;
	color: #333;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_333.gif);
	background-repeat:no-repeat;
}

#leftSitemapContainer
{
	padding: 0;
	margin: 0 25px 0 0;
	width: 190px;
	float: left;
	border:solid 0px black;
}

#rightSitemapContainer
{
	padding: 0;
	margin: 0;
	width: 190px;
	float: left;
	border:solid 0px black;
}

/*
#mainNavULSitemap li
{
	padding: 0;
	margin: 0;
	background-image:none;
	list-style-type: none;
	width:195px;
	border:solid 1px black;
}*/

#mainNavSitemap ul
{
	margin: 3px 0 3px 0;
	padding: 0;
	border-bottom: dotted 1px #a0a5a9;	
}
#mainNavSitemap ul li
{
	
	list-style-type: none; 
	text-decoration: none;
	background-image:none;
	vertical-align: middle;
	margin-bottom: 1px;
	line-height: 21px;
	border-top: dotted 1px #a0a5a9;
}
#mainNavSitemap ul li a
{
	color: #999;
	font-size: 0.9em;
}
#mainNavSitemap ul li a:hover
{
	color: #333;
	font-size: 0.9em;
	font-weight:bold;
}

#mainNavSitemap a.SitemapNavSelected
{
	color: #999;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_999.gif);
	background-repeat:no-repeat;
}

#mainNavSitemap a:hover.SitemapNavSelected
{
	font-weight:bold;
	color: #333;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_333.gif);
	background-repeat:no-repeat;
}
/* avoids additional lines in the second level */
#mainNavSitemap ul ul
{
	border: none;
	display:block;
	padding-left: 10px;
	
}
#mainNavSitemap ul ul li
{
	line-height: 16px;
	display:block;
}



#metaNavSitemap ul
{
	margin: 3px 0 0 0;
	padding: 0;	
}
#metaNavSitemap ul li
{
	
	list-style-type: none; 
	text-decoration: none;
	background-image:none;
	vertical-align: middle;
	margin-bottom: 1px;
	line-height: 21px;
	border-top: dotted 1px #a0a5a9;
}
#metaNavSitemap ul li a
{
	color: #999;
	font-size: 0.9em;
}
#metaNavSitemap ul li a:hover
{
	color: #333;
	font-size: 0.9em;
	font-weight:bold;
}

#metaNavSitemap a.SitemapNavSelected
{
	color: #999;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_999.gif);
	background-repeat:no-repeat;
}

#metaNavSitemap a:hover.SitemapNavSelected
{
	font-weight:bold;
	color: #333;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_333.gif);
	background-repeat:no-repeat;
}
/* avoids additional lines in the second level */
#metaNavSitemap ul ul
{
	border: none;
	display:block;
	padding-left: 10px;
	
}
#metaNavSitemap ul ul li
{
	line-height: 16px;
	display:block;
}


#footerNavSitemap ul
{
	margin: 0 0 3px 0;
	padding: 0;
	border-bottom: dotted 1px #a0a5a9;	
}
#footerNavSitemap ul li
{
	
	list-style-type: none; 
	text-decoration: none;
	background-image:none;
	vertical-align: middle;
	margin-bottom: 1px;
	line-height: 21px;
	border-top: dotted 1px #a0a5a9;
}
#footerNavSitemap ul li a
{
	color: #999;
	font-size: 0.9em;
}
#footerNavSitemap ul li a:hover
{
	color: #333;
	font-size: 0.9em;
	font-weight:bold;
}

#footerNavSitemap a.SitemapNavSelected
{
	color: #999;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_999.gif);
	background-repeat:no-repeat;
}

#footerNavSitemap a:hover.SitemapNavSelected
{
	font-weight:bold;
	color: #333;
	padding: 0 0 0 10px;
	background: url(../images/arrow_down_333.gif);
	background-repeat:no-repeat;
}

/* avoids additional lines in the second level */
#footerNavSitemap ul ul
{
	border: none;
	display:block;
	padding-left: 10px;
	
}
#footerNavSitemap ul ul li
{
	line-height: 16px;
	display:block;
}



/*** search box ****/
	.divSearch
	{
		position: absolute;
		margin: 22px 0px 0px 638px;
		width: 322px;
		background-color: White;
		z-index: 4;
		display: none;
	}
	#mainContainerContent .divSearch {
	    /*margin-left: 657px;*/
	    margin-left: 668px;
	}
	* html #mainContainerContent .divSearch 
	{
	    margin: 0 0 0 568px;
	}
	
	.divSearchTextBox
	{
		padding: 17px 0;
		margin: 0px 0px 0px 18px;
		position: absolute;
		z-index: 3;
	}
	.divSearchButton
	{
		padding: 17px 18px 0 0;
		/*width: 75px;*/
		width: 95px;
		z-index: 3;
	}
	.divSearch
	{
	    height: 52px;
    }
	* html .divSearchTextBox
	{
	    float: none;
	    position: absolute;
	    left: -20px;
	}
	*+html div.divSearchTextBox 
	{
	    float: none;
	    position: absolute;
	    left: -17px;
	}
	* html .divSearchButton
	{
	    float: none;
	    position: absolute;
	    left: 226px;
	}
	*+div.divSearchButton 
	{
	    float: none;
	    position: absolute;
	    left: 212px;
	}
	.tbSearchText
	{
		width:180px;
		position: relative;
		z-index: 3;
		font-size: 9px;
		color: #333;
		border: 1px solid #BBC0C3;
	}
	
/* breadcrumb-Nav */

#BreadCrumbNavContainer
{
    border-bottom: 1px solid #A00404;  
    padding-left: 24px;  
}

#BreadCrumbNavContainer span
{
    font-family: Trebuchet MS;
    color: #000000;
    font-size: 12px;
}

#BreadCrumbNavContainer span a 
{
    font-family: Trebuchet MS;
    color: #A00404;
    font-size: 12px;
}