/* @override 
	http://www.ab-m.de/assets/site/css/default.css
	http://ab-m.de/assets/site/css/default.css
*/

/* @group Allgemeine Definitionen */

html
{
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #616868 url(/assets/site/images/pageBackground.jpg) repeat-x; 
}

body
{
	position: relative;
	width: 893px;
	margin: 0 auto;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	outline: none;
}

form, input, textarea, select
{
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}

table
{
	width: 100%;
}

table th
{
	text-align: left;
}

table td
{
	visibility: top;
}

table th.right,
table td.right
{
	text-align: right;
}

/* @end */

/* @group Kopfbereich */

div#header
{
	position: relative;
	width: 893px;
	height: 171px;
	
	background-repeat: no-repeat;
}

/* @group Fading */

div#header img#fadePic
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

/* @end */

/* @group Logo */

div#header h1
{
	position: absolute;
	z-index: 2;
	left: 29px;
	top: 26px;
	width: 173px;
	height: 145px;	
	margin: 0;
}

div#header h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	color: black;
	background: url(/assets/site/blank.gif);
	text-decoration: none;
	
	text-indent: -1000em;
	overflow: hidden;
}

/* @end */

/* @group Slogan */

div#header h2
{
	position: absolute;
	left: 510px;
	top: 32px;
	width: 360px;
	height: 32px;	
	margin: 0;
	
	text-indent: -2000em;
	overflow: hidden;
}

div#header h2 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	color: black;
	text-decoration: none;
}

/* @end */

/* @group Meta-Navigation */

div.metaNavigation
{
	position: absolute;
	z-index: 2;
	left: 29px;
	top: 10px;
	
	width: 273px;
	height: 14px;
	
	font-size: 10px;
}

div.metaNavigation ul
{
	margin: 0 0 0 4px;
	padding: 0;
	
	list-style-type: none;
}

/* @group Einträge */

div.metaNavigation ul li
{
	float: left;
	margin: 0;
	padding: 0;
	
	color: white;
}

div.metaNavigation a
{
	margin-right: 5px;
	
	color: white;
	text-decoration: none;
}

div.metaNavigation a:hover,
div.metaNavigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */


/* @group Hauptcontainer */

div.main
{
	position: relative;
	width: 864px;
	padding: 0 0 0 29px;
	background: white url(/assets/site/images/contentBackground.gif) repeat-y; 
}

/* @group Navigation */

div.main div.navigation
{
	position: relative;
	z-index: 2;
	
	float: left;
	width: 173px;
	
	margin: 8px 0 0 0;
}

div.main div.navigation ul
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

div.main div.navigation ul li
{
	margin: 0;
	padding: 0;
}

div.main div.navigation ul li a
{
	display: block;
	padding: 0 8px;
	overflow: hidden;
	
	color: white;
	text-decoration: none;
}

/* @group Ebene 1 */

div.main div.navigation ul li a
{
	margin-top: 12px;
	height: 20px;
	line-height: 18px;
	font-weight: bold;
	
	background: url(/assets/site/images/navigationLevel1Background.gif) no-repeat right top;
}

div.main div.navigation ul li a:hover,
div.main div.navigation ul li.active a
{
	background-position: 0 0;
}

/* @end */

/* @group Ebene 2 */

div.main div.navigation ul li ul
{
	display: none;
}

div.main div.navigation ul li.active ul
{
	display: block;
	background: #a6abab;
}

div.main div.navigation ul li ul li
{
	position: relative;
}

div.main div.navigation ul li ul li a
{
	height: auto;
	margin: 0;
	
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	line-height: 120%;
	font-weight: bold;	
	background: transparent;
}

div.main div.navigation ul li ul li.first a
{
	padding-top: 6px;
}

div.main div.navigation ul li ul li.last a
{
	padding-bottom: 8px;
}

div.main div.navigation ul li ul li a:hover,
div.main div.navigation ul li ul li.active a
{
	color: #d62226;
}

/* @end */

/* @group Ebene 3 */

div.main div.navigation ul li.active ul li ul
{
	display: none;
}

div.main div.navigation ul li ul li.active ul
{
	display: block;
	background: transparent;
}

div.main div.navigation ul li.active ul li.parent ul li.first a
{
	margin-top: -2px;
}

div.main div.navigation ul li.active ul li.parent ul li.last a
{
	padding-bottom: 6px;
}

div.main div.navigation ul li.active ul li.parent ul li a
{
	display: block;
	
	margin: 0;
	padding: 2px 8px 2px 26px;
	
	height: auto;
	line-height: 14px;	
	font-weight: normal;
	
	color: white;
	background: url(/assets/site/images/iconArrowRed.gif) no-repeat 17px 6px;
}

div.main div.navigation ul li.active ul li.parent ul li a:hover,
div.main div.navigation ul li.active ul li.parent ul li.active a
{
	color: #d62226;
}

/* @end */

/* @group Ebene 3 Overlay */

div.main div.navigation ul li.active ul li.parent:hover a
{
	color: #d62226;
	background-color: #dcdcdc;
}

div.main div.navigation ul li.active ul li.active:hover a
{
	color: #d62226;
	background-color: transparent;
}

div.main div.navigation ul li ul li.parent:hover ul
{
	display: block;
	width: 181px;
	
	position: absolute;
	left: 163px;
	top: -5px;
	z-index: 2;
	
	background: url(/assets/site/images/navigation_overlay_background.png) no-repeat;
}

div.main div.navigation ul li ul li.active:hover ul
{
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	
	background: none;
}

div.main div.navigation ul li.active ul li.parent:hover ul li
{
	position: relative;
	top: 8px;
}

div.main div.navigation ul li.active ul li.active:hover ul li
{
	top: 0;
}

div.main div.navigation ul li.active ul li.parent:hover ul li.last a
{
	padding-left: 0;
	padding-bottom: 8px;
	
	background: url(/assets/site/images/navigation_overlay_background_bottom.png) no-repeat left bottom;
}

div.main div.navigation ul li.active ul li.active:hover ul li.last a
{
	padding-left: 26px;
	padding-bottom: 6px;
	
	background: url(/assets/site/images/iconArrowRed.gif) no-repeat 17px 6px;
}

div.main div.navigation ul li.active ul li.parent:hover ul li.last a span
{
	display: block;
	padding-left: 26px;
	
	background: url(/assets/site/images/iconArrowRed.gif) no-repeat 17px 4px;
}

div.main div.navigation ul li.active ul li.active:hover ul li.last a span
{
	display: inline;
	padding-left: 0;
	
	background: none;
}

div.main div.navigation ul li.active ul li.parent:hover ul li a
{
	color: black;
	background-color: transparent;
}

div.main div.navigation ul li.active ul li.active:hover ul li a
{
	color: white;
	background-color: transparent;
}

div.main div.navigation ul li.active ul li.active ul li.active a,
div.main div.navigation ul li.active ul li.parent:hover ul li a:hover
{
	color: #d62226;
}



/* @end */

/* @end */

/* @group Inhalt */

div.main div.content
{
	float: left;
	padding: 20px 0 0 20px;
	width: 449px;
	overflow: hidden;
	
	color: #323232;
	line-height: 15px;
}

/* @group Absatzformate */

div.main div.content h3
{
	font-size: 19px;
	margin: 0 0 17px 0;
	font-weight: normal;
	line-height: 120%;
}

div.main div.content h3.nontop
{
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.main div.content h4
{
	clear: both;
	font-size: 13px;

	margin: 16px 0 3px 0;
}

div.main div.content p
{
	margin: 0 0 12px 0;
}

div.main div.content .rot
{
	color: #eb2826;
}

/* @group Teaser Produktneuheiten */

div.main div.content div.produktneuheiten
{
	margin-bottom: -10px;
}

div.main div.content div.produktneuheiten a
{
	display: block;
	clear: both;
	padding-bottom: 15px;
	
	text-decoration: none;
	color: #323232;
}

div.main div.content div.produktneuheiten a:hover
{
	color: #d62226;
}

div.main div.content div.produktneuheiten a:hover img
{
	border: 1px dotted #d62226;
}

div.main div.content div.produktneuheiten a img
{
	float: left;
	display: inline;
	margin: 0 8px 15px 0;
	border: 1px solid #323232;
}

/* @end */

/* @end */

/* @group Links */

div.main div.content a
{
	color: #d62226;
}

div.main div.content p.linkList a
{
	display: block;
	padding-left: 10px;
	margin-bottom: 4px;
	
	text-decoration: none;
	color: #323232;
	background: url(/assets/site/images/iconArrowRed.gif) no-repeat 1px 4px;
}

div.main div.content p.linkList a:hover
{
	color: #d62226;
}

/* @end */

/* @group Einfache Listen */

div.main div.content ul
{
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 140%;
	list-style-type: none;
}

div.main div.content ul li
{
	margin: 4px 0 6px 0;
	padding-left: 14px;
	background: url(/assets/site/images/iconBullet.gif) no-repeat 0 5px;
}

/* @end */

/* @group PDF-Listen */

div.main div.content ul.pdf
{
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 140%;
	list-style-type: none;
}

div.main div.content ul.pdf li
{
	margin: 0;
	padding: 3px 0 4px 0;
	padding-left: 23px;
	background: url(/assets/site/images/iconPDF.gif) no-repeat 0 1px;
}

/* @end */

/* @group Thumbnails */

div.main div.content p.thumbnails a
{
	float: left;
	position: relative;
	z-index: 1;
	
	width: 100px;
	height: 75px;
	margin: 0 10px 25px 0;	
	
	border: 1px solid #323232;
}

div.main div.content p.thumbnails a:hover
{
	border: 1px dotted #d62226;
}

div.main div.content p.thumbnails a img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 75px;
}

/* @end */

/* @group Tabelle: Händler */

div.main div.content table.dealers
{
	width: 100%;
	margin-bottom: 12px;
	border-spacing: 0;
}

div.main div.content table.dealers tr.grey
{
	background: #B6C0C0;
}

div.main div.content table.dealers tr.white
{
	background: white;
}

div.main div.content table.dealers tr td
{
	padding: 2px 4px;
}

/* @end */

/* @group Kontaktformular */

div.main div.content form.kontaktformular
{
	margin: 0 0 12px 0;
}

div.main div.content form.kontaktformular input.text,
div.main div.content form.kontaktformular textarea
{
	border: 0;
	width: 250px;
	padding: 2px 4px;
	
	color: white;
	background: #d62226;
}

/* @end */

/* @group Spalten */

div.main div.content div.spalteLinks
{
	float: left;
	width: 48%;
}

div.main div.content div.spalteRechts
{
	float: right;
	width: 48%;
}

/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 633px;
	border: 1px solid #979797;
}

/* @end */

/* @end */

/* @end */

/* @group Sidebar */

div.main div.sidebar
{
	float: right;
	width: 173px;
	padding: 20px 29px 0 10px;
	background: url(/assets/site/images/contextTop.gif) no-repeat right top;
}

/* @group Störer NEU */

/* @group FR */

div.stern_neuf
{
	position: absolute;
	z-index: 100;
	left: 830px;
	top: -23px;
	
	width: 82px;
	height: 82px;
	background: url(/assets/site/images/stoerer_stern_neuf.png) no-repeat;
}

* html div.stern_nouveau
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/stoerer_stern_neuf.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group EN */

div.stern_new
{
	position: absolute;
	z-index: 100;
	left: 830px;
	top: -23px;
	
	width: 82px;
	height: 82px;
	background: url(/assets/site/images/stoerer_stern_new.png) no-repeat;
}

* html div.stern_neu
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/stoerer_stern_new.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group DE */

div.stern_neu
{
	position: absolute;
	z-index: 100;
	left: 830px;
	top: -23px;
	
	width: 82px;
	height: 82px;
	background: url(/assets/site/images/stoerer_stern_neu.png) no-repeat;
}

* html div.stern_neu
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/stoerer_stern_neu.png', sizingMethod='crop');
	background-image: none;
}

/* @end */



/* @end */

/* @group Störer SOMMER-AKTION */

div.stern_sommeraktion
{
	position: absolute;
	z-index: 100;
	left: 830px;
	top: -23px;
	
	width: 82px;
	height: 82px;
	background: url(/assets/site/images/stoerer_sommeraktion.png) no-repeat;
}

* html div.stern_sommeraktion
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/stoerer_sommeraktion.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Absatzformate */

div.main div.sidebar div.box h4
{
	margin: 0 0 4px 0;
	padding: 2px 8px;
	font-size: 12px;
		
	color: white;
	background: #616868;
}

div.main div.sidebar h5
{
	margin: 0;
	padding: 2px 8px;
	font-size: 12px;
}

div.main div.sidebar p
{
	margin: 0 0 12px 0;
	padding: 2px 8px;
}

div.sidebar ul.pdf
{
	margin: 0 0 12px 0;
	padding: 0 10px 0 10px;
	line-height: 140%;
	list-style-type: none;
}

div.sidebar ul.pdf li
{
	margin: 0;
	padding: 3px 0 4px 0;
	padding-left: 23px;
	background: url(/assets/site/images/iconPDF.gif) no-repeat 0 1px;
}

/* @end */

/* @group Links */

div.main div.sidebar a
{
	color: #d62226;
	text-decoration: underline;
}

div.main div.sidebar p.linkList a
{
	display: block;
	padding-left: 10px;
	margin-bottom: 4px;
	
	text-decoration: none;
	color: black;
	background: url(/assets/site/images/iconArrowRed.gif) no-repeat 1px 4px;
}

div.main div.sidebar p.linkList a:hover
{
	color: #d62226;
}

/* @end */

/* @group Newsletter */

div.sidebar div.newsletter
{
	
}

div.sidebar div.newsletter form input.text
{
	display: block;
	width: 153px;
	
	color: #626767;
}

div.sidebar div.newsletter form input.submit
{
	display: block;
	margin-top: 6px;
}

/* @end */

/* @end */

/* @group Footer */

div.footer
{
	clear: both;
	height: 40px;
	background: url(/assets/site/images/footerBackground.gif) no-repeat;
}

/* @end */