/* ### Navigations-Ebene 2 - Normalweise die MenuUnterbereich-Inhalte ### */

	div#Navigation2 {
		position: relative;
		float: left;
		top: 35px;
		background-image:url('/images/Navigation/mobilat/Navigation2.png');
		background-repeat: no-repeat;
		width:955px;
		height: 35px
	}
	
	#Navigation2 a.Navigation2Aktiv, #Navigation2 a.Navigation2Aktiv:link, #Navigation2 a.Navigation2Aktiv:visited, #Navigation2 a.Navigation2Aktiv:active, #Navigation2 a.Navigation2Aktiv:hover {
		display: block;
		float: left;
		color: #eb5e02;
		line-height: 32px;
		text-align: center;
		text-decoration: none;
		height: 37px;
		font-weight: bold;
		padding: 0px 15px 0px 15px;
		background-image:url(/images/Navigation/Navigation2BG.gif);
		background-repeat: repeat-x; 
	}
	
	#Navigation2 div.Trenner {
		float: left;
		background-color: 0c2871;
		height: 34px;
		width: 1px;
		margin-top: 1px;
		filter:alpha(opacity=30); 
		-moz-opacity: 0.3;
		opacity: 0.3;
		border-right: 1px solid #2e65b3;
	}
	
	#Navigation2 a, #Navigation2 a:link, #Navigation2 a:visited, #Navigation2 a.Navigation2, #Navigation2 a.Navigation2:link, #Navigation2 a.Navigation2:visited {
		display: block;
		float: left;
		line-height: 32px;
		text-align: center;
		text-decoration: none;
		height: 37px;
		color: #FFFFFF;
		font-weight: bold;
		padding: 0px 15px 0px 15px;
	}
	
	#Navigation2 a:hover, #Navigation2 a.Navigation2:hover, #Navigation2 a:active, #Navigation2 a.Navigation2:active {
		color: #eb5e02;
		background-image:url(/images/Navigation/Navigation2BG.gif);
		background-repeat: repeat-x;
	}
	
	#InhaltDropDown a:hover
	{
		color: #1e4793;
		background-color:#e8e8e8;
	}

/* ### Linke Navigation ### */

div.HeadlineBlau {
	float: left;
	width: 100%;
	height: 26px;
	background-image:url(/images/Navigation/mobilat/headlinebg.gif);
	color: white;
	line-height:26px;
	font-weight: bold;
	text-indent: 13px
}

div.HeadlineBlauMZ {
	float: left;
	width: 100%;
	height: 37px;
	background-image:url(/images/Navigation/magnetrans/headlinebg.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	text-indent: 13px;
	line-height: 1.3;
	padding-top: 3px;
}


div.CatcherRot {
	float: left; 

	width: 100%;
	height: 4px;
	background-color: #f7b128;
	font-size: 0px;
	background-image: url(/images/Navigation/mobilat/Catcher.gif);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	
	border-bottom: 1px solid white;
}


/* ### Inhalts-Formatierungen ### */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1e4793;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1e4793;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1e4793;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.5;
}

#InhaltBlock ul, #NavigationInhalt ul {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 8px;
	list-style-image: url(/images/Navigation/mobilat/Viereck_orange.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: bottom;
	line-height: 1.8;
}

#InhaltBlock ul ul, #NavigationInhalt ul ul {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 8px;
	list-style-image: url(/images/Navigation/mobilat/Viereck_orange.gif);
	list-style-position: outside;
	vertical-align: bottom;
	line-height: 1.8;
}

#InhaltBlock ul.kompakt, #NavigationInhalt ul.kompakt {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 8px;
	list-style-image: url(/images/Navigation/mobilat/Viereck_orange.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: bottom;
	line-height: 1.6;
}

#InhaltBlock ul.kompakt ul, #NavigationInhalt ul.kompakt ul {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 8px;
	list-style-image: url(/images/Navigation/mobilat/Viereck_orange.gif);
	list-style-position: outside;
	vertical-align: bottom;
	line-height: 1.8;
}

#InhaltBlock a:link, #InhaltBlock a:visited, #InhaltBlock a:active {
	color: #eb5e02;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#InhaltBlock a:hover {
	color: #1e4793;
}

#InhaltBlock a.LinkBlack:link, #InhaltBlock a.LinkBlack:visited, #InhaltBlock a.LinkBlack:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#InhaltBlock a.LinkBlack:hover {
	color: #428dad;
}

#TeaserLeiste a.FeatureLinkMehr:link, #TeaserLeiste a.FeatureLinkMehr:visited, #TeaserLeiste a.FeatureLinkMehr:active
{
	text-decoration: none;
	font-weight: bold;
	color: #eb5e02;
}

#TeaserLeiste a.FeatureLinkMehr:hover
{
	color: #1e4793;
}



@media print {
	#InhaltBlock a:link, #InhaltBlock a:visited, #InhaltBlock a:active {
		color: #0663aa;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
}

#InhaltBlock a.lite:link, #InhaltBlock a.lite:visited, #InhaltBlock a.lite:active {
	color: #0663aa;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#InhaltBlock a.lite:hover {
	color: #e7184a;
}

#InhaltBlock a.MiniLink:link, #InhaltBlock a.MiniLink:visited, #InhaltBlock a.MiniLink:active {
	color: #0663aa;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#InhaltBlock a.MiniLink:hover {
	color: #e7184a;
}


#NavigationInhalt p.ServiceLeisteHeadline {
	font-size: 12px;
	color: #1e4793;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

#InhaltBlock p.ServiceLeisteHeadline {
	color: #eb5e02; 
	line-height: 1.3;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#InhaltBlock span.ServiceLeisteHeadline {
	color: #1e4793;
	line-height: 1.3;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#InhaltBlock a.LinkServiceLeiste, #InhaltBlock a.LinkServiceLeiste:link, #InhaltBlock a.LinkServiceLeiste:visited, #InhaltBlock a.LinkServiceLeiste:active {
	color: black;
	font-weight: normal;
	font-size: 11px;
}

#InhaltBlock td.TeaserLeisteBlauBg {
	width: 33%;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url('/images/Navigation/mobilat/blauwh.gif');
	background-repeat: repeat-x;
	padding: 3px 0px 0px 13px;
	vertical-align: top;
}

#InhaltBlock td.TeaserLeisteGrauBg {
	width: 33%;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #f2f2f2;
	padding: 3px 0px 0px 13px;
	vertical-align: top;
	margin: 0px;
}

#InhaltBlock td.TeaserLeisteDunkelGrauBg {
	width: 33%;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #e5e5e5;
	padding: 3px 0px 0px 13px;
	vertical-align: top;
	margin: 0px;
}

#InhaltBlock td.TeaserLeisteBlauBg p {
	color: white;
	line-height: 1.4;
	padding-top: 7px;
	padding-right: 5px;
}

#InhaltBlock td.TeaserLeisteBlauBg a, #InhaltBlock td.TeaserLeisteBlauBg a:link, #InhaltBlock td.TeaserLeisteBlauBg a:visited, #InhaltBlock td.TeaserLeisteBlauBg a:active {
	color: white;
}

#InhaltBlock td.TeaserLeisteBlauBg a:hover {
	color: white;
}

/* ### Teaserleiste ### */
#NaviFeatureLeiste a.NaviFeatureLeiste, #NaviFeatureLeiste a.NaviFeatureLeiste:link, #NaviFeatureLeiste a.NaviFeatureLeiste:visited, #NaviFeatureLeiste a.NaviFeatureLeiste:active, #TeaserLeiste a.FeatureLeiste:link, #TeaserLeiste a.FeatureLeiste:visited, #TeaserLeiste a.FeatureLeiste:active {
	clear: both;
	display: block;
	width: 100%;
	line-height: 1.5;
	background-color: transparent;
	color: #eb5e02;
	font-weight: bold;
	text-decoration: none;
}

/* ### Footer ### */
	#FooterGrau a:link, #FooterGrau a:visited, #FooterGrau a:active
	{
		font-weight: bold;
		color: #384b80;
		text-decoration: none;
		padding-right: 7px;
	}
	
	#FooterGrau a:hover, #FooterGrau a.aktiv:link, #FooterGrau a.aktiv:visited, #FooterGrau a.aktiv:active, #FooterGrau a.aktiv:hover
	{
		font-weight: bold;
		text-decoration: none;
		padding-right: 7px;
		color: #e7184a;
	}

div#Footer {
	position: relative;
	float: left;
	top: 43px;
	left: -1px;
	background-image:url("/images/Navigation/mobilat/FooterBG.png");
	background-repeat: no-repeat;
	width:952px;
	height: 119px;
	padding-bottom: 10px;
}

/* ### CSS für die Startseite ### */

div.MobilatHauptnavMenupunkt {
	margin-left: 2px;
	color: black;
	background-image: url(/images/Navigation/mobilat/grau.gif);
	width:254px;
	height:52px;
	background-repeat: no-repeat;
}

div.MobilatHauptnavMenupunktAktiv {
	margin-left: 2px;
	background-image: url('/images/Navigation/mobilat/orange.gif');
	color: white;
	width:254px; 
	height:52px;
	background-repeat: no-repeat
}

#NavigationTeaserInhaltJS a:link, #NavigationTeaserInhaltJS a:visited, #NavigationTeaserInhaltJS a:active
{
	clear: both;
	color: #eb5e02;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
}

#NavigationTeaserInhaltJS a:hover {
	clear: both;
	color: #08498f;	
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;

}

#UnserProdukt a.BlauerLink, #UnserProdukt a.BlauerLink:link, #UnserProdukt a.BlauerLink:visited, #UnserProdukt a.BlauerLink:active, #UnserProdukt a.BlauerLink:hover {
	float: none;
	color: #08498f;	
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
}

#NavigationInhalt td.ServiceLeisteInhalt a:link, #NavigationInhalt td.ServiceLeisteInhalt a:visited, #NavigationInhalt td.ServiceLeisteInhalt a:active {
	font-size: 11px;
	color: black;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	width: auto;
	background-color: transparent;
}

#NavigationInhalt td.ServiceLeisteInhalt a:hover {
	color: #e7184a;
}

	div.AufzaehlungZelleRot
	{
		background-color:#eaeef2;
		border-top: 2px solid #f9d342;
		padding:5px 10px 5px 10px;
		color:#000;
		vertical-align: top;
		
	}
	
	td.AufzaehlungZelleSpace, #InhaltBlock td.AufzaehlungZelleSpace
	{
		height: 8px;
		font-size: 1px;
	}	
	
	td.AufzaehlungZelleRot
	{
		white-space: nowrap;
		background-color:#eaeef2;
		border-top: 2px solid #f9d342;
		padding:10px;
		color:#384b80;
		vertical-align: top;
	}


	td.AufzaehlungZelleGruen
	{
		white-space: nowrap;
		background-color:#1bb36b;
		border-top: 2px solid #e7184a;
		padding:10px;
		color:#ff0000;
		vertical-align: top;
	}


	#Inhalt td.AufzählungZwischenzeile
	{
		font-size: 1px; 
		height: 5px;
	}
	
	#Inhalt td.AufzaehlungZelleRotRot
	{
		white-space: nowrap;
		background-color:#eaeef2;
		border-top: 2px solid #e7184a;
		padding:10px;
		color:#e7184a;
		vertical-align: top;
	}

	td.AufzaehlungZelle
	{
		white-space: nowrap;
		background-color:#eaeef2;
		padding:0px;
		color:#384b80;
		vertical-align: top;
	}
	
	
	td.AufzaehlungZelleBlau
	{	
		white-space: nowrap;
		background-color:#eaeef2;
		border-top: 2px solid #384b80;
		padding:10px;
		vertical-align: top;
	}
	
	
	td.AufzaehlungZelleGrau
	{
		background-color:#F7F7F7;
		border-top: 2px solid #d9d8d8;
		padding: 10px;
		color:#384b80;
		vertical-align: top;
	}
	
	img.Pfeil
	{
		border: 0px;
		padding-left: 5px;
		padding-bottom: 2px;
	}
	
	.hidepics {
		width: 0px;
		height: 0px;
		display: none;
	}
	
	#InhaltBlock div.InhaltHighlight h4, #InhaltBlock div.InhaltHighlight h3, div.InhaltHighlight h4, div.InhaltHighlight h3 
{
	padding: 0px 0px 0px 13px;
	margin: 0px;
	color: #1e4793;
}