/**************************************/
/* Colors and Management Interface    */
/**************************************/
.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: #9F0013;}
.teaserColor {background-color: #597086;}

.secondColorStrong {background-color: #660BAB;}
.secondColorMedium {background-color: #9440D5;}
.secondColorLight {background-color: #A668D5;}

.primColorStrong {background-color: #0086AD;}
.primColorMedium {background-color: #1390B4;}
.primColorLight {background-color: #4AB7F3;}

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- YAML - HEADER, LOGO
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/* (en) Absolute positioning only within #header */
/* (de) Absolute Positionierung erfolgt nur innerhalb von #header */
#header #logo {
	position:absolute;
	top:0px;
	left:0px; /* LTR */
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- FOOTER COPYRIGHT
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#footer{
	color:#fff;
	font-size:95%;
	padding-top:5px;
	border-top:solid 0px #52AD00; 
	}

#footer a:link, #footer a:visited {
	color:#6A6A6A;
	}

#footer a:hover, #footer a:active {
	color:#DF64BD;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- pagelement_socialBookmarks
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.bmarksWrapper {
	margin:15px 0px 0px 6px;
	padding:0px 2px 2px 13px;
	border:solid 1px #a1a1a1;
	}

.bmarksHint {
	text-align:left;
	margin:6px 0px 5px 0px;
	padding:0;
	font-size:90%;
	}

.bmarksHint a:link, .bmarksHint a:visited{
	font-weight:normal;
	color:#a1a1a1;
	text-decoration:none;
	}

.bmarksHint a:hover, .bmarksHint a:active{
	font-weight:normal;
	color:#fff;
	}

.bmarks {
	color:#c1c1c1;
	margin:0px;
	text-align:left;
	}

.bmarks * {
	margin:0;
	padding:0;
	}

.bmarks .inner {
	padding:0px 6px;
	text-align:left;
	}

.bmarks h3 {
	color:#c1c1c1;
	}

.bmarks p {
	margin:5px 0;
	}

.bmarks p.tip {
	margin:0;
	padding:0px;
	font-size:90%;
	color:#c1c1c1;
	}

.bmarks a {
	padding:5px;
	}

/**************************************/
/* Layout                             */
/**************************************/

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- TOC
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/* -- TOC MYFAVORITES  ----------------- */
div#favIndex {
	margin:0px;
	margin-left:6px;
	padding:2px 2px 2px 13px;
	border:solid 1px #a1a1a1;
	}

span.favHint,span#newFav {font-size:90%; color:#a1a1a1;}

span#newFav:hover {color:#fff; cursor:pointer;}

ol.myFavList {
	margin:0px 0px 0px 7px;
	font-size:90%;
	}

ol.myFavList li {
	color:#c1c1c1;
	}

ol.myFavList li a:link, ol.myFavList li a:visited {
	font-weight:normal;
	color:#a1a1a1;
	text-decoration:none;
	}

ol.myFavList li a:hover, ol.myFavList li a:active{
	font-weight:normal;
	color:#fff;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Forms
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.form-submit { font-size:12px; }


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj Infobox
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.infobox  {
	border-top:5px solid #ddd;
	}

/**************************************/
/* TEXT                               */
/**************************************/

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Helvetica,"Trebuchet MS", Arial, Sans-serif; 
	color : #444;
	font-size: 100%;
font-weight:normal;
	}

p {
	font-size:100%;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Helvetica,"Trebuchet MS", Arial, Sans-serif; 
	color:#444;
	margin-bottom:10px;
	font-weight:normal;
	}

h1{
	font-size:130%;
	margin-bottom:5px;
	}

h2{
	font-size:200%;
	margin-bottom:2px;
	}

h3{
	font-size:105%;
	margin-bottom:2px;
	}

h4{
	font-size:105%;
	margin-bottom:2px;
	font-weight:bold;
	}

h5{
	font-size:100%;
	margin-bottom:2px;
	font-style:italic;
	}

p.description {
	line-height: 140%;
	font-weight:bold;
font-size:110%;
margin-bottom:25px;	
}

/*--- Links --- */

a:link, a:visited { color:#a1a1a1; background:transparent; text-decoration:none; font-weight:bold; }
a:visited  { text-decoration:none;}

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

/* get rid of those system borders being generated for a tags */
a:active, a:hover {
	outline:none;
	}

span.mono {font-family:"Courier New", Courier, monospace;font-style:normal;color:#56636f;background:#f4f5f6;border:1px #aab2ba dotted;padding:0 .3em}

/*-- Hilite Searchresult Term --*/
span.highlight {
	padding:2px 5px 2px 5px;
	color:#000;
	background:#fff;
	font-weight:normal;
	}

/**************************************/
/* ZMS-Graphic                        */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	margin-bottom:1.5em !important;
	}

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:8px;
	margin-top:0px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	padding:0px;
	margin-left:8px;
	margin-top:10px;
	}

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

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

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#teaser
	{
	width:180px;
	font-size:x-small;
	}

div#teaserLeft {
	width:211px;
	}

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

div.ZMSTeaserElement
	{width:178px;
	}


div#teaserLeft div.ZMSTeaserElement
	{width:209px;
	}

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;
	padding: 2px;
	display: block;
	font-size:100%;
	color:#fff;
	font-family: 'Verdana';
	}


div.ZMSTeaserElement div.title a:hover,
div.ZMSTeaserElement div.title a:active
	{
	color:#ed6d10; 
	text-decoration:none;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{padding:5px;
	color:#a1a1a1;
	font-size:90%;
	}

div.ZMSTeaserElement div.text a:hover,
div.ZMSTeaserElement div.text a:active
	{color:#ed6d10;
	}

div.ZMSTeaserElement div.text
	{color:#666;
	}


div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
	}

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

table.ZMSTable {
	width:90%;
	border:0;
	font-size:100;
	}

table.ZMSTable th {
vertical-align:top;
text-align:left;
background-color:#ced2d6; 
border:0
	}

table.ZMSTable td {
background-color:#eff1f3;
border:0;
vertical-align:bottom;
line-height:5px;
	}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:#eff1f3;  
	}

.ZMSTable caption  {
text-align:left;
background-color:#597086; 
border:0;
font-weight:bold;
padding:5px;
font-size:130%;
font-variant:normal;
color:#fff;
	}

.ZMSTable p  {
padding:0;
margin:0
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Sitemap - http://interaktionsdesigner.de/stuff/sitemap.php
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.csc-sitemap ul {
	padding:0 0 0 15px;
	font-size:105%;
	}

.csc-sitemap ul li {
	background:none;
	margin:4px 0;
	list-style-type:none;
	}

.csc-sitemap a {
	outline:none;
	}

/* Toggle All Button oben */
#sitemap-toggleAll {
	display:block;
	margin:10px 0 10px 10px;
	padding: 0 0 1px 25px;
	background:url('common/sitemap-sprite.png') no-repeat left transparent;
	outline:none;
	}

#sitemap-toggleAll.open {
	background-position:0 -16px;
	}

#sitemap-toggleAll.close {
	background-position:0 1px;
	}

/* ZMSDocument and ZMSFolder */
.csc-sitemap a.smFolder, .csc-sitemap a.smPage {
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url('common/sitemap-sprite.png') no-repeat left center transparent;
	margin-right:3px;
	}

/* ZMSFolder */
.csc-sitemap a.smFolder.closed {
	background-position:0 -48px;
	}

.csc-sitemap a.smFolder.opend {
	background-position:0 -32px;
	}

/* smPage */
.csc-sitemap a.smPage {
	background-position:0 -64px;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObjs
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Form - Contact 
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- ZMI
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

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 h1, body.zmi h2, body.zmi h3, body.zmi h4, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	color:#444;
	}


body.print {
background:none;
background-color:#fff;
	top:0px;
	left:5px; /* LTR */ 
	}



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


#Macronavigation {
padding: 5px 0px;
width: 170px;
font-size: 12px;
border:solid 1px green;
overflow:visible;
clear:both;
height:400px;
}


#Search {
position:absolute;
top:285px;
right:20px;
z-index:10; 
border:0px solid red;
width:140px;
}
#Print {
position:absolute;
top:292px;
right:165px;
z-index:10;
}

#Search input#raw{
border:1px solid #666;
position:absolute;
top:0px;
right:0px;
width:100px;
font-family: Courier, Helvetica
}


