

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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.kaleth.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//*-- BO InfoBox --*/

div.infobox  {
	border-top:5px solid #ccc;
	padding:0px;
	margin: 10px 0px 20px 0px;
	background-color:#f6f6f6;
	width:520px;
	}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	width:500px;
	}

div.infoboxContentEven, div.infoboxContentOdd {
	padding:10px 0px;
	width:500px;
	}

div.infoboxContentOdd  {
	background-color:#eaeaea;
	}

div.infoboxContentEven p, div.infoboxContentOdd p  {
	padding: 3px;
	margin:0px;
	width:500px;
	}

div.infobox ul.ZMSFile {
	padding-bottom:5px;
	}

div.infobox ul {
	margin:0px 5px 0px 28px;
	padding: 0px;
	}

div.infobox ul li {
	padding:0px !important;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 10px;
	}

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternal, li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	}

/*-- EO InfoBox --*/p.infoNotice_red {
	background-color:#F9F0F2;
	border-top:1px #DAC6CC solid;
	border-bottom:1px #DAC6CC solid;
	padding:6px;
	padding-left:57px;
	margin-bottom:0.5em;
	}

p.infoNotice_red a {
	color:#F2809F;
	}


p.infoNotice_green {
	background-color:#F0F9F3;
	border-top:1px #C6DACB solid;
	border-bottom:1px #C6DACB solid;
	padding:6px;
	padding-left:57px;
	margin-bottom:0.5em;
	}

p.infoNotice_green a {
	color:#A4EFB4;
	} /* portraitCard
----------------------------------------------- */       
      
.portraitCard {
     margin: 0 0 20px 0;
     padding: 0;
     border: 0;
     /* width: 550px !important; */
     /* width: 530px; */
     width: 490px !important; 
     width: 490px;
     
     background: url(http://www.kaleth.de/instance/css/common/bg_portraitCard.jpg) repeat-x;
     }
   
.portraitCard p{
     display: block;
     height: 150px;
     padding: 0 3px 0 0;
     width: auto;
     border: 1px solid #aa9d95;
     background: url(http://www.kaleth.de/instance/css/common/portraitCardBelement.gif) top right no-repeat;
     color: #816f6e;
     font-size: 90%;
     line-height: 1.5em;
     }
     
.portraitCard p strong {
     display: block;
     color: #cd3326;
     margin: 16px 6px 4px 25px;
     }

.portraitCard p img {  
 float: left;   
     margin: 0px 12px 0 0;
     }.kukTeaserelement {
	background-color: #F3FFFF;
	} 
 
 .kukTeaserelement {
	background-color: #F8F9F9;
	}  
     
p.kukTeaserelement {
	color: #666666;
	padding: 0px 2px 0px 3px;
	font-size:100%;
	}

p.headingkukTeaser {
	color: #DA1E3D;
	font-size:115%;
	font-weight:bold;
	line-height: 20px;
	padding: 0px 2px 0px 3px;
	background:transparent;
	margin:0;
	text-transform:uppercase;	
	}

p.headingkukTeaser a {
	text-decoration: none;
	color: #666666;
	}

.kukTeaserelement a:hover {  
	color: #cd3326;
	} 
	
img.kukTeaserelement {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	}

div.kukTeaserLink {
	float:right;
	height:18px;
	margin:0;
	padding:0;
	margin-right:20px !important;
	margin-bottom:15px !important;
	margin-right:0px;
	margin-bottom:0px;
	}

a.kukTeaserMore {
	display: block;
	float:right;
	width: 12px;
	height: 12px;
	float: right;
	border: 0;
	margin: 0 6px 6px 2px;
	padding: 0;
	}

.clearBoth {
	display:block;
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	font-size:1px;
	line-height:1px;
	}/* -- BO infoboxTeaser -- */ 

div.infoboxteaserset {
	text-align:center;
	margin:auto;
	width:546px;
	}

div.infoboxTeaserContainer {
	border:1px solid #999;
	float:left!important; /* floating FF */
	float:none; /* floating IE */
	display:inline; /* floating IE */
	text-align:left;
	}

div.infoboxTeaserHeader {
	padding:3px;
	}

div.infoboxTeaserTitle {
	color:#fff;
	font-weight:bold;
	text-align:center;
	}

div.infoboxTeaserText{
	padding:3px 5px;
	font-weight:bold;
	line-height:140%;
	font-size:90%;
	}

div.infoboxTeaserText img {
	margin-bottom:-2px;
	}

/* -- EO infoboxTeaser-- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/02/23            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #F8F9F9}
.neutralColorMedium {background-color: #9AA5A1}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #B8CB00;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #97002A;}
.primColorMedium {background-color: #CF003A;}
.primColorLight {background-color: #E57594;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	margin-top:0px;
	padding: 0;
	border: 0;
	background: #f8f9f9 url(http://www.kaleth.de/instance/css/common/bg_body.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:77%;
	position:relative;
	text-align:center;
	}

#pageregionTopWrapper {
	margin: auto;
	padding: 0;
	border: 0;
	width:960px;
	text-align:left;
	}

#pageregionTop {
	margin:0;
	padding:0;
	}

#Banner {
	border:0;
	margin:0;
	padding:0;
	background-color:#cf003a;
	width:100%;
	}

#Logo {
	float:left;
	border:0;
	margin:0;
	padding:0;
	background-color:#fff;
	width:750px;
	}

#pageregionWrapper {
	text-align: left;
	margin: auto;
	padding: 0px;
	border:0;
	width: 960px;
	background-color: #fff;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
	}

#pageregionLeft {
	float: left;
	width: 250px;
	padding-top:20px;
	}

#Content {
	float: left;
	width: 495px;
	padding:0;
	margin:0;
	padding-left:20px;
	background: url(http://www.kaleth.de/instance/css/common/bg_content.gif) bottom left fixed no-repeat !important;
	background: url(http://www.kaleth.de/instance/css/common/bg_content_IE.gif) bottom left no-repeat fixed;
	}

#pageregionRight {
	float: right;
	width: 180px;
	padding-right:10px;
	padding-top:20px;
	}

#pageregionBottom {
	/* clear: both; */
	margin: auto;
	padding: 0;
	border: 0;
	width:960px !important;
	height:30px;
	text-align:left;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	background-color: #eee;
	}

/*-- 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;
	width: 100%;
	margin:0px;
	padding:0px;
	background-color: #9aa5a1;
	white-space:nowrap;
	}

div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size: 11px;
	}
html>head:first-child+body #Menu ul {
font-size: 11px;
	}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	line-height: 165%;
	display: inline;
	padding:0px;
	margin:0px;
	}

div#Menu ul li a {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	background-color: #9aa5a1;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0.30em 1em;
	}

div#Menu ul li a.current {
	color:#fff;
	background-color: #cf003a;
	}

div#Menu ul li a.home {
	background-color: #cf003a;
	}

div#Menu ul li a:hover {
	background-color: #cf003a;
	color: #fff;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
	}

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

#Micronavigation {
	padding:15px 0px 20px 0px;
	padding-top:17px !important;
	padding-top:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf003a;
	}

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

#Micronavigation a:hover {
	color: #cf003a;
	text-decoration:none;
	}

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

/* ######################################################################################################
** ### Vertikale Listennavigation YAML-like##############################################################
** ######################################################################################################
*/

/* -- YAML customized ------------------------*/

ul#submenu { 
	width: 100%; 
	overflow: hidden;
	margin: 0.4em 0em;
	padding:0px;
	list-style-type: none; 
	border-top: 2px #ddd solid; 
	border-bottom: 1px #ddd solid; 
	/* position:absolute; */
	}

ul#submenu a { 
	display:block;
	text-decoration: none;
	width: 100%; 
	padding: 0.1em 0em 0.3em 0em;
	border-bottom: 1px #ddd solid;
	}

ul#submenu a.active span { 
	font-weight:bold;
	}

ul#submenu li {
	/* neutralize YAML */
	display:block; 
	width: 100%; 
	margin:0px;
	padding:0px;
	}

#submenu li span {
	/* neutralize YAML */
	display:block; 
	width:100%; 
	padding:0em; 
	background-color:transparent; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 0px;
	}

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

ul#submenu li a span { 
	display:block;
	width:100%; 
	background-color:transparent; 
	font-weight:normal;
	color:#000;
	border:0px;
	margin:0px;
	padding:0px;
	padding-left:0.2em;
	cursor:pointer;
	}

ul#submenu ul { 
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li a {
	width:100%; 
	margin:0px;
	padding: 0.1em 0em 0.3em 0em;
	padding: 3px 0px 3px 10%; 
	background-color:transparent; 
	color: #000;
	}

ul#submenu li ul li a span {
	width:100%; 
	margin:0px;
	padding:0em 0em 0em 1.4em;
	background-color:transparent;
	color: #000;
	}

ul#submenu li ul li ul li a span {
	padding:0em 0em 0em 2.5em;
	}

ul#submenu li ul li ul li ul li a span {
	padding:0em 0em 0em 3.7em;
	}

	ul#submenu li ul li ul li ul li ul li a span {
	padding:0em 0em 0em 5.0em;
	}

/* -- YAML original ------------------------*/	
	
#submenu li a { 
	padding: 3px 0px 3px 10%; 
	}

#submenu li a:hover { background-color:#CF003A; color: #fff; }

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

#Sitemap {
	float: left;
	width: 500px;
	padding:0;
	padding-top:12px;
	margin:0;
	padding-left:20px;
	}

#Sitemap ul li {
	font-size:14px;
	}

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

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
	}

#Search {
	margin: 0px 0px 30px 0px;
	border: 0;
	padding: 0;
	}

#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
	}

#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
	}

#Search input#btnSearch {
	vertical-align:middle;
	}

#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
	}

/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	float:right;
	width:200px;
	text-align:right;
	padding-right:25px;
	padding-top:3px;
	}

#Metanavigation a {
	color: #666;
	text-decoration:none;
	}

#pageelement_Copyright {
	height:24px;
	width:900px !important;
	width:840px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:0px;
	background:transparent;
	margin-left:30px;
	margin-right:30px;
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	color:#9AA3A0;
	} 

#pageelement_Copyright a:link, #pageelement_Copyright a:visited {
	color:#9AA3A0;
	text-decoration:none;
	} 

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

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
	}

/**************************************/
/* 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: #DA1E3D;
	}

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

h1.title {
	font-size: 130%;
	line-height: 24px;
	margin-top:10px; 
	padding-left:20px;
	background: transparent url(http://www.kaleth.de/instance/css/common/h1icon.gif) no-repeat 0em 0.18em;
	text-transform: uppercase;	
	}

h1,.heading1 {
	font-size: 120%;
	line-height: 20px;
	margin-top:10px; 
	padding-left:20px;
	text-transform:uppercase;
	background: transparent url(http://www.kaleth.de/instance/css/common/h1icon.gif)  no-repeat 0em 0.18em;
	}

h2,.heading2 {
	font-size: 115%;
	line-height: 20px;
	padding-left:20px;
	text-transform: uppercase;
	background: transparent url(http://www.kaleth.de/instance/css/common/h1icon.gif)  no-repeat 0em 0.15em;
	}

h2.homeTeaser{
	background:none;
	}

h3,.heading3 {
	font-size: 110%;
	line-height: 20px;
	padding-left:20px;
	text-transform: uppercase;
	background: transparent url(http://www.kaleth.de/instance/css/common/h3icon.gif)  no-repeat 0em 0.14em;
	}

h4,.heading4 {
	font-size: 100%;
	line-height: 14px 
	}

h5,.heading5 {
	font-weight: normal;
	font-size: 80%;
	line-height: 14px 
	}
p {
	line-height: 1.5em;
	}

ol {
	line-height: 1.5em;
	}

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

#Content ul li {
	margin:0 8px 0 0px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	background:url(http://www.kaleth.de/instance/css/common/listIcon_grey.gif) no-repeat 0em 0.4em;
	}

#Content .infobox ul li {
	background:none;
	}

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

p.emphasis {
	background-color:#cf003a;
	line-height:1.5em;
	padding:3px;
	border-top:solid 1px #7C7E7E;
	border-bottom:solid 1px #7C7E7E;
	color:#fff;
	}

p.description {
	line-height: 16px;
	color:#000;
	}

p.creator  {
	}

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

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

blockquote {
	line-height: 1.5em;
	}

a:link, a:visited {
	color: #000;
	text-decoration : underline;
	}

a:hover, a:active {
	text-decoration : underline;
	color: #D91D3E;
	}

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  {
	font-size: 80%;
	}

table.ZMSTable {
	width:95%
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:5px 2px 5px 5px;
	background-color:#F1DEE3;
	font-size:100%;
	}

table.ZMSTable tr td {
	font-size:100%;
	}

table.ZMSTable tr th p{
	margin:0px;
	}

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         */
/**************************************/


/*--------- ZMS GRAPHIC --------------*/

div.ZMSGraphic {
	background-color:#fff; 
	margin-top:0px;
	color:#000;
	/*-- ie 6 needs width --*/
	width:85%;
	}

div.ZMSGraphic div.graphic{
	background-color:#fff; 
	margin-top:0px;
	color:#000;
	}

div.ZMSGraphic div.text{
	margin-top:0px;
	padding:0;
	color:black;
	}

div.ZMSGraphic div.text p{
	margin-top:0px;
	color:black;
	}

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

div.ZMSGraphic div.alignleft, ZMSGraphic floatleft {
 	margin-right: 1em;
	float:left;
	}

div.ZMSGraphic div.alignright, ZMSGraphic floatalignright {
 	margin-right: 1em;
	float:right;
	}

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

div#teaser
	{
	width:180px;
	font-size: 100%;
	}

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

div.ZMSTeaserElement {
	width:178px;
	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;
	}

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

/*--------- 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 ;
	}

.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
	
	html>.form {
	font-size: x-small;
	}

.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	}

/*------- ContactForm------------------------------*/
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	}

div.schmerztherapieForm {
	margin-top:0px;
	padding-top:0px;
	}

form.contactKuk{
	margin-left:14px;
	}

form.contactKuk fieldset{
	background-color:#F7F7F6;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#D4DAD6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
	width:420px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	}

form.contactKuk fieldset p{
	margin:0px;
	margin-top:8px;
	}

form.contactKuk fieldset legend{	
	background-color:#F7F7F6;
	border-width:1px 1px 1px 10px;
	border-color:#E8BCC3;
	border-style:solid;
	color:#B32039;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	width:116px;
	padding:3px 5px;
	margin:0px 0px 10px -40px;
	position:relative;
	top: -14px;
	}
 
form.contactKuk fieldset legend img{
	padding:0px 5px 0px 5px;	
	}

form.contactKuk label{
	color:#B32039;
	font-size:90%;
	font-weight:bold;
	display:block;
	float:left;
	width:80px;
	text-align:left;
	margin:4px 5px 0px 0px;
	}

form.contactKuk input, form.contactKuk textarea{
	background-color:#F7F7F6;
	width:300px;
	margin:2px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#B32039;
	color:#6A6A6A;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
	}

form.contactKuk select.selectGender, form.contactKuk select.selectTitle, form.contactKuk select.selectCourseNr{
	border: #D4DAD6 1px solid;
	padding: 1px; font-size: 11px;
	color:#B32039;
	background-color: #F7F7F6;
	width:140px;
	}
	
form.contactKuk input#sendInfo{
	width:20px;
	}

form.contactKuk span.sendInfoText{
	color:#B32039;
	}

form.contactKuk input.button{
	background-color:#F7F7F6;
	background-image:none;
	border-width:1px;
	border-style:solid;
	border-color:#B32039;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:454px;
	padding:2px;
	margin:0px 0px 0px 0px;
	}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- InfoBox ------------------------------*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
	}

p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	}

div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
	}

div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
	}

div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
	}

div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
	}

div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
	}

div.infobox  div.ZMSFile div.text {
	margin-left:20px;
	}

div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
	}

div.infobox ul li {
	}

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	}

/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
	}

#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
	}

#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
	}

/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
	} 

h1.title {
	}

p, li, blockquote {
	}

ol, ul {
	}

p.description {
	}

p.caption {
	}
p.creator  {
	}

p.smalltext {
	}

code {
	}

/**************************************/
/* 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;
	}
