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

/* --- Flip Book Defaults --- */
.fBook {
  float:left;
  width:540px;
  margin:0 0 15px 0;
  border-bottom:1px solid #CCCCCC;
  padding:0 10px 15px 10px;
}
.fBook div {
  float:left;
  width:410px;
  padding:0 0 0 15px;
}
.fBook img.cover {
  float:left;
}

.galleryNav {
  margin:0;
  padding:10px 0;
}
ul.galleryNav {
  margin:10px 0;
  padding:0;
  list-style:none;
  width:auto;
  height:20px;
  border:1px solid #D4D4D4;
}
.galleryNav li {
  display:inline;
  float:left;
  width:auto;
  height:auto;
  margin:0;
  border-right:1px solid #D4D4D4;
}
.galleryNav li.active {
  display:inline;
  background:#EAEAEA;
}
.galleryNav a:link, .galleryNav a:visited {
  display:block;
  margin:auto;
  padding:0;
  text-decoration:none;
  vertical-align:middle;
}
.galleryNav a:hover {
  background:#EAEAEA;
}
.galleryNav img {
  margin:0;
  padding:0;
  vertical-align:middle;
}
.galleryNav span, .galleryNav span.active {
  display:block;
  margin:0;
  padding:1px 7px 4px 7px;
  vertical-align:middle;
}


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

/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #FFD100;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #4C68AD;}
.primColorMedium {background-color: #6786CF;}
.primColorLight {background-color: #DCE0EA;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url(http://www.unitas-ruperto-carola.de/common/gradient_neutral.jpg) bottom left fixed repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important; font-size: 0.8em;
	position:relative;
	text-align:center;
}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	margin-top: 10px;
	padding: 0;
	border: 0;
	width:900px;
	text-align:left;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background:url(http://www.unitas-ruperto-carola.de/common/pageregionLeftBG1.gif) repeat-y left;
	background-color:#fff;
	border-bottom:1px solid #999;
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	background:transparent url(http://www.unitas-ruperto-carola.de/common/pageregionRightBG1.gif) repeat-y right;
}
/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -200px;
	background:transparent url(http://www.unitas-ruperto-carola.de/common/pageregionRightBG1.gif) repeat-y right;
}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent url(http://www.unitas-ruperto-carola.de/common/pageregionLeftBG1.gif) repeat-y left;
	margin-right:200px;

}
#Content {
	margin-left:180px;
	padding:20px;
	border:0;
	overflow:visible;
}

#Sitemap {
	margin-top:60px;
	margin-bottom:50px;
	margin-left:180px;
	padding:20px;
	border:0;
}

#pageregionTop {
	margin:0;
	padding:0;
}
#pageregionLeft {
	float:left;
	width:180px;
	margin:0;
	padding:0;
}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float:right;
	margin:20px 0 50px 0;
	padding-right:10px;
	background-color: #e8e8e8; 
}
#Logo {
	border:0;
	margin:0;
	padding:0;
	background-color:#6786cf;
	width:100%;
}
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.clear{
	clear:both;
}
img.imgNoborder {
	border:0px;
}

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


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

div#Menu {
	float: left;
	width: 100%;
	margin:0px;
	padding:0px;
	border-bottom:5px solid #ffd100;
	background:#4c68ad;
	white-space:nowrap;
	}
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	}
/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size : x-small;
}
html>head:first-child+body #Menu ul {
font-size : small;
}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	display: inline;
	padding:0px;
	margin:0px;
	}
div#Menu ul li a {
	float: left;
	background: #4c68ad;
	color: #fff;
	text-decoration: none;
	border-right: 0.1em solid #EFF2FF;
	padding: 0.40em 1em;
	}
div#Menu ul li a.current {
	color:#fff;
	background:#6786cf;
	}
div#Menu ul li a.home {
	background:#4c68ad;
	}
div#Menu ul li a:hover {
	background:#6786cf;
	color: #fff;
	}

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

.child, .subchild { 
	position: absolute;
	visibility: hidden;
	border-top:5px solid #DFB700;
/*-------box model hack-------*/
	margin-left: -1.2em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.6em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.65em;
}
.menuDropdown {
	border-left: 1px solid #50638F;
	border-right: 1px solid #50638F;
	background:#dce0ea;
}
.navDropdown {
	display: block;
	border-bottom: 1px solid #50638F;
	text-align: left;
	white-space:nowrap;
}
.navDropdown a:link, .navDropdown a:visited {
	display: block;
	padding: 0.50em 1.0em;
        width:150px;
	background:#C3CBDF;
	color: #50638F;
	text-decoration: none;
}
.navDropdown a:hover {
	background:#dce0ea;
	color: #50638F;
}

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

#Micronavigation {
	padding:15px 0px 20px 0px;
	font-size: 11px;
	color: #ffd100;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000;
	text-decoration:none;

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

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

#macronav {
   margin:0 0 0 1px;
   padding:65px 0 100px 0;
   width:180px;
   white-space:nowrap;
}
#macronav a:link, #macronav a:visited {
   display:block;
   margin:0;
   padding:6px 0 6px 15px;
   width:165px;
   border-top: 1px solid #fff;
   color: #333;
   background:transparent url(/misc_/zms/spacer.gif);
   text-decoration:none;
}
#macronav ul {
   margin:0;
   padding:0;
   border-bottom:1px solid #aaa;
   list-style:none;
}
#macronav li {
   margin:0;
   padding:0;
   border-top: 1px solid #aaa;
   background:#ccc url(http://www.unitas-ruperto-carola.de/common/icon_ia.gif) 17px 12px no-repeat;
   white-space:nowrap;
}
#macronav li.current {
   background:#ccc url(http://www.unitas-ruperto-carola.de/common/icon_ao.gif) 15px 10px no-repeat;
}
#macronav li a:hover {
   color:#4c68ad;
   background:#BBB url(http://www.unitas-ruperto-carola.de/common/icon_ao.gif) 15px 9px no-repeat;
   text-decoration:none;
}
#macronav ul ul {
   border:0;
}
#macronav li li {
   margin:0;
   padding:0;
   background:#e8e8e8 url(http://www.unitas-ruperto-carola.de/common/icon_ia.gif) 17px 12px no-repeat;
}
#macronav li li.current {
   background:#e8e8e8 url(http://www.unitas-ruperto-carola.de/common/icon_ao.gif) 15px 10px no-repeat;
}
#macronav li li a:hover {
   color:#4c68ad;
   background:#E0E0E0 url(http://www.unitas-ruperto-carola.de/common/icon_ao.gif) 15px 9px no-repeat;
   text-decoration:none;
}

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

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

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

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

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


/* -- 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 {
	margin: 0px;
	text-align:center;
	margin:10px 0px;
}

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


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

#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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#4c68ad;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333;
	font-size: 11px;
	}
h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square }

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

p.description {
	line-height: 16px;
	font-weight:bold;
	color:#999;
	}
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: #4c68ad;
}

code {
}

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

table.ZMSTable {
}
table.ZMSTable p {
   padding:0;
   margin:0;
}
table.ZMSTable tr th {
   padding:5px;
   border-top:10px solid white;
   background: #dce0ea;
}
table.ZMSTable tr.even td {
   padding:5px;
   background: #eee;
   vertical-align:top;
}
table.ZMSTable tr.odd td {
   padding:5px;
   background: #eee;
   vertical-align:top;
}

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


div.ZMSGraphic {
	background-color:transparent; 
}

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

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

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

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

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

/* Photoalbum */

.photoNav {
  margin:0;
  padding:10px 0;
}
ul.photoNav {
  
  margin:10px 0;
  padding:0;
  list-style:none;
  width:auto;
  height:20px;
  border:1px solid #D4D4D4;
}
.photoNav li {
  display:inline;
  float:left;
  width:auto;
  height:auto;
  margin:0;
  border-right:1px solid #D4D4D4;
}
.photoNav li.active {
  display:inline;
  background:#EAEAEA;
}
.photoNav a:link, .photoNav a:visited {
  display:block;
  margin:auto;
  padding:0;
  text-decoration:none;
  vertical-align:middle;
}
.photoNav a:hover {
  background:#EAEAEA;
}
.photoNav img {
  margin:0;
  padding:0;
  vertical-align:middle;
}
.photoNav span, .photoNav span.active {
  display:block;
  margin:0;
  padding:1px 7px 4px 7px;
  vertical-align:middle;
}


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

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

/* -- TOOLS.CSS -- */
/* container for slides */
.images {
	background:#fffff3;
	position:relative;	
	height:358px;
	width:683px;
	float:top;	
	margin:0px;
	cursor:pointer;
        top: 0px
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0 0 0 0;
	height:358px;
        width: 683px;
	font-size:12px;
        border: 0px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}


/* tabs (those little circles below slides) */
.tabs {
        position:absolute;
	clear:both;
	margin-left:330px;
        font-size: 1px;
}

/* single tab */
.tabs a {
	width:8px;
	height:0px;
	float:left;
	margin:0px;
	display:block;
	font-size:1px;		
        border: 0px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
        position:relativ;
	background:#fff url(common/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}





/* -------------------------------------------------------------------------- */
/* Angebot-Galerie auf Startseite */
/* -------------------------------------------------------------------------- */
/* panes */
#flowpanes {
  position:relative;
  float:left;
  width:918px;
  height:295px;	
  margin:0 6px;
  overflow:hidden;
  z-index:500;
}

/* single pane */
#flowpanes div {
  float:left;
  display:block;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#ang_nav {
  display:block;
  width:958px;
  padding:20px 0 0 0;
  text-align:center;
}
button.prev {
  position:relative;
  float:left;
  width:27px;
  height:92px;
  margin:103px 0 0 0;
  border:0 none;
  padding:0;
  background:transparent url(common/pfeil_prev.gif) top left no-repeat;
  cursor:pointer;
  z-index:1000;
  outline: none;
}

button.next {
  float:left;
  width:27px;
  height:92px;
  margin:113px 0 0 0;
  border:0 none;
  padding:0;
  background:transparent url(common/pfeil_next.gif) top left no-repeat;
  cursor:pointer;
  z-index:1000;
  outline: none;
}
/* -- OVERLAY -- */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFFFF3;
	
	width:675px;	
	min-height:200px;
	border:5px solid #F0E7D5;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #523700;
	-webkit-box-shadow: 0 0 90px #523700;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(common/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
* html .simple_overlay .close {
	background-image:url(common/close_ie.gif);

}
/* -- GALLERY -- */


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}

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

