


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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:#fff url(/misc_/zms/zoom.gif) bottom right no-repeat;
}

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;
	margin-right:10px;
}

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

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
	{
	}

/* ex Salzhausen portraitCard ---------------------- */       
      
.portraitCard {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	width: 470px;
	}

.portraitCard p {
/* overflow:hidden; */
	display: block;
	height: 153px;
	padding: 0 3px 0 0;
	width: auto;
	border: 1px solid #D1D2CD;
	background: url(http://www.anstoss.maennerbuero-hannover.de/common/css/common/portraitCardBelement.gif) top right no-repeat;
	color: #816f6e;
	font-size: 90%;
	line-height: 1.5em;
	}

a.portraitCardLink active,a.portraitCardLink hover {
	color: #295c98;
text-decoration:underline;
	}
a.portraitCardLink link,a.portraitCardLink visited {
	color: #666;
	}

.portraitCard p strong {
	display: block;
	color: #295c98;
	margin: 3px 6px;
	}

.portraitCard p img {  
	float: left;   
	margin: 0px 12px 0 0;
	}/*-- 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.title a:link, 
div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.infobox div.ZMSFile div.text {
	margin-left:23px;
}
div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.infobox ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
}/* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666; 
}
div.imgagemap {
 text-align:center;
}
/* EO Imagemap CSS */#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(common/lightbox2.03a/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(common/lightbox2.03a/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(common/lightbox2.03a/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *//**************************************/
/* specObj Kontaktformular            */
/**************************************/
form#chSalz {
	width:475px;
	margin:0;
	padding:0;
	}

form fieldset{
	background-color:#eee;
	border:1px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
	width:440px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	}

form fieldset legend{	
	background-color:#bbb;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
	}

label{
	font-size:80%;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:6px 5px 0px 0px;
	}

textarea {
	width:280px;
	border:1px solid #666;
	margin:0px;
	padding:0px;
	}

#alert {
	margin:5px;
	padding:3px;
	border:1px solid #666;
	background:#FF7375;
	display:none;
	font-size:9px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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, Nov 10.2005*/
/* modif. for mbh by joc, Dez 12.2007  */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/

.neutralColorBlack  {background-color: #000}
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #eeeff1}
.neutralColorMedium {background-color: #ccc}  
.neutralColorStrong {background-color: #666}   

.primColorLight {background-color: #dbeff9;}
.primColorMedium {background-color: #90908e;}
.primColorStrong {background-color: #007baf;}



.secondColorStrong {background-color: #295C98;} 
.secondColorMedium {background-color: #CD3326;} 
.secondColorLight {background-color: #F9ECD8;} 

.teaserColor {background-color: #FF0000;} 

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:77%;
  	position:relative;
	text-align:center;
	}


#pageregionTopWrapper {
	margin: auto; 
	padding: 0;
	border: 0;
background:transparent url(http://www.anstoss.maennerbuero-hannover.de/common/css/common/pageregionBackground.gif) repeat-y;
	border:1px solid #90908e;
	border-top:10px solid #90908e;
	width:979px;
	text-align:left;
	}

#pageregionTop {
	margin-bottom:10px;
	padding:0;
	clear:both;
	height:145px;
	}

#Logo {
	margin:0;
	border:0;
	padding:0;
clear:both;
	
	}


div#pageregionContentWrapper {
	margin: auto; 
	padding: 0; 
	border: 0; 
	width:980px; 
	text-align:left;
background:transparent url(http://www.anstoss.maennerbuero-hannover.de/common/css/common/pageregionBackground.gif) repeat-y;
	}

#Content {
	margin:0;
	margin-left:40px;
	margin-top:10px;
	padding:0;
	border:0;
	overflow:visible;
	float:left;
	width:480px;
	background:transparent;
	border:0px solid #abda00;
	}

#Sitemap {
	margin:0;
	margin-left:20px;
	padding:0;
	border:0;
	float:left;
	width:480px;

	}

div#Functions {
position:relative;
height:1px;

	}
div#Functions img {
margin:5px;
	border:0px solid red;
	width:20px;
	height:20px;
float:right;
	}

#pageregionLeft {
	margin:20px 0px 200px 0px;
border:0px solid #abda00;
/* position:relative; */
	padding:0;
	float: left;
	width: 240px;
	}

#pageregionRight {
	margin: 0;
	position:relative;
	padding: 0;
	padding-right:1px;
	width:210px;
	float: right;
	background:transparent;
border:0px solid #abda00;
z-index:1
	}

div#pageregionBottomWrapper {
	margin: auto; 
	padding: 0;
	border: 0;
	width:980px;
	text-align:left;
	margin-top:5px;
	}

#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
padding-left:271px;
	}

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

/*-- Channel Menu ---------------------------*/

/* Menüleiste und -elemente */
#Menu
{
clear:both;
	overflow:hidden;
background-color: #90908e;
	width: 980px;
height: 24px;
padding-left:0px;

}


#nav
{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	list-style-type: none;
z-index:1

}

#nav ul
{
	padding: 0px;
	margin:0;
	line-height: 24px;
	list-style-type: none;
	z-index:2
}

#nav li
{
	float: left;

}

#nav li ul
{
	position: absolute;
	left: -999em;
	width: 150px;
	filter: alpha(opacity=90);
	moz-opacity: 0.90;
	opacity: 0.90; 
 
}

#nav li:hover ul
{
	left: auto;
}



#nav a
{
	border: 0px;
	border-top: 1px solid #fff8ed;
	border-bottom: 1px solid #374f3d;
	padding: 0px 10px;
	display: block;
	background-color: #90908e;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#nav li li a
{
padding: 2px 10px;
	width: 220px;
	line-height:18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
text-align: left;
}


#nav a:hover
{
	background-color: #666;
}

#nav .bigger
{
	border: 0px;
	font-size: 11px;
}

#nav .current
{
	background-color: #666;
}




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

#Micronavigation {
	padding:15px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #295c98;
	}

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

#Micronavigation a:hover {
	color: #295c98;
	text-decoration:underline;
	}



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

ul#submenu { 
	width: 100%; 
	overflow: hidden;
	margin: 0.3em 0em;
	padding:0px;
	list-style-type: none; 
	border-top: 1px #ddd solid; 
	}

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:#007baf; 
	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:#007baf; color: #fff; }

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

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

td.sitemapTitle1 {
	background-color: #ddd;
	border-right: 1px solid #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;
	}


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

#Search {
	margin: 15px auto;
	border: 0;
	padding: 0;
	}

#Search form {
	margin:0px !important; margin-left:3px; 
	border: 0;
	padding: 0;
	text-align:center;
	}

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

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

#Search input#btnSearch:hover {
	background-color: #000;
	}


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


.searchText {
	text-align:left;
	padding-left:5px;
	}

input.searchSubmit{
	color: #000;
	background-color: #fff;
	border: 1px solid #D1D2CD;
	font-weight: bold;
	margin: 0;
	width:130px;
	font-size: 10px !important; font-size: xx-small;
	background: url(http://anadyr.elseware.de:9080/sites/operieren.de/myzms/salzhausen_new/common/css/common/bg_portraitCard.jpg) repeat-x;	
	}

form select.form-element {
	color: #000;
	background-color: #fff;
	border: 1px solid #D1D2CD;
	font-weight: normal;
	margin: 0;
	width:130px;
	font-size: 10px !important; font-size: xx-small;
	background: transparent url(http://anadyr.elseware.de:9080/sites/operieren.de/myzms/salzhausen_new/common/css/common/bg_portraitCard.jpg) repeat-x;	
	}

form select.form-element option{
	background: transparent url(http://anadyr.elseware.de:9080/sites/operieren.de/myzms/salzhausen_new/common/css/common/bg_portraitCard.jpg) repeat-x;	
	}

form input.form-element{
	color: #000;
	background-color: #fff;
	border: 1px solid #D1D2CD;
	font-weight: bold;
	margin: 0;
	width:127px;
	font-size: 10px !important; font-size: xx-small;
		}

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

#Metanavigation {
	margin: 0px;
	padding-right:10px;
	border: 0;
	border:0px solid #abda00;
	float:left;
	 text-align:right; /**/
	font-family:Verdana,Arial;
	font-size:10px;
width:950px;
background-color: #fff;
	}

#Metanavigation a{
	text-decoration: none;
	}

#Functions {
	margin: 0;
	margin-top:12px;
	padding:0;
	border: 0;
	}

#pageelement_Copyright{
	font-size:10px;
	}

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

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

#Headline h1,h1.title {
	margin-top: 0;
color: #295c98;
	}

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

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

h1.title {
	font-size: 140%;
	line-height: 24px;
	margin-top:10px; 
	}

h1,.heading1 {
	font-size: 120%;
	line-height: 20px;
	margin-top:16px;
color: #295c98;
	}

h2,.heading2 {
	font-size: 115%;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 110%;
	line-height: 16px;
	margin-bottom: 0px
	}

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

h5,.heading5 {
	font-size: 100%;
	font-weight: normal;
	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;
	padding:0 0 5px 15px;
	line-height:1.5em;
list-style-image:url(http://www.anstoss.maennerbuero-hannover.de/common/css/common/listicon.gif);
	}

#Index ul li {
	margin:0;
	padding:0 0 5px 15px;
	line-height:1.3em;
list-style-image:url(http://www.anstoss.maennerbuero-hannover.de/common/css/common/listicon_index.gif);
	}


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

p.emphasis {
	background-color:#eeeff1;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	padding:5px
	}

p.description {
	line-height: 17px;
	font-weight:bold;
	color:#eee;
font-size: 80%;
margin:15px;
	}
p.description br {
	line-height: 1px;
	}

p.creator  {
	}

p.small {
	font-size: 80%;
	}

p.smalltext {
	font-size: 80%;
	}

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

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

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

div.ZMSGraphic {
	background-color:transparent; 
	margin: 4px 0px;

	}

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

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

div#teaser
	{
	width:210px;
	margin:0;
	padding:0;
	padding-top:9px;
	font-size:100%;
	}


div.ZMSTeaserElement {
	width:210px;
	padding:0;
	margin:0;
	margin-top:20px;
border-top:1px solid #90908e;
border-bottom:1px solid #90908e;

	}

div.ZMSTeaserElement div.img {
	padding:0;
	margin:0;
	text-align:center;
	}

div.ZMSTeaserElement div.title {
	background-color: transparent;
	margin:0;
	border:0;
	padding: 2px 5px;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited  {
	color:#666;
	font-size: 14px !important; font-size: 14px;
	text-decoration:none;
	font-weight:normal;
	}

div.ZMSTeaserElement div.text
	{
	padding: 3px 6px 6px 6px;
	line-height:1.3em;
	font-size: 11px !important; font-size: 11px;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited {
    color: #90908e;
    text-decoration: none;
	}

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

div#pageelement_Links 
	{
	width:146px;
	margin:0px 1px;
	}

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

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


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

li.LinkElementInternal, 
li.LinkElementInternalPortal {
	width:100%;
	list-style-type:none;
	}

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

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

div.ZMSLinkElement div.text ul {
	width:300px;
	border:1px solid silver;
	}

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



/**************************************/
/* 11. 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 , body.zmi p.description  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	} 






div.mitarbeiter-portrait {
	width:475px !important;
	width:475px;
	border-bottom: 1px solid #666;
	margin-top:20px;
	} 

/* IE 7.0 only */
*:first-child+html div.mitarbeiter-portrait {
	width:475px !important;
	}

table.mitarbeiter {
	width:475px !important;
	width:475px;
	padding:0px;
	margin-top:20px;
	} 

/* IE 7.0 only */
*:first-child+html table.mitarbeiter {
	width:475px !important;
	}

table.mitarbeiter th {
	border-top: 1px solid #666;
	background: #C1C0C0;
	text-align:left;
	vertical-align:top;
	padding:3px;
	margin:0px;
	width:160px;
color:#295c98
	}  

table.mitarbeiter td {
	border-top: 1px solid #666;
	background: #eeeff1;
	text-align:left;
	vertical-align:top;
	padding:3px;
	margin:0px;
	}  

table.mitarbeiter td p, table.mitarbeiter td ul, table.mitarbeiter td ul li {
	margin:0px;
	padding-bottom:5px;
	} 

table.content {
	width:600px;
	}
  
table.content td {
	border-top: 1px solid #666;
	background: #eeeff1;
	text-align:left;
	vertical-align:top;
	padding:3px;
	margin:0px;
font-size:12px;
	}  

div.ZMSGraphic.floatleft
	{
border: 0px solid #abda00;
margin-right:8px;
	float:left;
	text-align:right;
	}
	

div.ZMSGraphic div.text p
	{
margin:0px;

	}

.ZMSTable2 {
margin-top:20px;
width:450px;
}

.ZMSTable2 th {
padding:5px;
color:#fff;
background-color:#666;
width:33%;
font-size:100%;
}

.ZMSTable2 td {
background-color:#eee;
border-bottom:1pt solid #AABAC7;
padding:2px;
text-align:left;
vertical-align:top;
font-size:100%;
}
.ZMSTable2 ul{
margin:5px 5px 5px 15px;
padding:2px;
}

.ZMSTable2 td.empty {
background-color:#fff;
border:0;
}


div.zmiRenderShort p.description{
color:#333
}





