

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

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(https://neu.friends-forever.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #ffffff;}
.primColorMedium {background-color: #fcb901;}
.primColorLight {background-color: #DCE0EA;}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  blueprint customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

body#web {
 background-color:#D6DCE1;
 margin:0px auto;
 font-family:Tahoma, Verdana;
 font-size:75%;
 color: #5f5f5f;
 line-height: 1.5em;
}
div#topLine {
 background:url(common/hintergr.gif) #719759;
 height: 120px;
 width: 100%;
 margin:0px;
}

div#page {
 background:url(common/center.gif) #fcfbfa;
 width:904px;
 margin:0 auto;
 margin-top: -120px;
 background-color: #ffffff;
}
#Header {
 background:url(common/logoFriends_4.jpg) no-repeat #719759;
 height:81px;
 text-align:right;
 font-size:9px;
}
#Header a {
 color:#fff !important;
 text-decoration:none;
 font-weight:normal;
}

#Search {
 background:url(common/darkblueBG.gif) #036;
 text-align:right;
 margin:0px;
 padding:7px;
 vertical-align:middle;
}
#Search input#raw {
 background:#003366 none repeat scroll 0%;
 border:1px solid #fff;
 color:#fff;
 height:14px;
 margin:0px 10px;
 padding:0px;
 width:145px;
}
#Search input#btnSearch {
 margin:0px;
 margin-bottom:0px!important;
 margin-bottom:-3px;
 padding:0px;
 height:14px;
}
div.colborder {border-right:1px solid #ddd;}

#Logo {
 width:294px;
 height:56px;
 padding:8px;
 background:#fff;
 text-align:left;
 float:left;
}
#Logo a {
 text-decoration:none;
}
#Banner {
 text-align:right;
 float:left;
}

#Micronavigation {
 margin-left:0px;
 font-size:80%;
}

div#contentWrapper2 {
 width:460px!important;
 width:450px; /* IE6 */
}

body#web div#contentWrapper2 div#content {
 margin:0px;
 padding:0px 0px 0px 10px;
 width:450px; /* IE6 */
}

html>/**/body#web div#contentWrapper2 div#content {
 padding:0px 0px 0px 20px; /* only FF */ 
 width:430px!important;
 }


#pageregionLeft {
 width:180px;
 float:left;
}

#pageregionCenter {
 width:532px;
 padding:8px;
 float: left;
 color: #5f5f5f;
}

#pageregionRight {
 width:192px;
 padding:4px;
 float:left;
}

#pageregionBottom {
 background:url(common/bottom.gif) #fcfbfa;
 height: 160px;
 text-align:right;
 margin:0px;
 padding:0px;
 text-align:center;
 vertical-align:middle;
 horizontal-align: bottom;
 color:#2a578f ;
 clear:both;
}
#pageregionBottom a {
 color:#D6DCE1;
 font-weight:bold;
}
#pageregionBottom a:hover {
 color:#D6DCE1;
 font-weight:bold;
}

h1 {
 color:#2a578f !important; 
 font-size:130%;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
}
h2 {
 color:#2a578f !important; 
 font-size:110%;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
 border-bottom: 1px dashed #fcb901;
 width: 100%;
}
h3 {
 color:#2a578f !important; 
 font-size:100%;
 font-weight:bold;
 font-style:italic;
 margin-top:2em;
 line-height:1.3em;
}

p.emphasis {
 background-color:#eee;
 padding:4px 6px;
 font-size: 10px;
 border: 1px solid #eee;
}

p.description {
 line-height: 16px;
 font-weight:bold;
 color:#5f5f5f;
 margin-top:0.5em;
}

p.creator {
	font-size:9px;
	margin:5px 0px;
	font-style: italic;
}


a:link, a:visited
{
font-weight: bold;
color:#E7B664;
text-decoration:none;
}
a:hover
{
font-weight: bold;
color:#E7B664;
text-decoration:none;
}

ul 
{
line-height: 15px;
list-style-image:  url(common/bullet.gif);
text-align:left;
margin-bottom: 10px;
}
/*End AH*/

abbr {border-bottom:0px !important;}

/*-----------------*/
/*--  ZMSTeaser  --*/
/*-----------------*/

div#teaser {
 padding:0px !important;
 margin-top:130px;
 width:100%;
 color: #ffffff;
/* width:auto!important;
 width:190px;
 overflow:visible!important;
 overflow:hidden;
*/
}
div.ZMSTeaserContainer {
 margin:0px;
 margin-bottom:2em;

}
div.ZMSTeaserElement {
 padding-bottom:1px;
}
div.ZMSTeaserElement div.title { 
 font-weight:bold; 
}
div.ZMSTeaserElement div.title, 
div.ZMSTeaserElement div.text {
 font-size:11px;
 padding: 0.2em 0.5em !important;
}

/*----------------*/
/*--  ZMSTable  --*/
/*----------------*/
table th, table.ZMSTable th {
background-color:#d1e5f8; 
}

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

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

div#Menu {
	float: left;
	clear: both;
        width: 100%;
        height:38px;
	margin:0px;
	padding:0px;
	background-color: #4e87bf;
	white-space:nowrap;
        border-bottom: 1px solid #2A578F;
 }
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	white-space: nowrap;
}
div#Menu ul li {
	display: inline;
	padding:0px;
	margin:0px;
}
div#Menu ul li a {
	float: left;
	font-family: verdana,tahoma, arial,helvetica,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color: #D6DCE1;
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
        border-left: 1px solid #2A578F;
        height:18px;
}
div#Menu ul li a:hover,
div#Menu ul li a.current,
div#Menu ul li a.active {
	background-color:#98bde3;
        height:18px;
}


/*--  Macronavigation ----------------*/

#Macronavigation {
 width: 100%;
 padding:0px;
 margin-top:60px;
 background-image: url(common/mb-top.gif);
}
#Macronavigation ul { 
 width: 180px;
 margin:0px; 
 padding:0px;
 list-style-type: none; 
 overflow: hidden;
 font-weight: bold;
 background-image: url(common/mb-top.gif);
}
#Macronavigation li { 
 list-style-type: none; 
 float:left; 
 width: 100%; 
 margin:0; 
 padding: 0;
 line-height:2em; 
 background-image: url(common/mb-middle.gif);
}

#Macronavigation li.restricted a span { 
background:url(common/restricted.gif) no-repeat right 10px
}


#Macronavigation a,
#Macronavigation strong {
 display:block;
 width: 95%;
 /*padding: 3px 0px 3px 5%;*/
 text-decoration: none;
}

/* Menu Title */
#Macronavigation li#title {
 width: 95%;
 padding: 3px 0px 3px 5%;
}

#Macronavigation li span {
 display:block;
 width: 95%;
 height: 35px;
 text-align: center;
 padding: 0px 0px 0px 0px; 
 cursor:pointer;
}

/* Level 1 */
#Macronavigation li a { 
 width: 100%; 
 padding-left: 0%;
 color: #4a0a05;
}

#Macronavigation li.current {
 /*background-image:url(common/menuBGActive.gif);*/
}
#Macronavigation li a.active,
#Macronavigation li a.current {
 color: #f58b01; 
 text-decoration:none;
}

#Macronavigation li a:hover,
#Macronavigation li a:active { 
 color: #f58b01; 
 /*background-image:url(common/menuBGActive.gif);*/
}

/* Level 2 */
#Macronavigation li ul li a,
#Macronavigation li ul li#active,
#Macronavigation li ul li strong,
#Macronavigation li ul li span { 
 /* width: 87%;*/ 
 height: 35px;
 padding: 0px 0px 0px 5%; 
 border:0; 
 font-weight:bold;
}
#Macronavigation li ul li a { }
#Macronavigation li ul li a:focus,
#Macronavigation li ul li a:hover,
#Macronavigation li ul li a:active { }

/* Level 3 */
#Macronavigation li ul li ul li a,
#Macronavigation li ul li ul li#active,
#Macronavigation li ul li ul li strong,
#Macronavigation li ul li ul li span { 
 /* width: 87%;*/ 
 padding: 1px 0em 1px 13%; 
 font-weight:normal;
}

#Macronavigation li ul li ul li a { 
 line-height:1.6em; 

}
#Macronavigation li ul li ul li a:focus,
#Macronavigation li ul li ul li a:hover,
#Macronavigation li ul li ul li a:active { }

/* Level 4 */
#Macronavigation li ul li ul li ul li a,
#Macronavigation li ul li ul li ul li#active,
#Macronavigation menu li ul li ul li ul li strong,
#Macronavigation li ul li ul li ul li span { 
 /* width: 82%;*/ 
 padding: 1px 0em 1px 18%; 
 font-weight:normal;
}

#Macronavigation li ul li ul li ul li a { 
 line-height:1.6em; 
}
#Macronavigation li ul li ul li ul li a:focus,
#Macronavigation li ul li ul li ul li a:hover,
#Macronavigation li ul li ul li ul li a:active { }  


/* ---- INDEX ----- */

#Standardindex ul li  {
margin-bottom:0.75em;
}


/* ---- BROAD PAGE ----- */
div#bodyWrapper.broad {
 background:url(common/BGbroad.gif) #fff;
}
#pageregionRight.broad {
display:none;
}
div#contentWrapper2.broad {
 width:660px!important;
 width:650px; /* IE6 */
}
body#web div#contentWrapper2 div#content.broad {
 margin:0px;
 padding:0px 0px 0px 10px;
 width:650px !important;
}

/*---- BO UCT calendar css -----*/
table#calTabs,
table#calContentTabs,
table#calContent {
margin:0em;
width:620px !important;
}

form#calTabSearch {
width:620px;
}

html>/**/body#web form#calTabSearch {
width:610px;
}


table#calContentTabs table#calContentBatch span.date {
width:370px
}

table#calTabs {
margin-top:1.5em;
}
table#calContent td#calContentNext {
	background-color:#dee;
}
table#calGrid {
	margin:0em 0em 1em 0em;
}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  print customization layer
 * +-  more: print.css
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

body.print { 
	background-color:#fff; 
	text-align:left;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  sitemap customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#div_content {
padding-bottom:3em;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  Keyword Block
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.keyword-block {
  border-top: 1px dotted #f58b01;
  border-bottom: 1px dotted #f58b01;
}
.kb0 {font-size: 10px;}
.kb1 {font-size: 11px;}
.kb2 {font-size: 12px;}
.kb3 {font-size: 13px;}
.kb4 {font-size: 14px;}
.kb5 {font-size: 15px;}
.kb6 {font-size: 16px;}
.kb7 {font-size: 17px;}
.kb8 {font-size: 18px;}
.kb9 {font-size: 19px;}


#anmeldetip { 
    display:none; 
    background:transparent url(common/yellow_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#000;     
}

.buttonY a {
 background:url(common/button_yellow.gif) no-repeat scroll 0 0 transparent;
 color:#FFFFFF;
 display:block;
 font-size:20px;
 height:39px;
 padding-top:17px;
 text-align:center;
 text-decoration:none;
 text-shadow:2px 2px 0 #B47E3A;
 text-transform:uppercase;
 width:212px;
}

.buttonB a {
 background:url(common/button_blue.gif) no-repeat scroll 0 0 transparent;
 color:#FFFFFF;
 display:block;
 font-size:20px;
 height:46px;
 padding-top:10px;
 text-align:center;
 text-decoration:none;
 text-shadow:2px 2px 0 #2a578f;
 text-transform:uppercase;
 width:212px;
}


