

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

/*-- InfoBox --*/


div.boxContainer  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
div.boxTitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.boxContentEven,
div.boxContentOdd {
	padding:5px 0px 5px 10px;
}
div.boxContentEven p,
div.boxContentOdd p  {
	margin: 3px;
}
div.boxContainer div.boxContentOdd  {
	background-color:#eaeaea;
}
div.boxContainer  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.boxContainer  div.ZMSFile div.title,
div.boxContainer  div.ZMSFile div.text,
div.boxContainer  div.ZMSFile div.title a {
	font-size:11px;
}
div.boxContainer div.ZMSFile div.title a:link, 
div.boxContainer div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.boxContainer div.ZMSFile div.title a img {
	margin-right:3px;
}
div.boxContainer div.ZMSFile div.text {
	margin-left:22px;
}
div.boxContainer ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.boxContainer ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(http://services.hausrissen.org/common/css/common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(http://services.hausrissen.org/common/css/common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(http://services.hausrissen.org/common/css/common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(http://services.hausrissen.org/common/css/common/mail_link.gif);
	list-style-position:inside;
}

/** -- PASCOE Custom --
/* div.boxContainer  {
 * background-color:#EAF6FD !important;
 * border:1px solid #0099CC !important;
 * }
 * div.boxTitle  {
 * background-color:#0099CC !important;
 * color:white !important;
 * }
*//* BO f_css_defaults */

/* EO f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: red;
  font-weight: bold;
  border: 1px dashed blue; 
}


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #d4d5e7} /* um 200 aufgehellt nCs */
.neutralColorMedium {background-color: #888cbc} /* um 100 aufgehellt */
.neutralColorStrong {background-color: #8f857b} /* 993333 */
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #008888;}
.secondColorStrong {background-color: #383d42;}
.secondColorMedium {background-color: #86898c;} /* um 100 aufgehellt sCs */
.secondColorLight {background-color: #d4d6d4;} /* um 200 aufgehellt sCs */
.primColorStrong {background-color: #f4f4f7;} /*helles blau, vorher 336699*/
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}




/* -- 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:100% !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:100% !important;font-size:small;
}


/* -- 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:100%;
	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 {
	margin: 0px;
        font-size: 14px; /*abstände zw. flaggen gleich groß bleiben*/
	text-align:center;
	margin:10px 0px;
}

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


#Copyright p {
	margin-top:30px;
	color:#666;
} 
#Copyright p a {
	text-decoration:none;
	color:#666;
} 




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

#Content h1.title {
	margin-top: 0; padding-right:100px;
}

#Content p.description {
	padding-right:100px;
}

#TitleImage {
	align:right;
}

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

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 100%; /* 12px */
	}
h1.title {
	font-size: 150%; /* 18px */
	line-height: 220%; /* 24px */
	margin-top:10px; 
	}
h1,.heading1 {
	font-size: 150%; /* 18px */
	line-height: 200%; /* 20px */
	margin-top:16px; 
	}
h2,.heading2 {
	font-size: 120%; /* 15px */
	line-height: 150%; /* 18px */
	}

h3,.heading3 {
	font-size: 114%;
	line-height: 125%;
	margin-bottom: 0px;
	}
h4,.heading4 {
	font-size: 100%;
	line-height: 114%;
	margin: 2px;
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 100%;
	line-height: 114%;
	}
p {
	line-height: 120%;
	}
ol {
	line-height: 120%;
	}
ul {
	line-height: 120%;
	list-style-type: square; }

p.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
p.emphasis {
	background-color:#b0c3de;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 125%;
	}

p.description {
	line-height: 125%;
	font-weight:bold;
	color:#8f857b;
	}
p.creator  {
}

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

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

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

code {
}

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

.ZMSTable {
	border: 1px dotted #d4d5e7;
        width: 99%;
        padding: 0;
        margin: 2px; 0;
	}
.ZMSTable tr th {
	background-color: #d4d5e7;
        padding:1px;
	}
.ZMSTable tr.even td {
	background-color: #dce0ea
	}
.ZMSTable tr.odd td {
	background-color: #d4d6d4
	}

table tr td  {
        padding:1px;
	}

table tr td  {
	font-size: 90%;   /* !important; font-size: xx-small */
	}


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

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

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

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


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


div#teaser
	{
	width:180px;
	font-size: 12px !important; 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
        margin: 0;
	}

div.ZMSTeaserElement div.text a
	{
 	font-size: 90%;
	}

/*--------- ZMS mehr unten --------------*/

div#pageelement_Links 
	{
	/* width:180px; */
        margin-top:0;
	padding-top:0;
	}

.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 95%;
}
	
.form-label {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form-button-calendar {
	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;*/
}

.form-small-calendar {
	color: #000;
	width: 100%;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	}


.navMicro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

a.navMicro {
	text-decoration: none;
	}

table table table td
{
font-size: 12px;
}


table td.primColorLight0 a.navMicro  {
	font-family: Arial, Helvetica, sans-serif;
       color:red;
font-size: 18px;
       }


th.form-small-calendar 
{
font-size: 13px;
}

 td.form-small-calendar 
{
font-size: 13px;
}





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

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

#pageregionLeft #Newsindex ol li,
#pageregionLeft #Newsindex ul li {
    padding-left: 3px;
    padding-bottom: 5px;
    margin: 0;
}
#pageregionLeft #Newsindex ol,
#pageregionLeft #Newsindex ul {
    padding: 5px 2px 20px 11px;
    margin: 0;
}


/**************************************/
/* 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: #ccccdc; }
.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:100%; }

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



/**************************************/
/* [WAI] ZMSGraphic                   */
/* nach ZMS Upd. - juni2007           */
/**************************************/


/* div.ZMSGraphic { background-color:transparent; margin: 1px; 	} ueberschrieben durch vorhandenes, mehr weiter unten */

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

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.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright
	{
	float:right;
	text-align:right;
	padding-left: 8px;
	}
	


/**************************************/
/* Sonstiges Neu                      */
/**************************************/

.minimini, .mini {
  text-align: right;
  font-size: 80%;
  font-style: normal;
  padding-right:10px;
}

#zeile, .zeile { padding: 5px 0 5px; margin:0; }
* html #zeile, * html .zeile { margin:  5px 0 5px;  }

div.ZMSLinkElement { 
 background-color: #fff;
 border: 1px solid #d4d6d4;
 padding: 4px;
 margin-top: 3px;
 min-height: 50px;
 /* overflow: hidden; */
   }
* html div.ZMSLinkElement { 
 height: 50px;
   }

div.ZMSLinkElement:hover { 
    background-color: #d4d5e7;
   }

.kleinbild { 
   padding: 0 8px 0 0;
   margin:0;
   float:left;
   width: 75px;
   max-height: 50px;
   }
* html .kleinbild {
height: 50px;
}

.kleinbild2 { 
   padding: 0 8px 0 0;
   margin:0;
   float:left;
   max-height: 50px;
   /* background: url(http://services.hausrissen.org/common/css/common/gradient_neutral.jpg) bottom left fixed repeat-x; */
   }
* html .kleinbild2 {
}

div.ZMSLinkElement div.title, .toc_title
	{
	font-weight:bold;
	color:black;
	font-size: 100%;
	margin: 0;
	}

div.ZMSLinkElement div.text
	{
	font-size: 100%;
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: 25px;
	}

img, img.imgNoborder {
	border:0px;
        vertical-align:middle;
}

/* div.ZMSGraphic s.o. */

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

div.ZMSGraphic.p {margin-top:50px;}

.graphic { 
   padding: 8px 8px 10px 0px;
   }
* html .graphic { 
  }

.docinfo {
  font-size: 100%;
  text-align: left;
  margin:0;
  margin-top:10px;
}

div.text ul li,
div.text ol li {
        margin-left: 20px;
}

* html div.text ul li {
        margin-left: 55px;
}

div.text p {
margin-top: 1px;
}


#StyleSwitcher {
    padding-top: 5px;
    font-size: 10px;
}

/* Layout alternativ klappt nicht mit IE, deshalb ausgeschlossen, oben bis IE6, unten neu IE7+? */
* html #StyleSwitcher .zwei{visibility: hidden;}
*:first-child+html #StyleSwitcher .zwei{visibility: hidden;}
