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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

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

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	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;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

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,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: 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
	{
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

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

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


#zmi_logo {background-image:none;}
#ZMIManageTabsBar {background-image:none;}
#ZMIManageTabs a, #ZMIManageTabsSub a {text-decoration:none;}
ul#ZMIManageTabsButtons li {background-image:none;}
ul#ZMIManageTabs li {height:21px; margin-bottom:0px;}
body.zmi div.zmi {width: 830px;}
#zmi_header, #ZMIManageTabsBar {
background-color:#fff
}

/* ************* */
/* Colorscheme   */
/* ************* */
.primColorStrong0 { background-color:#002E5E; }
.primColorMedium0 { background-color:#003F81; } 
.primColorLight0 { background-color:#E7EBEE; } 
.secndColorStrong1 { background-color:#009747; }
.secndColorStrong0 { background-color:#55A873; } 
.secndColorMedium1 { background-color:#9BC594; } 
.secndColorMedium0 { background-color:#BEDABA; }
.secndColorLight1 { background-color:#DBE7DA; }
.secndColorLight0 { background-color:#E6E8DF; }
.teaserColor { background-color:#CC6600; } 
.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#949692; }
.neutralColorMedium0 { background-color:#C4C6BD; } 
/*.neutralColorLight0 { background-color:#E6E2D3; } */
.neutralColorLight0 { background-color:#ECECEC; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 

/****************/
/* channelcolor*/
/****************/
td#channels {
	height: 18px;
	background-color: #AB6505;
	padding-right: 15px;
}

/***************/
/* Text */
/***************/
body	{
	background-color: #E6E8DF;
	color: #001;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Sans-serif;
	text-align:left;
	font-size: 101%;
	font-weight: normal;
	line-height: 1.1em;
}

body#web p, 
body#web form {
	font-size: 0.75em;
}

p.description  {
	font-weight:bold;
	margin-bottom:10px;
}

p.caption {
	font-style:italic;
	font-size:11px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
}

td#copyright p,
p.copyright {
	font-size: 10px;
	line-height: 1.3em;
	color: #666;
	padding:0em;
	margin:0.5em auto;
}


h1 {
	color: #663333;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.7em;
	line-height:1.20em;
}

h2 {
	color: #663333;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.7em;
	padding: 0;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 1.1em;
	margin-bottom: 0.7em;
	padding: 0;
}

#web li {
	padding-left: 15px;
	margin-left: 0;
	margin-top: 0.75em;
	font-size: 0.75em;
}

#web ul li {
	list-style-type: none;
	background: url(http://www.praxisengelmann.de/common/common/dot_li.gif)  top left no-repeat;
}




/***************/
/* Links */
/***************/
a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #001;
	background: transparent;
}

a:hover {
	text-decoration : underline;
	color: #43706F;
	background: transparent; 
}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #6A0909;
	background: transparent;  
}

td#content a:link,td#content a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #001;
	background: transparent;
	border-bottom: 1px dotted #43706F;
}

td#content a:hover {
	text-decoration : none;
	color: #43706F;
	background: transparent;
	border-bottom: 1px solid #43706F;
}

td#content a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #6A0909;
	background: transparent;  
	border-bottom: 1px solid #6A0909;
	}

td#content div a:link,td#content div a:visited, 
td#content div a:hover, td#content div a:active {
	border:0;
}


td#copyright a:link,td#copyright a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #43706F;
	background: transparent;
}

td#copyright a:hover {
	text-decoration : underline;
	color: #6A0909;
	background: transparent;
}

td#copyright a:active {
	font-weight : underline; 
	text-decoration : none;
	color: #000;
	background: transparent;  
}


/**************/
/* Navigation */
/**************/

a.topmenu:link, a.topmenu:visited, a.topmenu:active,
a.topmenua:link, a.topmenua:visited, a.topmenua:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
	color: #fff;
}

a.topmenua:link, a.topmenua:visited, a.topmenua:active {
	color: #fff;
	text-decoration: underline;
	}

.tophelper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 11px;
}

div#micronav {
	font-size: 0.7em;
	margin-bottom:10px;
}

div#micronav a:link, div#micronav a:visited  {
	text-decoration: none;
	border-bottom: 0px;
}

a.rightmenu:link, a.rightmenu:visited, a.rightmenu:active,
a.rightmenua:link, a.rightmenua:visited, a.rightmenua:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #003F81;
	background-color: #E7EBEE;
	border-bottom: #fff 1px solid;
	line-height: 27px;
	height: 27px;
	padding: 0px 0px 0px 7px;
}


a.rightmenu:hover, a.rightmenu:active, 
a.rightmenua:link, a.rightmenua:visited, a.rightmenua:hover {
	text-decoration: underline;
	color: #43706F;
	background-color: #D1E3CE;
}

a.rightmenu:hover, a.rightmenu:active {
	text-decoration: none;
}

/*******************/
/* Layout-Elements */
/*******************/

td#content img {
	margin-right: 6px;
	}
table#main {
	border-right: 6px solid #C4C6BD;
	border-bottom: 6px solid #C4C6BD;
}

td#header {
	height: 130px;
	background: #003366;
}

td#content, td#navigation {
	height: 400px;
	border-top: 10px solid #fff;
}

td#content {
	background-color: #E6E2D3;
	padding:20px 20px 0px 20px;
	padding-bottom:20px;
}

td#navigation {
	background-color: #fff;
	padding-bottom:20px;
}

td#copyright {
	height:27px;
	background-color: #E6E2D3;
	border-top: 1px solid #ECF0F0;
	padding:0px 20px 0px 20px;
}


table#searchform th, table#searchform td {
	background-color: #EDE6E6;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}

table#searchform td {
	background-color: #ECF0F0;
}

/*******************/
/****  Sitemap  ****/
/*******************/
td.sitemapTitle0, td.sitemapTitle1 {
	font-size:0.7em;
	border: 0px;
	padding: 0px;
}

a.sitemapTitle0:hover, a.sitemapTitle0:active,
a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-size:0.7em;
	font-weight: normal;
	color: #6A0909;
	text-decoration: none;
	border: 0px;
}

a.sitemapTitle0:link, a.sitemapTitle0:visited {
	color: #43706F;
	text-decoration: none;
	border: 0px;
}

a.sitemapElement0:hover, a.sitemapElement0:active,
a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	font-size:0.7em;
	font-weight: normal;
	color: #6A0909;
	text-decoration: none;
	border: 0px;
}

a.sitemapElement0:link, a.sitemapElement0:visited {
	text-decoration: none;
	border: 0px;
}

/*************************/
/* Management Interface  */
/*************************/
.cmsTxtColorStrong0 { color: #000066; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0 { background-color: #000066; }
.cmsBgColorStrong1 { background-color: #CCCCCC; }
.cmsBgColorMedium0 { background-color: #E8F2F9; }
.cmsBgColorLight0 { background-color: #FFFFFF; }
.ftTH { background-color:#cccccc; }
.ftTH p { text-align:left; }
.ftTD { background-color:#efefef; }



/* [WAI] ZMSTeaser */


div#teaser
	{
	width:280px;
	background-color:#fff;

	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	background-color:#fff;

	}

div.ZMSTeaserElement
	{
	background-color:#fff;

	}

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

div.ZMSTeaserElement div.title {
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	/* font-size: 1.05em !important; */
	/* font-size: 0.8em; */
	font-size: 11px !important;
	margin: 1.3em 1em 0em 0.8em;
	padding: 0;
	line-height: 1em;
	text-decoration:none;
	color:black;
	background-color:#fff;
	}

div.ZMSTeaserElement div.title a,
div.ZMSTeaserElement div.text a,
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.text a:visited {
	color : #510707;
	font-weight:normal;
}

div.ZMSTeaserElement div.text {
	/* font-size: 1.05em !important; */
	/* font-size: 0.8em; */
	font-size: 11px;
	padding: 0.2em 1em 0em 0.9em;
	line-height: 1.3em;
	color: #333;
	font-size: 11px !important;

}

/*-----------------*/
/*-- ZMSGraphic --*/
/*-----------------*/
div.ZMSGraphic { background-color:transparent; }
div.ZMSGraphic div.graphic.alignleft { margin-right:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }
div.ZMSGraphic.floatleft { margin-right:10px; }
div.ZMSGraphic.floatright { margin-left:10px; }
div.ZMSGraphic div.text { padding: 4px 0 0 0; }
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic { width:100% !important; }
div.ZMSGraphic.right div.graphic img { display:inline !important; }
----------------------------------------------------------- 


div.ZMSGraphic div.alignleft {
margin:0px 6px 0px 0px;
}
div.ZMSGraphic p.caption,  
div.ZMSGraphic div.text {
margin:0px;
padding:0px;
}

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

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

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

table.ZMSTable td p {
padding:2px 5px;
margin:0px;
}


