.bildmotiv-titel {
	font-size:15px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(bilder/dreieck-w.gif);
	padding: 2px 0px 0px 15px  !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}



/************* IE Mac CSS Only  works for Win too *************
div h3  {
margin: 6px 0;
padding: 0 6px; 
}
*/
/*------------------------------------------------------------------------*/


* html #contentContainer #center {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #center table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.breadcrumb {font-size: 10px;}
#breadcrumb a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
/*.bildrand {float:left; margin-top:5px; margin-bottom:5px} */


a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}


h1 {
	margin: 0;
	padding:0;
	font-size:21px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #565656;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: normal;
}


h2 {
	margin: 0;
	padding:0;
	font-size:18px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #565656;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: normal;
}


h3  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #565656;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: bold;
}

h4  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #565656;
	margin:5px 0 0 0;
	line-height: 18px;
}

h5  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	margin:5px 0 0 0;
	line-height: 18px;
}


body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.textbody_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	line-height: 14px;
	color: #565656;
}

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #565656;
}

.hoehepunkte {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0px;
	padding: 4px 5px 0 15px;
	line-height: 18px;
	background-image: url(bilder/dreieck-rot.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.bildtitel {
	font-size:10px !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

.9Punkt-Text {
	font-size:9px !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

.11Punkt-Text {
	font-size:11px !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box {font-size: 11px;display: block; border: 1px solid #f29400; background-color:#FEEACF; padding:9px; margin: 2px;}

blockquote 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu { /* List Formatierung loeschen */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav {
	padding: 0;
	height:40px;
}
#navContainer {
	padding:5px 0 5px 25px;
	margin: 0;
	display:block;
	clear:both;
	height: 30px;
	background-image: url(bilder/nav-hintergrund.jpg);
}
#nav ul {
	list-style-type: none;
	font-size: 14px;
	width: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav li {
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/*  1. Ebene Link und Formatierung horizontale ausrichtung */
#nav ul li {float: left; color: #333; text-align: left; font-weight: normal; border-left: 1px solid #CCC; line-height: 14px;}
#nav ul li a {display: block;  padding: .3em 1.8em .4em .4em;  color: #333; text-decoration: none; }


/* Show and hide */
#nav .menu li ul ul,
#nav .menu li:hover ul ul, 
#nav .menu li:hover ul ul ul, 
#nav .menu li.subMenu ul ul ul,
#nav .menu li.subMenu ul ul
{display: block;}

#nav .menu li:hover ul, 
#nav .menu ul li:hover ul,
#nav .menu ul ul li:hover ul,
#nav .menu li a:focus ul, 
#nav .menu li.subMenu ul, 
#nav .menu li li.subMenu ul 
{display: block;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul{
	position: absolute;
	top: 0px;
	left: 100%;
}
#nav #currentpage a {
	background: #000;
	color: #FF0000;
	}
/* Linke Navigationsspalte */
#produktnav {
	position:absolute;
	padding-top:20px;
	margin-top: 230px;
	margin-left: 5px;
}

#menu {
float: left;
	display: block;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}	

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li a {
	display: block;
	padding: 4px 25px;
	width: 180px;
	
}
/* 2. Ebene */
#menu li ul a {
	padding: 4px 5px 4px 25px;
}
/* 3. Ebene */
#menu li ul ul a {
	width: 170px;
	padding: 4px 0 4px 40px;
}
/* 4. Ebene */
#menu li ul ul ul a {
	width: 155px;
	padding: 4px 0 4px 55px;
}

/* 5. Ebene */
#menu li ul ul ul ul a {
	width: 140px;
	padding: 4px 0 4px 70px;
}


#menu a:hover {
	color: #FF0000 !important;
}

#nav a:hover {
	color: #FF0000 !important;
}

/* Current page Anpassungen*/
#nav li.menu-current a {
	color: #FF0000;
	font-weight: bold !important;
}
#nav .menu-parent a {
	color: #FF0000;

}

#menu .menu-parent {
	color: #FF0000 !important;
} 

#menu .menu-sibling {
	font-weight: normal !important;
	color: #000 !important;
}

#menu .menu-current {

	color: #FF0000 !important;
}





	
/* end menu */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */


.code	{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box {font-size: 11px;display: block; border: 1px solid #999; background-color:#F0F0F0; padding:9px; margin: 10px 2px 10px 2px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Search Box in banner */
/* ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#search_box {color: #fff; text-align: left;}
#search_box {float: right;	clear: right;	width: 190px ; margin-right:10px;}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	margin-top:3px;
	width: 100px;
	height: 14px;
	font-size: 10px;
	vertical-align: top;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	margin-top:2px;
	padding: 0 0 3px 0;
}
.search_submit {
	font-size:11px;
	margin-top:0;
}

/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}


#fussnav {
	padding: 0 0 0 40px;
	height:20px;
}
#fussnavContainer {
	padding:10px 0 5px 25px;
	margin: 0;
	display:block;
	clear:both;
	height: 20px;
	background-color: #fefecc;
	border-top-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
}
#fussnav ul {
	list-style-type: none;
	font-size: 12px;
	width: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#fussnav li {
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/*  1. Ebene Link und Formatierung horizontale ausrichtung */
#fussnav ul li {float: left; color: #333; text-align: left; font-weight: normal; border-left: 1px solid #000; line-height: 14px;}
#fussnav ul li a {display: block;  padding: .3em 1.8em .4em 1.8em;  color: #333; text-decoration: none; }

#fussnav a:hover {
	color: #FF0000 !important;
}

#sitemap {
	height: 100px;
	position:relative;
	padding:0;
	margin: 0;
	background-color: #fefecc;
}
#sitemap ul {
	list-style-type: none;

}
.sitemapcontent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	color: #00FF00 !important;
}