

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.ludwig-ballshop.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj boxes
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 div.boxWrapper{
 	margin:0;
 	margin-bottom:25px;
 	padding:0;
 	width:100%;
 	border:solid 0px red;
 	}
 
 div.boxItemWrapper {
 	float:left;
 	margin:0;
 	margin-right:23px;
 	padding:0;
 	width:190px;
 	border:solid 0px red;
 	}
 
 div.boxItemWrapper div.boxItemTitle{
 	margin:0;
 	margin-bottom:10px;
 	padding:0;
 	padding-bottom:5px;
 	font-size:150%;
 	color: #455560;
 	font-family: Georgia, 'Times new roman', serif;
 	border-bottom:solid 1px #DADDDF;
 	}
 
 div.boxItemWrapper div.boxItemText{
 	margin:0;
 	padding:0;
 	padding-bottom:10px;
 	color: #455560;
 	height:60px;
 	font-size:90%;
 	border-bottom:solid 1px #DADDDF;
 	}
 
 div.boxItemWrapper div.boxItemLink{
 	margin:0;
 	padding:0;
 	padding-top:5px;
 	padding-bottom:5px;
 	color: #455560;
 	font-size:90%;
 	border-bottom:solid 1px #DADDDF;
 	}
 
 div.boxItemWrapper div.boxItemLink a:link, div.boxItemWrapper div.boxItemLink a:visited{
 	color: #455560;
 	}
 
 div.boxItemWrapper div.boxItemLink a:hover, div.boxItemWrapper div.boxItemLink a:active{
 	color: #455560;
 	}
 
 div.clearBoxItem {
 	clear:both;
	}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #FAFBFB;
	padding:10px 0px 10px 25px;
	border:solid 0px red;
	}

#gallery ul {
	list-style: none;
	margin-left:0px !important;
	padding:0px 5px 0px 5px;
	}

/* IE 7.0 only */
*:first-child+html #gallery ul {
	margin-left:0px !important;
	}


#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #EFF0F0;
	border-width: 5px 5px 20px;
	}

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/**************************************/
/* (c) 2009 jklein                    */
/* Author: j. klein                   */
/* last change: 2009/01/30            */
/**************************************/


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #A2A9AE}
.neutralColorMedium {background-color: #7F8B93}
.neutralColorStrong {background-color: #455560}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #AD3A3B;}
.secondColorMedium {background-color: #C87867;}
.secondColorLight {background-color: #DDA998;}

.primColorStrong {background-color: #166560;}
.primColorMedium {background-color: #417B6C;}
.primColorLight {background-color: #A0BDB6;}


body#web {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	position:relative;
	text-align:center;
	background-color: #fff;
	}

#pageregionTopWrapper {
	margin: auto;
	position: relative;
	padding: 0;
	border: 0;
	width:830px;
	text-align:left;
	border:solid 0px red;
	}

#pageregionTop {
	margin: auto;
	padding: 0;
	border: 0;
	width:830px;
	border-bottom:solid 1px #DADDDF;
	}

#Logo {
	float:left;
	border:0;
	margin:0;
	width:290px;
	border:solid 0px red;
	}

#cycle {
	margin:0;
	margin-top:16px;
	padding:0;
	display: block;
	width: 830px;
	
	overflow: hidden;
	border-bottom:solid 0px #DADDDF;
	}

.cycle {
	float:left;
	}


#pageregionContentWrapper {
	margin: auto;
	padding: 0;
	padding-top:20px;
	border: 0;
	width:830px;
	background-color: #fff;
	text-align:left;
	}

#Content {
	float:left;
	margin:0;
	padding:0;
	padding-right:20px;
	width:590px;
	overflow:visible;
	border-right:solid 1px #DADDDF;
	}
	
* html #Content {
	height:400px; /* IE */
	}

#ContentBroad {
	margin:0;
	padding:0;
	width:830px;
	overflow:visible;
	}

#Sitemap {
	float:left;
	margin:0;
	margin-left:10px;
	margin-right:9px;
	padding:0;
	padding-right:20px;
	width:501px;
	overflow:visible;
	border-right:solid 1px #CAC8C6;
	}

#pageregionLeft {
	float: left;
	padding-top:0px;
	margin:0px;
	float: left;
	width: 216px;
	border:solid 0px red;
	}

#pageregionRight {
	float: right;
	width:200px;
	margin: 0;
	padding: 0;
	padding-top:0px;
	border:solid 0px red;
	}

#pageregionBottomWrapper {
	margin:auto;
	padding: 0;
	padding-top:15px;
	border: 0;
	width:830px;
	text-align:left;
	border:solid 0px red;
	}
	
	
/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}














/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/*-- Channel Menu ---------------------------*/
div#menu {
	float:left;
	margin:0;
	padding:0;
	padding-top:30px;
	width:530px !important;
	width:520px; 
	border:solid 0px red;
	}

ul#nav {
	width:530px !important;
	width:520px; 
	}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.sf-menu {
	line-height:	1.0;
	}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}

.sf-menu ul li {
	width: 100%;
	}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}

.sf-menu li {
	float: left;
	position: relative;
	}

.sf-menu a {
	display: block;
	position: relative;
	}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 1.7em; /* match top ul list item height */
	z-index: 99;
	}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
	}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
	}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom:	1em;
	width:522px !important;
	width:512px; /* -- Customization 2ndLevel Menu -- */
	}

.sf-menu a {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:  0.6em 1em;
	text-decoration:none;
	font-size:11px;
	font-family: Georgia, 'Times new roman', serif;
	color:#484848;
	}


/* -- Customization 2ndLevel Menu -- */
.sf-menu li ul li a {
	padding:  .20em 0.8em;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#484848;
	}

.sf-menu a:link, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
 color:#484848;
	}

.sf-menu li {
	background: #BDD2FF;
	}

.sf-menu li li {
	background: #AABDE6;
}
.sf-menu li li li {
	background: #9AAEDB;
	}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #CFDEFF;
	outline: 0;
	}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1.25em; /* -- Customization 1stLevel Menu -- */
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: transparent;
	height: 2.5em;
	padding-bottom: 2.5em;
	position: relative;
	}

.sf-navbar li {
	background: transparent; /* -- Customization 1stLevel Menu -- */
	position: static;
	}

.sf-navbar a {
	border-top: none;
	}

.sf-navbar li ul {
	width:522px !important;
	width:512px; /*IE6 soils itself without this*/
	border-top:solid 0px #000;
	margin-top:2px;
	margin-left:0px;
	padding-left:3px;
	background: transparent url('http://www.ludwig-ballshop.de/common/css/common/sf-navbar_bg.gif') top left no-repeat;
	}

.sf-navbar li li {
	background: transparent; /* -- Customization 2ndLevel Menu -- */
	position: relative;
	}

.sf-navbar li li ul {
	width: 13em;
	}

.sf-navbar li li li {
	width: 100%;
	}

.sf-navbar ul li {
	width: auto;
	float: left;
	}

.sf-navbar a, .sf-navbar a:visited {
	border: none;
	text-transform:uppercase; /* -- Customization 1stLevel Menu -- */
	}

.sf-navbar li li a, .sf-navbar li li a:visited {
	text-transform:none; /* -- Customization 2ndLevel Menu -- */
	}


.sf-navbar li.current {
	background: #DADDDF;
	border-bottom:1px solid #fff; /* -- Customization 1stLevel Menu -- */
	}


.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background: #DDF2FC;
	border-bottom:0px solid #000; /* -- Customization 1stLevel Menu -- */
	}

.sf-navbar li li.current {
	border-bottom:0px solid #fff; /* -- Customization 2ndLevel Menu -- */
	background: transparent;
	}


.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background: transparent;
color:#FE0100;
	border-bottom:none; /* -- Customization 2ndLevel Menu -- */
	}

ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background: #E6EEFF;
	border-bottom:0px solid red; 
	}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	}

ul.sf-navbar .current ul ul {
	top:  	-999em;
	}

.sf-navbar li li.current > a {
	font-weight: bold;
	color:#FE0100;
	}

/* -- MACRONAVIGATION -----------------*/

p.macronavigationTitle_parent {
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:115%;
	}

p.macronavigationTitle_parent a:link, p.macronavigationTitle_parent a:visited{
	color:#7F8B93;
	}

p.macronavigationTitle_parent a:hover, p.macronavigationTitle_parent a:active{
	color:#455560;
	}

ul#submenu { 
	margin: 0px;
	margin-top: -1px;
	margin-bottom: 15px;
	padding:0px;
	list-style-type: none;
	border:0px solid #EB6909; 
	width:200px;
	}

ul#submenu li {
	margin:0px;
	padding:0px;
	display:block;
	border:1px solid #fff; /* ie6 hack */

	}

#submenu li span {
	/* neutralize YAML */
	display:block; 
	padding:0em; 
	background-color:transparent; 
	color: #fff; 
	}

ul#submenu a { 
	display:block;
	text-decoration: none;
	padding:0px;
	border-left:none;
	font-size:12px;
	}

ul#submenu li a span { 
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
	font-weight:normal;
	color:#7F8B93;
	cursor:pointer;
	}

ul#submenu a.active span { 
	font-weight:bold;
	color:#fff;
	background-color:#DADDDF;
	}

ul#submenu a:hover span { 
	color:#fff;
	background-color:#DADDDF;
	}

ul#submenu ul { 
	margin:0px;
	padding:0px;
	list-style-type: none;
	}


/* -- Level 2 --*/
ul#submenu li ul li {
	margin:0px;
	padding:0px;
	border:0px solid red; 
	}

ul#submenu li ul li a {
	margin:0px;
	color: #595959;
	background:transparent; 
	border:none;
	}

ul#submenu li ul li a:hover {
	background:transparent;
	}

ul#submenu li ul li a.active {
	background:transparent;
	}

ul#submenu li ul li a span {
	margin:0px;
	padding:1px 0px 0px 8px;
	background:transparent;
	font-weight:normal;
color:#7F8B93;
	}

ul#submenu li ul li a:hover span { 
	color:#fff;
	background-color:#DADDDF;
	}

ul#submenu li ul li a.active span { 
	padding:1px 0px 0px 8px;
	font-weight:normal;
	color:#fff;
	background-color:#DADDDF;
	}

/* -- Level 3 --*/
ul#submenu li ul li ul li {
	margin:0px;
	padding:1px 0px 1px 0px;
	list-style-type: none;
	border-right:0em solid #49B5FF; 
	}

ul#submenu li ul li ul li a {
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li ul li a span {
	margin:0px;
	padding:1px 0px 0px 16px;
	background:transparent;
	}

ul#submenu li ul li ul li a:hover span {
	color:#fff;
	background-color:#DADDDF;
	}

ul#submenu li ul li ul li a.active span { 
	font-weight:normal;
	color:#fff;
	background-color:#DADDDF;
	}


/* -- Level 4 --*/
ul#submenu li ul li ul li ul li {
	margin:0px;
	padding:1px 0px 1px 0px;
	list-style-type: none;
	}

ul#submenu li ul li ul li ul li a {
	margin:0px;
	background-color:transparent; 
	color: #BEC9CF;
	}

ul#submenu li ul li ul li ul li a span {
	margin:0px;
	padding:1px 0px 0px 24px;
	background-color:transparent;
	}

ul#submenu li ul li ul li ul li a:hover span { 
	color:#fff;
	background-color:#DADDDF;
	}

ul#submenu li ul li ul li ul li a.active span {
	color:#fff;
	background-color:#DADDDF;
	font-weight:normal;
	}

ul#submenu li ul li ul li ul li ul li a span {
	}



/* -- MICRONAVIGATION ------------------------*/

div#pageelement_MicronavWrapper {
	 margin:0;
	 margin-left:11px;
	 width:928px;
	 height:29px;
	 color:#fff;
	 background-color:#19487E;
	}

div#pageelement_Micronavigation {
	 float:left;
	 margin:0;
	 margin-left:12px;
	 margin-top:7px;
	 padding:0;
	 width:690px;
	 color:#fff;
	 border:solid 0px red;
	}

#pageelement_Micronavigation a:link, #pageelement_Micronavigation a:visited {
	color: #fff;
	text-decoration:none;
	}

#pageelement_Micronavigation a:hover, #pageelement_Micronavigation a:active{
	color: #C82020;
	text-decoration:none;
	}


/* -- SEARCH ------------------------*/

div#search{
	float:left;
	margin:0;
	padding:0;
	width:326px;
	height:40px;
	background: transparent url('http://www.ludwig-ballshop.de/common/css/common/rfh_Search_bg.jpg') top left no-repeat;
	}

form.searchForm {
	margin:0;
	margin-left:29px;
	padding:0;
	}

form.searchForm input#raw {
	margin: 0;
	margin-top:7px;
	padding:0;
	padding-top:13px;
	width:250px;
	background: transparent url('http://www.ludwig-ballshop.de/common/css/common/rfh_SearchInput_bg.jpg') top left no-repeat;
	border:none;
	margin-bottom:5px;
	}

form.searchForm input#btnSearch{
	padding:0;
	margin: 0;
	height:26px;
	width:29px;
	}


/* -- COPYRIGHT ------------------------*/

#pageelement_FunctionsBottom {
	float:left;
	margin:0;
	padding:0;
	padding-right:20px;
	padding-left: 65px;
	width:525px;
	height:91px;
	border-top:solid 1px #DADDDF;
	font-size:90%;
	background: transparent url('http://www.ludwig-ballshop.de/common/css/common/LogoLbShop_loGrey.gif') 0px 5px no-repeat;
	}

#pageelement_Copyright {
	float:left;
	margin:0;
	margin-left:0px;
	padding:0;
	width:210px;
	overflow:visible;
	height:91px;
	border-top:solid 1px #DADDDF;
	font-size:90%;
	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited, #pageelement_FunctionsBottom a:link, #pageelement_FunctionsBottom a:visited{
	color:#7F8B93;
	text-decoration:none;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active, #pageelement_FunctionsBottom a:hover, #pageelement_FunctionsBottom a:active{
	color:#455560;
	text-decoration:none;
	}

#pageelement_Copyright p {
	clear:both;
	margin-left: 0px
	}

#functionsBottom   {
	padding:0;
	margin:10px 0px 30px 0px;
	list-style:none;
	line-height:11px;
	}

#functionsBottom li {
	float:left;
	padding:0px 10px 5px 0px; 
	border-left: 0px solid #666;
	}

#functionsBottom li a {
	padding:0
	}

/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
	}

td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
	}

a.sitemapTitle0:link, a.sitemapTitle0:visited, a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	}

a.sitemapTitle1:link, a.sitemapTitle1:visited, a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

a.sitemapElement0:link, a.sitemapElement0:visited, a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}

a.sitemapElement1:link, a.sitemapElement1:visited, a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}


/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #455560;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
	/* color: #7F8B93; */
	color: #455560;
	font-size: 100%;
	}

h1.title {
	margin-top:10px; 
	padding-bottom:9px; 
	font-size: 160%;
	line-height: 24px;
	font-family: Georgia, 'Times new roman', serif;
	border-bottom: 1px solid #DADDDF;
	font-weight: normal;
	}

h1,.heading1 {
	margin-top:10px; 
	padding-bottom:9px; 
	font-size: 160%;
	line-height: 24px;
	font-family: Georgia, 'Times new roman', serif;
	border-bottom: 1px solid #DADDDF;
	font-weight: normal;
	}

h2,.heading2 {
	font-size: 120%;
	line-height: 20px;
	}
	
h2.dontDisplay {
	display: none;
	}

h3,.heading3 {
	font-size: 115%;
	line-height: 18px;
	}

h4,.heading4 {
	font-size: 110%;
	line-height: 16px 
	}

h5,.heading5 {
	font-size: 105%;
	line-height: 15px 
	}

p {
	line-height: 1.5em;
	}

ol {
	line-height: 1.5em;
	}

ul {
	line-height: 1.5em;
	list-style-type: square;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:5px;
	}

p.emphasis {
	padding:4px;
	border:solid 1px #ECEDEE;
	line-height: 1.5em;
	font-weight:bold;
	color:#AD3A3B;
	}

p.description {
	margin-top:0px;
	line-height: 1.5em;
	color:#455560;
	font-weight:bold;
	}

p.creator  {
	}

p.small {
	font-size: 10px;
	}

p.smalltext {
	font-size: 10px !important; font-size: xx-small;
	}

strong, b {

	}

a:link, a:visited {
	color: #FE0000;
	text-decoration : none;
	}

a:hover, a:active {
	text-decoration : none;
	color: #911200;
	}

code {
	}

abbr, acronym  {
	cursor:help;
	}

kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font-size:80%;
	vertical-align: middle;
	}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	}

table.ZMSTable {
	width:98%;
	}
	
table.ZMSTable td { 
	background-color:#ECEDEE; 
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#A0BDB6;
	color:#043F7B;
	}

table.ZMSTable tr th p{
	color:#000;
	padding:0;
	margin:0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	margin-bottom:2px;
	}

div.ZMSGraphic.left {
	text-align:left;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	margin-right:8px;
	padding-top:3px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:200px;
	font-size: 12px !important; font-size: 12px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement {
	width:199;
	padding:0px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
	color : #fff;
	}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
	color: #fff;
	text-transform:uppercase;
	}

div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active{
	color: #fff;
	text-decoration:none;
	}

div.ZMSTeaserElement div.text
	{
	padding: 6px 6px 6px 6px;
	line-height:1.3em;
	color: #808285;
	}

/*--------- Teaser Left --------------*/
div#teaserLeft{
	margin:0;
	margin-left:-1px;
	position:relative;
	padding:0;
	padding-top:5px;
	border:solid 0px red;
	}

/*--------- SpecObj Bildwechsler --------------*/
td.teaserTitle, p.teaserTitle{
	margin:0;
	padding:0;
	padding-left:2px;
	font-size:105%;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 0px red;
	}

td p.teaserText{
	margin:0;
	padding-left:4px;
	padding-right:4px;
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

	} 

body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	} 

body.zmi form input.form-element{
	width:20px;
	font-size: 12px !important; font-size: xx-small;
	}



