
/*
 *  Master Stylesheet
 *
 * blau: 	#0066b3;
 * rot:		#d01f25;
 */
 

 
/*
 * Global Styles
 */
* {margin:0;padding:0;border:none;}

body {background:url("../img/bg.gif") top left repeat-x #e7f5ff;color:#333;text-align:center;font-size:100%;font-family:Verdana,sans-serif;line-height:1.5;}

a {color:#cc3300;text-decoration:underline;}
a:hover, a:focus {color:#fff;background:#cc3300;text-decoration:none;}

table {font-size:100%;}
td, th {font-size:100%;}
pre {font-size: 90%;}


h1, h2, h3 {color: #d01f25;margin:0 0 10px 0;padding:0;font-style:italic;font-weight:normal;}
h4, h5, h6 {color: #d01f25;margin:0 0 10px 0;padding:0;}
h1 {font-size: 160%;}
h1 a {}
h2 {font-size: 140%;}
h2 a {}
h3 {font-size: 130%;font-weight:normal;}
h3 a {}
h4 {font-size: 120%;}
h4 a {}
h5 {font-size: 110%;}
h5 a {}
h6 {font-size: 100%;}
h6 a {}
p {margin:0 0 10px 0;padding:0;}
hr {color:#ccc; background: #ccc; display:block;width:100%;height:1px;margin-top:20px;margin-bottom:20px;}

abbr, acronym, .help {border-bottom: 1px dotted #333;cursor: help;}

ul {margin-left:0px;margin:0 0 10px 0;list-style:none;}
ul li {background:url("../img/icon_list_item.gif") 0px 4px no-repeat;padding-left:15px;}

ul.no-list-style {list-style:none;}
ul.no-list-style li {background:transparent;margin:0;padding:0;}

ul li.rssfeed {
	background:url("../img/icon-rssfeed-16x16.gif") top left no-repeat;height:18px;padding-left:20px;margin-bottom:2px;
}

.invisible {position:absolute;top:-10000px;left:-10000px;}

.error {font-weight:bold;color:#ff0000;}

.small {font-size:65%;}
.bold-text {font-weight:bold;}
.dpwv-red {color:#D01F25;}

ul.linke-subnavi {list-style:none;margin:0;padding:0;padding-top:1px;background:#fff;border-top:3px solid #d01f25;}
ul.linke-subnavi li {background:transparent;margin:0;padding:0;}
ul.linke-subnavi li a {display:block;padding:2px 10px;margin:0 0 1px 0;background:#eeeeee;color:#0066b3;text-decoration:none;}
ul.linke-subnavi li a:hover, 
ul.linke-subnavi li a:focus {background:#0066b3;color:#fff;border-color:#0066b3;}

input, select, textarea {border:1px solid #ccc;}
.button {background:#0066b3;color:#fff;border:none;padding:0;margin:0;}

.tooltip {background:#d01f25;width:250px;font-size:90%;}
.tooltip-header{font-weight:bold;color:#fff;padding:2px 5px;border:1px solid #d01f25;border-bottom:none;}
.tooltip-body {background:#fff;padding:2px 5px;border:1px solid #d01f25;border-top:none;}


.csc-linkToTop {text-align:right;padding-bottom:10px;}

/* RTE Link Icons */
.internal-link img,
.internal-link-new-window img,
.external-link img,
.external-link-new-window img,
.download img {
/*  padding-right:3px;*/
}


/* 
 * Define clear fix for div-containers with nested floated divs 
 */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;margin:0;padding:0;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
 * Blind-Navigation Styles
 */
#blind-navigation {position:absolute; top:-1000px; left:-1000px;}


/*
 * Define Overall Page Container
 */
#page-wrapper {margin:0 auto 0 auto;width:980px;background:#fff;text-align:left;}

/*
 * Define Content Container
 */
#page-content-wrapper {
  background:url("../img/content_bg.gif") repeat-y left top;
  padding:0 0 30px;
  font-size:80%;
}


/*
 * Meta-Menu Styles
 */
#menu-meta-wrapper { float:right; }
#menu-meta {color:#999999;padding:25px 13px 17px 0;font-size:70%;}
#menu-meta ul {list-style:none;margin:0;padding:0;}
#menu-meta ul li {float:left;background:transparent;margin:0;padding:0;border-right:1px solid #333;}
#menu-meta ul li.last { border:none; }
#menu-meta ul li a {display:block;margin:0px 9px 0px 8px;color:#333;text-decoration:none;line-height:1.1;}
#menu-meta ul li a:hover, 
#menu-meta ul li a:focus {color:#fff;background:#cc3300;}
#menu-meta ul li.active a {color:#fff;background:#cc3300;}
#menu-meta ul li.active a:hover, 
#menu-meta ul li.active a:focus {color:#fff;background:#cc3300;}


/*
 * Page-Header Styles
 */
#page-header-wrapper {}
#page-header {margin:5px 0 5px 12px;float:left;}
#page-header a {}
#page-header a:hover, 
#page-header a:focus {background:transparent;}


#page-header-right { }



/*
 * Service Styles
 */
#service-wrapper {background:#f4f4f4;}
#service-left-wrapper {float:left;width:75%;}
#service-right-wrapper {float:right;width:221px;padding:4px 10px 4px 0px;}
/*
 * Breadcrumb Styles
 */
#breadcrumb-wrapper {color:#999999;font-size:65%;}
#breadcrumb-title {float:left;padding:10px 0px 10px 20px;}
#breadcrumb {float:left;padding:0px 20px 0px 10px;}
#breadcrumb ul {list-style:none;margin:0;padding:0;}
#breadcrumb ul li {float:left;background:transparent;margin:0;padding:0;}
#breadcrumb ul li a {display:block;margin:10px 5px 10px 0px;color:#999;text-decoration:none;font-weight:bold;}
#breadcrumb ul li a:hover, 
#breadcrumb ul li a:focus {text-decoration:underline;background:transparent;}
#breadcrumb ul li.active a {text-decoration:underline;}
#breadcrumb ul li.active a:hover, 
#breadcrumb ul li.active a:hover {text-decoration:underline;background:transparent;}
/*
 * Quicksearch Styles
 */
.quicksearch-go-wrapper {float:right;}
.quicksearch-input-wrapper {float:right;margin:1px 10px 1px 0px;}
.quicksearch-go {background:url("../img/search_bg.gif") repeat-x left top;font-size:75%;padding:1px 10px;}
.quicksearch-input {width:130px;}
/*
 * Toolbar-Menu Styles
 */
#toolbar-wrapper { float:right;width:450px; }
#toolbar {float:right;padding:0px 15px 0px 10px;margin-bottom:8px;}
#toolbar ul                 { list-style:none; margin:0; padding:0; }
#toolbar ul li              { display:inline; margin:0; padding:0; background:transparent; }
#toolbar ul li a            { margin:0 0 0 5px; padding:2px 5px; line-height:16px; }
#toolbar ul li a:hover,
#toolbar ul li a:focus	    { background:transparent; }
#toolbar ul li.print a      { position:relative; top:2px; }
#toolbar ul li.tipafriend a { background:url("../img/icon_send.gif") 10px 50% no-repeat transparent; }
#toolbar ul li.tipafriend div {display:inline; }
#toolbar ul li.pdf a        { position:relative; top:2px; }
#toolbar ul li.search a     { background:url("../img/icon_suche_01.gif") 10px 50% no-repeat transparent; } 

#toolbar ul li.font-size      { color:#999;font-size:81.3%;margin-left:20px; }
#toolbar ul li.font-smaller a {  }
#toolbar ul li.font-normal a  {  }
#toolbar ul li.font-bigger a  {  }
#toolbar ul li.font-bigger a img,
#toolbar ul li.font-normal a img,
#toolbar ul li.font-smaller a  img { margin-bottom:-4px; }
/*
 * Header-Image Styles
 */
#header-img-wrapper { border-top:1px solid #0263b0; }


/*
 * Main-Menu Styles
 */

#menu-main-wrapper {float:left;width:229px;background:#fff;overflow:hidden;margin-top:20px;}
#menu-main {margin:0 10px 25px 10px;text-align:left;}
#menu-main .before-last {}
#menu-main .current-menu {}
#menu-main ul {list-style:none;margin:0;padding:0;padding-top:1px;background:#fff;border-top:3px solid #d01f25;}
#menu-main ul li {margin:0;padding:0;}
#menu-main ul li a {display:block;padding:2px 10px;margin:0 0 1px 0;background:#eeeeee;color:#0365b1;text-decoration:none;}
#menu-main ul li.level2 a {padding-left:10px;background:#C1DDF5;border-left:10px solid #C1DDF5;}
#menu-main ul li.level3 a {padding-left:10px;font-size:90%;background:#daebf9;border-left:20px solid #daebf9;}
#menu-main ul li.level4 a {padding-left:10px;font-size:90%;background:#e9f0fc;border-left:30px solid #e9f0fc;}
#menu-main ul li a:hover, 
#menu-main ul li a:focus {background:#0066b3;color:#fff;border-color:#0066b3;}
#menu-main ul li.active a, 
#menu-main ul li.active a:hover, 
#menu-main ul li.active a:focus {background:#0066b3;color:#fff;border-color:#0066b3;}
#menu-main ul li.last a {background: #EEE url(../img/arrows_right.gif) no-repeat 5% 55%; padding-left:30px;}

#menu-main ul li.active.last a,
#menu-main ul li.last a:hover,
#menu-main ul li.last a:focus {background: #0066b3 url(../img/arrows_right.gif) no-repeat 5% 55%;}

#menu-main ul li.einrichtungen1 a {color:#0365b1;}
#menu-main ul li.einrichtungen2 a {color:#a608d4;}
#menu-main ul li.einrichtungen3 a {color:#f18a00;}
#menu-main ul li.einrichtungen4 a {color:#009D56;}
#menu-main ul li.einrichtungen5 a {color:#01d4cc;}
#menu-main ul li.einrichtungen6 a {color:#202020;}
#menu-main ul li.einrichtungen7 a {color:#202020;}


#menu-main h3 {font-size:115%;margin-bottom:5px;padding-left:10px;}
#menu-main h3 a,
#menu-main h3 a:hover,
#menu-main h3 a:focus {color: #D01F25;text-decoration:none;background:transparent;}


/*
 * Styles for Typo3 content from left column
 */
#content-left-wrapper {display:none;visibility:hidden;position:absolute;top:-1000px;left:-1000px;}
#content-left {
  margin:0 10px 25px;
}


/* Styles for International-Flags */

#content-left  #table-international {
  width:130px;
  text-align:center;
  padding:10px;
}

#content-left  #table-international a:hover,
#content-left  #table-international a:focus {
  background:none;
}

#content-left  #table-international tr td {
  padding:0 5px;
}

#content-left .internal-link img,
#content-left .internal-link-new-window img {
  padding:1px;
  border:1px solid #ccc;
}


/*Styles for Logos*/

#content-left .csc-textpic-text a:hover,
#content-left .csc-textpic-text a:focus {
  background:none;
}



/*
 * Styles for Typo3 content from center (main) column
 */
#content-center-wrapper {float:left;width:520px;margin-top:30px;}
#content-center {margin:0 20px 0 20px;overflow:hidden;}
#content-center-lastchanged { margin:20px;font-size:85%;color:#999; }
#content-center h1 { font-size:100%;font-weight:bold;color:#333;border-bottom:1px solid #333;font-style:normal; }


/*
 * Styles for Typo3 content from right column
 */
#content-right-wrapper {float:right;width:229px;overflow:hidden;margin-top:30px;font-size:80%;}
#content-right {margin:0 10px 0 10px;overflow:hidden;}
#content-right .right-wrapper .right h1 {font-size:125%;}
#content-right .right-wrapper .right a.mail:hover,
#content-right .right-wrapper .right a.mail:focus {color:#fff;background-color:#CC3300;}
#content-right .right {background:#f4f4f4;margin-bottom:15px;}
/*#content-right a {color:#cc3300;text-decoration:none;font-weight:normal;}*/
#content-right h1 {font-size:100%;font-weight:normal;font-style:normal;background:#0265b3;color:#fff;padding:0px 5px;margin-bottom:10px;}
#content-right p {margin-bottom:0px;padding:0 10px 10px;}
#content-right ul {padding:0 10px 10px;}
#content-right ul li {font-weight:bold;background:url(../img/icon_list_item_right.gif) no-repeat 0 4px;}
/*#content-right ul li a {color:#cc3300;text-decoration:none;font-weight:normal;}
#content-right a:hover,
#content-right a:focus,
#content-right ul li a:hover,
#content-right ul li a:focus {background-color:#cc3300;color:#fff;}*/
#content-right a {font-weight:normal;}
#content-right .csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { padding:10px 0 10px; }

/*
 * Styles for Typo3 content from border column
 */
#content-border-wrapper {display:none;visibility:hidden;position:absolute;top:-1000px;left:-1000px;}
#content-border {}


/*
 * Page-Footer Styles
 */
#page-footer-wrapper {border-top:1px solid #0066b3;background:#BFE3FF;}
#page-footer {padding:20px 20px 30px 20px;color:#333333;font-size:70%;text-align:center;}






/*
 *  tt_news Styles                                                          
 */


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, 
.news-single-item HR.clearer, 
.news-latest-container HR.clearer {clear:right;height:1px;font-size:1%;border-left:0px;border-right:0px;border-top:0px;border-bottom:1px solid #999;margin:0;padding:0;}
.news-latest-container HR.clearer {clear:left;}
.news-list-container HR.clearer {clear:both;}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {margin-bottom:20px;}
.news-latest-item {margin-bottom:15px;margin-left:5px;}
.news-latest-item IMG {padding:5px;border:1px solid #ccc; margin-right:5px;margin-bottom:5px;}
/* .news-latest-item H3 {padding:0;margin:0;font-style:normal;} */
.news-latest-item H3 {clear:both;padding:0;margin:0;font-size:100%;font-weight:normal;font-style:normal;}
#content-right .news-latest-item H3 {font-size:100%;} /* z35 */
.news-latest-item P, #content-right .news-latest-item p {padding:0;margin:0;}
.news-latest-date {color:#999;}
.news-latest-category {color:#0066b3;}
.news-latest-category a {color:#0066b3;text-decoration:none;}
.news-latest-category a:hover,
.news-latest-category a:focus {color:#0066b3;text-decoration:underline;background:transparent;}
.news-latest-category IMG {display:none;visibility:hidden;}
.news-latest-gotoarchive {margin-left:5px;display:none;visibility:hidden;}
.news-latest-gotoarchive A {font-weight:bold;} 
.news-latest-gotoarchive A:HOVER, 
.news-latest-gotoarchive A:FOCUS {}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-item {}
.news-list-container {margin-bottom:30px;}
.news-list-container H3 {clear:both;padding:0;margin:0;font-size:100%;font-weight:normal;font-style:normal;}
#content-right .news-list-container H3 {font-size:100%;} /* z35 */
.news-list-container H3 A {}
.news-list-container H3 A:HOVER,
.news-list-container H3 A:FOCUS {}
.news-list-container P {margin:0;padding:0;padding-bottom:10px;}
.news-list-date {color:#999;font-size:92%;}
.news-list-imgcaption {color:#999;font-size:90%;}
.news-list-container IMG {margin-left:5px;margin-bottom:5px;padding:5px;border:1px solid #ccc;float:right;}
.news-list-category {font-size:90%;color:#0066b3;}
.news-list-category a {color:#0066b3;text-decoration:none;}
.news-list-category a:hover,
.news-list-category a:focus {color:#0066b3;text-decoration:underline;background:transparent;}

.news-list-category span {color:#999;}
.news-list-category IMG {display:none;visibility:hidden;}
.news-list-morelink  {display:none;visibility:hidden;}
.news-list-browse {}

.news-list-item .slider-wrapper { background:#f4f4f4; padding:3px 5px; }	
.news-list-item .slider { overflow: hidden; }	
.news-list-item .slider_menu { padding: 3px 5px; background: #eee; }	
.news-list-item .slider_menu a {  }

/*--------------------------------- tt_news SEARCH view  -----------------------------------*/
.news-search-form { margin:5px 0px 10px 0px; }
.news-search-form FORM {}
.news-search-emptyMsg {}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {text-align:center;}
.tx-ttnews-browsebox P {margin:0;padding:0;}
.tx-ttnews-browsebox TABLE {display:inline;}
.tx-ttnews-browsebox TD {}
.tx-ttnews-browsebox-strong, 
.tx-ttnews-browsebox-SCell {font-weight:bold;}
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P {}
.tx-ttnews-browsebox-SCell {}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {}
.news-single-item H2 {font-style:normal;}
.news-single-item H3 {font-size:100%;font-weight:bold;color:#333;font-style:normal;}
.news-single-img {float:left;padding:5px;border:1px solid #ccc;margin-right:10px;margin-bottom:10px;}
.news-single-img a:hover,
.news-single-img a:focus {background:transparent;}
.news-single-imgcaption {background:#f4f4f4;margin:0;}
.news-single-category {color:#0066b3;}
.news-single-category a {color:#0066b3;text-decoration:none;}
.news-single-category a:hover,
.news-single-category a:focus {color:#0066b3;text-decoration:underline;background:transparent;}
.news-single-category span {color:#999;}
.news-single-backlink {margin-top:30px;clear:left;font-size:92%;}
.news-single-backlink a {font-weight:bold;}
.news-single-backlink a:hover,
.news-single-backlink a:focus {}
.news-single-timedata {color:#999;font-size:92%;}
.news-single-timedata, 
.news-single-author,
.news-single-imgcaption {}
.news-single-author {}
.news-single-additional-info {}
.news-single-related,
.news-single-files,
.news-single-links  {}
.news-single-related DD, 
.news-single-links DD, 
.news-single-files DD {}
.news-single-related DT, 
.news-single-links DT, 
.news-single-files DT {}

.news-single-additional-info {margin-top:30px;}
.news-single-related, 
.news-single-files, 
.news-single-links  {margin-top: 5px;}
.news-single-related DD, 
.news-single-links DD, 
.news-single-files DD {margin-left:0px;padding-left:35px;padding-top:5px;}
.news-single-related DD.news-single-related-intern {background:url(../img/icon_link_intern.gif) no-repeat 20px 10px;}
.news-single-related DD.news-single-related-extern {background:url(../img/icon_link_extern.gif) no-repeat 20px 10px;}
.news-single-links DD {background:url(../img/icon_link_extern.gif) no-repeat 20px 10px;}
.news-single-files DD {background:url(../img/icon_link_download.gif) no-repeat 20px 10px;}
.news-single-links DD P, 
.news-single-links DT P {margin:0px;padding:0px;}
.news-single-related DT, 
.news-single-links DT, 
.news-single-files DT {color:#999;border-bottom:1px solid #ccc;}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {margin-bottom:20px;}
.news-amenu-container UL {list-style:none;margin:0;padding:0;margin-left:5px;}
.news-amenu-container LI {margin:0;padding:0;background:transparent;}
.news-amenu-container LI.news-amenu-item-year {font-weight:bold;margin-top:5px;}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu  {margin-bottom:20px;margin-left:5px;}
.news-catmenu-header, 
.news-catmenu-header a {padding:0;margin:0;font-size:0;visibility:hidden;position:absolute;}  
.news-catmenu DIV {}
.news-catmenu DIV img {}
.news-catmenu-ACT {}
/*  Styles for catmenu mode "nestedWraps" */
.news-catmenu-level0 {margin-left:0px;}
.news-catmenu-level1 {margin-left:5px;font-weight:bold;}
.news-catmenu-level2 {margin-left:10px;font-weight:normal;}
.news-catmenu-level3 {margin-left:15px;}
.news-catmenu-level4 {margin-left:20px;}
.news-catmenu-level5 {margin-left:25px;}



/*----------------------------------- tt_news generic Markers ----------------------------------------*/
.z35-ttnews-source {
  font-style:italic;
  font-size:90%;
}
.z35-ttnews-responsible1,
.z35-ttnews-responsible2 {
  font-size:90%;
  color:#999;
}
.z35-ttnews-responsibility-label {
  display:none;
}

.z35-ttnews-public .protected,
.z35-ttnews-protected .public {
  display:none;
  visibility:hidden;
  font-size:0%;
}

.protected img {
  padding:0px;
  margin:0;
  border:none;
  float:left;
}

.z35-ttnews-only-newsletter {
  display:none;
  visibility:hidden;
  font-size:0%;
}


/*----------------------------------- tt_news geschützt ----------------------------------------*/

.z35-alert {
 font-size:130%;
 font-weight:bold;
 color:#cc3300;
 text-align:center;
}



/* 
 * Sitemap Content Element Styles 
 */
.csc-sitemap {margin:0px;margin-top:5px;padding:0px;}
.csc-sitemap UL {list-style:none;list-style-image:none;margin-left:0px;}
.csc-sitemap UL LI {background:url(../img/icon_link_intern.gif) no-repeat 0px 10px;padding-left:15px;padding-top:5px;padding-bottom:5px;border-bottom:1px solid #ccc;}
.csc-sitemap UL LI A {font-size:100%;font-weight:bold;}
.csc-sitemap UL LI UL LI {background:transparent;padding-left:20px;border:none;padding-top:0;padding-bottom:0;}
.csc-sitemap UL LI UL LI A {font-size:100%;font-weight:normal;}
.csc-sitemap UL LI UL LI UL LI {padding-left:20px;border:none;padding-top:0;padding-bottom:0;}
.csc-sitemap UL LI UL LI UL LI A {font-size:90%;font-weight:normal;}



/*
 * Typo3 Formular Styles
 */

.csc-loginform {background:#f4f4f4;border:1px solid #ccc;padding:3px;margin-bottom:10px;}

.csc-searchform {background:#f4f4f4;border:1px solid #ccc;padding:3px;margin-bottom:10px;}

.csc-form-labelcell {text-align:right;font-weight:bold;padding:2px 5px;} 
.csc-form-label-req {padding:2px 5px;}
.csc-form-fieldcell {padding:2px 5px;}

/* 
 * Suche styles 
 */

.csc-searchResultInfo {margin-bottom:10px;}
.csc-searchResultRange {float:left;}
.csc-searchResultBrowser {float:right;}

.csc-searchResult {border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;}
.csc-searchResultHeader {margin:0;padding:0;}
.csc-searchResultHeader h3 {margin:0;padding:0;padding-bottom:5px;}
.csc-searchResultHeader h3 a {}
.csc-searchResultHeader h3 a:hover, .csc-searchResultHeader h3 a:focus {}
.csc-searchResultText {}
.csc-searchResultMore a {}

.csc-searchNoResult {}


.csc-linkToTop {font-size:90%;}


/*
 *  Photobook Styles                                                          
 */
 
.tx-gooffotoboek-pi1 {}

.photobook-single {}
.photobook-single div.path {font-size:70%;color:#999;margin-bottom:10px;}
.photobook-single div.path a, 
.photobook-single div.path a:focus,
.photobook-single div.path a:hover {color:#999;font-weight:bold;}
.photobook-single div.navi {margin-bottom:10px; text-align:center; /* neu */}
.photobook-single div.image {border:1px solid #ccc;background:#fff;padding:5px;text-align:center; margin-top:15px; /* neu */}

.photobook-thumb {}
.photobook-thumb div.dirs {}
.photobook-thumb div.dirs img {border:1px solid #ccc;padding:5px;margin-right:10px;margin-bottom:10px;vertical-align:top;}
.photobook-thumb div.path {font-size:70%;color:#999;margin-bottom:10px;}
.photobook-thumb div.path a, 
.photobook-thumb div.path a:focus,
.photobook-thumb div.path a:hover {color:#999;font-weight:bold;}
.photobook-thumb div.navi { text-align:center; /* neu */ }

.photobook-thumb div.table {}
.photobook-thumb div.table table tr td {width:95px;height:95px;text-align:center;vertical-align:middle;border:1px solid #ccc;background:#fff;}
.photobook-thumb div.table table tr td:hover {background:#f4f4f4;}

.photobook-thumbnail {}

.photobook-combine {}
.photobook-combine div.path {font-size:70%;color:#999;margin-bottom:10px;}
.photobook-combine div.path a, 
.photobook-combine div.path a:focus,
.photobook-combine div.path a:hover {color:#999;font-weight:bold;}
.photobook-combine div.navi {}
.photobook-combine div.table {}
.photobook-combine div.single {}


/*
 * Online-Beratung Styles
 */

ul li.beratung-ort {background:url(../img/onlineberatung/icon_beratung_ort.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.beratung-anlass {background:url(../img/onlineberatung/icon_beratung_anlass.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.beratung-art {background:url(../img/onlineberatung/icon_beratung_art.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.beratung-suche {background:url(../img/onlineberatung/icon_beratung_suche.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.beratung-az {background:url(../img/onlineberatung/icon_beratung_az.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}

ul li.einzelchat {background:url(../img/onlineberatung/icon_beratung_einzelchat.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.gruppenchat {background:url(../img/onlineberatung/icon_beratung_gruppenchat.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.emailberatung {background:url(../img/onlineberatung/icon_beratung_email.gif) top left no-repeat;padding-left:58px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc;}
ul li.last {border:0;padding-bottom:0;margin-bottom:0;}

.visitenkarte {border:1px solid #ccc;margin-bottom:20px;}
.visitenkarte-wrapper {margin:0;}
.visitenkarte-image {width:133px;float:left;overflow:hidden;margin-top:20px;}
.visitenkarte-image a:hover,.visitenkarte-image a:focus {background:transparent;}
.visitenkarte-kontakt-wrapper {float:left;width:295px;}
.visitenkarte-kontakt {margin:10px 0px;padding:5px 20px;padding-right:0px;border:1px solid #ccc;background:#f4f4f4;font-size:85%;}


/*
 * z35 TypoMagick Styles
 */

.user-z35typomagik-pi1 {}

.z35typomagick-teaser {}
.z35typomagick-teaser h2 {font-size:140%;font-weight:bold;background:#d01f25;color:#fff;padding:0px 5px;}
.z35typomagick-teaser ul {}
.z35typomagick-teaser ul li {background:transparent;padding-left:5px;padding-bottom:20px;}
.z35typomagick-teaser-date {color:#999;}
.z35typomagick-teaser-list-header {/* font-size:120%; */}
.z35typomagick-teaser-list-body {}

.z35typomagick-list {}
.z35typomagick-list td {border-top:1px solid #fff;border-bottom:1px solid #ccc;padding-top:10px;padding-bottom:10px;font-size:100%;}
.z35typomagick-list-notify {}
.z35typomagick-list-item-header {}
.z35typomagick-list-item-body {}
.z35typomagick-list-item-body  {}
.z35typomagick-list-item-body .ort {font-size:85%;color:#999;}
.z35typomagick-list-item-body .bundesland {font-size:85%;color:#0066b3;}
.z35typomagick-list-item-category {color:#0066b3;font-weight:normal;}

.z35typomagick-pager td {border:none;padding:0;margin:0;text-align:center;}
.z35typomagick-pager td a {}
.z35typomagick-pager td a:hover, .pagebrowser td a:focus {}
.z35typomagick-pager-display td {border:none;padding:0;margin:0;padding-top:10px;text-align:center;}
.z35typomagick-pager-display td select {}

.z35typomagick-pager-results-display {}
.z35typomagick-pager-page-navigation {}
.z35typomagick-pager-display-select {}

.z35typomagick-beratungsart-box {margin-bottom:20px;}
.z35typomagick-beratungsart-box div.title {font-weight:bold;font-size:85%;}
.z35typomagick-beratungsart-box div.body {background:#f4f4f4;padding:10px 10px;}
.z35typomagick-beratungsart-box div.body ul {margin:0;padding:0;border:none;}
.z35typomagick-beratungsart-box div.body ul li {float:left;background:none;padding-left:50px;padding-right:10px;height:48px;border:none;margin:0;padding-bottom:0;}
.z35typomagick-beratungsart-box div.body ul li a {margin:0;padding:0;border:none;color:#0066b3;text-decoration:none;background:none;font-size:85%;font-weight:bold;}
.z35typomagick-beratungsart-box div.body ul li a:hover, .z35typomagick-beratungsart-box ul li a:focus {margin:0;padding:0;border:none;color:#0066b3;text-decoration:underline;background:none;font-size:85%;font-weight:bold;}
.z35typomagick-beratungsart-box div.body ul li.einzelchat {background:url(../img/onlineberatung/icon_beratung_einzelchat.gif) top left no-repeat;}
.z35typomagick-beratungsart-box div.body ul li.gruppenchat {background:url(../img/onlineberatung/icon_beratung_gruppenchat.gif) top left no-repeat;}
.z35typomagick-beratungsart-box div.body ul li.emailberatung {background:url(../img/onlineberatung/icon_beratung_email.gif) top left no-repeat;}
.z35typomagick-beratungsart-box div.body ul li.einzelchat-active {background:url(../img/onlineberatung/icon_beratung_einzelchat_active.gif) top left no-repeat;}
.z35typomagick-beratungsart-box div.body ul li.gruppenchat-active {background:url(../img/onlineberatung/icon_beratung_gruppenchat_active.gif) top left no-repeat;}
.z35typomagick-beratungsart-box div.body ul li.emailberatung-active {background:url(../img/onlineberatung/icon_beratung_email_active.gif) top left no-repeat;}

.z35typomagick-beratungsart-box div.body ul li.einzelchat-active a,
.z35typomagick-beratungsart-box div.body ul li.einzelchat-active a:focus,
.z35typomagick-beratungsart-box div.body ul li.einzelchat-active a:hover,
.z35typomagick-beratungsart-box div.body ul li.gruppenchat-active a,
.z35typomagick-beratungsart-box div.body ul li.gruppenchat-active a:focus,
.z35typomagick-beratungsart-box div.body ul li.gruppenchat-active a:hover,
.z35typomagick-beratungsart-box div.body ul li.emailberatung-active a,
.z35typomagick-beratungsart-box div.body ul li.emailberatung-active a:focus,
.z35typomagick-beratungsart-box div.body ul li.emailberatung-active a:hover {color:#999;}

.z35typomagick-geo-teaser {margin-bottom:20px;}
.z35typomagick-geo-teaser div {padding:0px 5px;padding-bottom:5px;}
.z35typomagick-geo-teaser .select {width:160px;}
.z35typomagick-geo-teaser .input {width:160px;}
.z35typomagick-geo-teaser .button {}

.z35typomagick-suche-maske {border:1px solid #ccc;background:#f4f4f4;padding:10px;}
.z35typomagick-suche-maske table {}
.z35typomagick-suche-maske table tr td {padding:2px 0;}
.z35typomagick-suche-maske table tr td.z35typomagick-suche-maske-label {text-align:right;font-weight:bold;padding-right:10px;}

.user-z35typomagik-pi1 #navi {}

.user-z35typomagik-pi1 #navi ul {list-style:none;margin:0;padding:0;}
.user-z35typomagik-pi1 #navi li {background:transparent;margin:0;padding:0;}

.user-z35typomagik-pi1 #navi li a {padding:2px;padding-left:5px;border-bottom:1px solid #fff;display:block;background:#f4f4f4;text-decoration:none;font-size:120%;color:#0066b3;}
.user-z35typomagik-pi1 #navi li a:hover {background:#f0f0f0;}
.user-z35typomagik-pi1 #navi li a img {vertical-align:middle;margin-right:5px;}

.user-z35typomagik-pi1 #navi ul li ul li a {padding-left:40px;background:#f8f8f8;font-size:100%;}
.user-z35typomagik-pi1 #navi ul li ul li a span {color:#0066b3;}
.user-z35typomagik-pi1 #navi ul li ul li a:hover span,
.user-z35typomagik-pi1 #navi ul li ul li a:focus span{color:#cc3300;}




/*
 * tt_products Styles
 */
 
.tx-ttproducts-pi1 {}
.tx-ttproducts-pi1 .invisible {position:absolute;top:-10000px;left:-10000px;}
.tx-ttproducts-pi1 .step1 {width:444px;height:50px;background:url(../img/shop/shop_header_step1.gif) top left no-repeat;margin-bottom:20px;}
.tx-ttproducts-pi1 .step2 {width:444px;height:50px;background:url(../img/shop/shop_header_step2.gif) top left no-repeat;margin-bottom:20px;}
.tx-ttproducts-pi1 .step3 {width:444px;height:50px;background:url(../img/shop/shop_header_step3.gif) top left no-repeat;margin-bottom:20px;}
.tx-ttproducts-pi1 .step4 {width:444px;height:50px;background:url(../img/shop/shop_header_step4.gif) top left no-repeat;margin-bottom:20px;}
.tx-ttproducts-pi1 .button {background:#0066b3;color:#fff;border:none;padding:0;margin:0;}
.tx-ttproducts-pi1 .input {}

.tx-ttproducts-pi1-list {}

.shop-item-list {}
.shop-item-list-navigation {text-align:center;}
.shop-item-list-single {border:1px solid #ccc;padding:10px;margin-bottom:10px;}
.shop-item-list-single-header {margin-bottom:10px;}
.shop-item-list-single-header h4 {padding-bottom:0;margin-bottom:0;}
.shop-item-list-single-header span {font-weight:bold;} 
.shop-item-list-single-body {margin-bottom:10px;}
.shop-item-list-single-body-image {float:left;width:100px;}
.shop-item-list-single-body-image div img {border:1px solid #ccc;padding:5px;}
.shop-item-list-single-body-content {float:left;width:300px;}
.shop-item-list-single-body-content .price-title {font-weight:bold;}
.shop-item-list-single-body-content .price-tax {font-weight:bold;color:red;}
.shop-item-list-single-body-count {border-top:1px solid #0066b3;margin-top:10px;padding-top:10px;}
.shop-item-list-single-show-basket {}

.shop-single-display {}
.shop-single-display .product-note-title {display:none;visibility:hidden;}
.shop-single-display .product-note-content {background:#f4f4f4;padding:10px;font-size:90%;margin-bottom:10px;}
.shop-single-display-header {margin-bottom:10px;}
.shop-single-display-header h4 {padding-bottom:0;margin-bottom:0;}
.shop-single-display-header span {font-weight:bold;} 
.shop-single-display-body {margin-bottom:10px;}
.shop-single-display-body-image {float:left;width:230px;overflow:hidden;}
.shop-single-display-body-image div img {border:1px solid #ccc;padding:5px;}
.shop-single-display-body-content {float:left;width:210px;}
.shop-single-display-body-content .price-title {font-weight:bold;}
.shop-single-display-body-content .price-tax {font-weight:bold;color:red;}
.shop-single-display-body-content .price-no-tax {}
.shop-single-display-body-content .kategorie-title {font-weight:bold;}
.shop-single-display-body-content .kategorie {}
.shop-single-display-body-content .article-number-title {font-weight:bold;}
.shop-single-display-body-content .article-number {}

.shop-single-display-body-count {border-top:1px solid #0066b3;margin-top:10px;padding-top:10px;}
.shop-single-display-navigation {}


.tx-ttproducts-pi1 .box {background:#f4f4f4;padding:10px;}
.tx-ttproducts-pi1 .header {background:#f4f4f4;border-bottom:1px solid #ccc;padding:0 2px;}
.tx-ttproducts-pi1 .even {background:#fff;}
.tx-ttproducts-pi1 .odd {background:#fff;}



/* 
 * pdforder Styles 
 */

.tx-pdforder-pi1 {}
.tx-pdforder-pi1 .csc-form-submit {background:#0066b3;color:#fff;border:none;padding:0;margin:0;}
.tx-pdforder-pi1 .csc-form-select {width:4em;}
.tx-pdforder-pi1 .csc-form-text {width:12em;}
.tx-pdforder-pi1 .csc-form-textarea {width:12em;}
.tx-pdforder-pi1 .pdfShopCheckBox {border:none;}
.pdforder-item {width:420px;border:1px solid #ccc;padding:10px;margin-bottom:10px;}
.pdforder-item-thumbnail {float:left;width:100px;}
.pdforder-item-thumbnail img {border:1px solid #ccc;padding:5px;}
.pdforder-item-body {float:left;width:300px;}
.pdforder-item-body h4 {}
.pdforder-item-description {margin-bottom:10px;}
.pdforder-item-order {}
.pdforder-item-order td {font-weight:bold;padding:2px;}
.pdforder-item-ordercount {}
.pdforder-item-ordercount td {padding:2px;}
.pdforder-item-table {border-top:1px solid #0066b3;margin-top:10px;padding-top:10px;}
.pdforder-formelement {text-align:right;}
.pdforder-formelabel {}
.pdforder-item-download {}
.pdforder-item-clearer {clear:both;border-left:0;border-right:0;border-bottom:0;font-size:0px;padding:0;margin:0;height:1px;}

.pdforder-list-submit {text-align:center;padding-top:10px;}

.pdforder-contact-form-wrapper {background:#f4f4f4;padding:10px;}
.pdforder-contact-form {width:420px;}
.pdforder-contact-form-label {padding-right:10px;font-weight:bold;}
.pdforder-contact-form-submit {text-align:center;padding-top:10px;}


/*
 * EXT macina_banners
 */
 

#content-center .macina_banners .macina_banners_single {
	float:left;
	text-align:center;
	height:50px;
	width:48%;
	margin:4px 0;
}

#menu-main-wrapper .macina_banners .macina_banners_single {
	text-align:center;
	margin:6px 0px 12px;
}

#content-right-wrapper .macina_banners .macina_banners_single {
	margin:6px 0px 12px;
}


/*
 *   EXT newscalendar
 */
 
#rcRightContext .rcMenuItemText { 
  font-size:80%;
  border:none;
}

#page-wrapper .newsCalendar_listHeader { 
	color:#D01F25;
	font-size:140%;
/*	font-style:italic;*/
	font-weight:normal;
	background-color: transparent;
	border:none;
	padding:9px 0;
}

#page-wrapper .newsCalendar_listBody {
	padding:0;
}

#page-wrapper .calendar-table {
	padding: 0;
	line-height: 16px;
}

#page-wrapper .calendar-table th {
	border:none;
}

#page-wrapper .calendar-table .columPrevious {
	background:#0166B4;
	padding: 0;
}
#page-wrapper .calendar-table .columYear {
	background:#0166B4;
  	padding: 0;
}
#page-wrapper .calendar-table .columNext {
	background:#0166B4;
  	padding: 0;
}

#rcRightContextTable td.rcMenuItem {
	background:#EEEEEE;
	color:#666;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-bottom:none;
	border-top:1px solid #B1B1B1;
}

#rcRightContextTable td.rcMenuItem,
#rcRightContextTable td.rcMenuItemHover{
  hover:expression(this.onmouseover=new Function("this.style.background='#C7D5FE';"),this.onmouseout=new Function("this.style.background='#EEEEEE';"));
  border-top:1px solid #B1B1B1;
  border-right:none;
  border-left:none;
  border-bottom:none;  
}

#rcRightContext.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    background: #B1B1B1;
    z-index:10;
    border:none;
}
.rcMenuItem {
    width:200px;
    float:left;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    color:#666;
    background-color:#eee;
    border-top:1px solid #b1b1b1;
}
.rcMenuItemHover {
    width:200px;
    float:left;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
    background-color:#C7D5FE;
    color:#333333;
    border-top:1px solid #b1b1b1;
}
#rcRightContextTable .rcMenuItemText {
    font-size:80%;
    font-weight:bold;
    color:#FFFFFF;
    background: #B1B1B1;
    text-align:center;
}

#rcRightContextTable {
	border-collapse: collapse;
	border: 1px solid #b1b1b1;
}

#page-wrapper .calendar-table a{
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	display: block;
}
#page-wrapper .calendar-table TD, .calendar-table TH{
	text-align:center;
	font-size:11px;
}

#page-wrapper .calendar-table td {
	padding:0 1px 1px 0;
	background-color: #F8F8F8;
}

#page-wrapper .calendar-table th{
	background-color: #F8F8F8;
	width: 24px;
	color:#0066B3;
}

#page-wrapper .linked_today {
	padding:0 0 2px;
	color:#CC3300;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:none;
}

#page-wrapper .linked_today_nolink{
	padding:0 0 2px;
	background-color:#C7D5FE;
}

#page-wrapper .linked_day{
	padding:0 0 2px;
	color:#CC3300;
	background-color:#EEEEEE;
	cursor:pointer;
	text-decoration:underline;
	border:none;
}

#page-wrapper .newsCalendar_listItem {
	font-size:1em;
	line-height: 1.4em;
	padding:0 0 10px;
	border-bottom:1px solid #999;
}

#page-wrapper .newsCalendar_listItem a {
	font-size:100%;
}

#page-wrapper .tx-ttnews {
	width:100%;	
}

/* Monatslink unter dem Box wird ausgeblendet*/
.bottomMonthLink {
	display: none;
	visibility: hidden;
}



/*
 * EXT tt_poll //Umfrage
 */

#page-wrapper .poll-wrapper .poll-line-radio input {
	border:none;
	margin-right: 5px;
}

#page-wrapper .poll-wrapper .mailform {
	color: #999;
}

#page-wrapper .poll-line input {
	background: #0066B3;
	color: #fff;
	border: none;
}

/*
** EXT ve_guestbook
*/

#page-wrapper .tx-veguestbook-pi1 {
	font-size:100%;
	color: #999;
}

#page-wrapper .tx-guestbook-header {
	background:#fff;
	color:#D01F25;
	clear:both;
	padding:0; /* 5px */ 
	margin:0;
	font-size:90%;
	font-weight:bold;
}

#page-wrapper .tx-guestbook-header-teaser {
	display: none;
	overflow: hidden;
}

#page-wrapper .tx-guestbook-latest {
	clear:both;
	display:block;
	padding:0 5px;
}

#page-wrapper .tx-guestbook-latest-item {
	border-bottom: #999 1px solid;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#page-wrapper .tx-guestbook-latest p {
	margin-bottom:0;
	padding:0px;
	font-weight: normal;
}

#page-wrapper .tx-guestbook-date {
	background:none;
	color:#999;
	margin:0;
	padding:0; /* 5px */
}

#page-wrapper #content-center .tx-guestbook-date {
	font-size: 80%;
}

#page-wrapper .tx-guestbook-latest .tx-guestbook-latest-more{
	padding-bottom: 10px;
}

#page-wrapper .tx-guestbook-user {
	color: #0066B3;
}

#page-wrapper .tx-guestbook-pagination {
	font-size: 100%;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-left {
	height:auto;
	background:none;
	float:none;
	min-height:0;
	padding:0px 0px 3px 0px;
	width:auto;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-left a{
	color:#0066B3;
	text-decoration:none;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-left a:hover,
#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-left a:focus {
	background:transparent;
	text-decoration:underline;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-left p {
	color: #333;
	margin-bottom:0;
	padding: 0;	/*2px 5px*/
	font-size:80%;
}

#page-wrapper .tx-guestbook-email {
	padding: 0;	/*2px 5px*/
	font-size:80%;
	float:left;
	width:48%;
}
#page-wrapper .tx-guestbook-www {
	padding: 0px 3px 0px 0px;	/*2px 5px*/
	font-size:80%;
	float:right;
	text-align:right;
	width:48%;
}
#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-right {
	background:#FFFFFF;
	font-size:85%;
	float:none;
	padding:0;
	margin-bottom:8px;
	width:auto;
	border-bottom:#999 1px solid;
}

/*#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest p,*/
#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-right p {
	color:#333333;
	padding:0; /* 5px */
	line-height:1.2em;
}

#page-wrapper .tx-guestbook-field {
	clear:both;
	display:block;
	padding:1px 0;
	width:100%; 
}

#page-wrapper .tx-veguestbook-pi1 form {
	background:#EEE;
	border:1px solid #CCCCCC;
	color:#333333;
	padding:10px;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-field label {
	clear:both;
	display:block;
	float:left;
	font-size:85%;
	width:9em;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float:left;
	width:22em;
}

#page-wrapper .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float:left;
	width:22em;
}

#page-wrapper .tx-veguestbook-pi1 input.tx-guestbook-submit {
	display:block;
	width:auto;
	float: right;
	margin-right: 35px;
}


/*
 *  EXT newloginbox
 */
#page-wrapper .tx-newloginbox-pi3 p {
	line-height:10px;
}


/*
 *  Protected Area - tx-felogin
 */

#content-center .tx-felogin-pi1 {
	background:transparent url(../img/icon_login.png) no-repeat scroll 10px 10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	padding:10px 10px 10px 100px;
}

#content-center .tx-felogin-pi1 form {
	margin-top:10px;
}

#content-center .tx-felogin-pi1 fieldset input {
	margin:3px 0 0 155px;
}

#content-center .tx-felogin-pi1 legend {
	display:none;
	visibility:hidden;
}

#content-center .tx-felogin-pi1 label {
	display:inline-block;
	font-weight:bold;
	width:150px;
	vertical-align:top;
}

#content-center .tx-felogin-pi1 #user,
#content-center .tx-felogin-pi1 #pass {
	width:150px;
	margin:2px 0;
}


/*
 * indexed search
 */
 
.tx-indexedsearch {}
.tx-indexedsearch .tx-indexedsearch-res  { border-top: 1px solid #ccc; }
.tx-indexedsearch .tx-indexedsearch-res div {padding: 5px 0 5px 0; margin:0; border:0; border-bottom: 1px solid #ccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { font-size:140%; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { color:#999; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-size:90%; font-style:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#d82021; }

.tx-indexedsearch .tx-indexedsearch-browsebox { text-align:center; border:0; margin:10px 0 10px 0; }
.tx-indexedsearch .tx-indexedsearch-browsebox p { margin:0; padding:2px 0 }
.tx-indexedsearch .tx-indexedsearch-browsebox ul { list-style:none; margin:0; padding:0; }
.tx-indexedsearch .tx-indexedsearch-browsebox li { display:inline; margin:0; padding: 2px 3px; background-image:url(); }

.tx-indexedsearch .tx-indexedsearch-searchbox { background:#eee; border:1px solid #ccc; padding:5px 10px; margin:0; }
.tx-indexedsearch .tx-indexedsearch-searchbox .indexedsearch_label { padding-right:10px; }
.tx-indexedsearch .tx-indexedsearch-searchbox td { padding-top:2px; padding-bottom:2px; }
.tx-indexedsearch .tx-indexedsearch-whatis { background:#eee; border:1px solid #ddd; border-top:0; padding:5px 10px 5px 10px; margin: 0 0 10px 0; }







/*
 * rg googlemap
 */
.tx-rggooglemap-pi1 { padding-bottom:20px;}

.tx-rggooglemap-pi1 div.links { font-size:90%; text-align:right; padding-top:2px; border-top:1px dotted #ccc; }

.tx-rggooglemap-pi1 .mapcat,
.tx-rggooglemap-pi1 .mapbottom { display:none; }

.tx-rggooglemap-pi1 #map { border:1px solid #FDC081; }

.tx-rggooglemap-pi1 #infobox {
    background-color:#fff;
    border:1px solid #FDC081;
    position:absolute;
    width:400px;
}

.tx-rggooglemap-pi1 #infobox .tx-rgpopup-dragbar {
    background-color:#FEF2E6;
    position:relative;
    padding:5px 10px;
    border-bottom:1px solid #FDC081;
}
.tx-rggooglemap-pi1 #infobox .tx-rgpopup-dragbar .tx-rgpopup-left {
    cursor:move;
}
.tx-rggooglemap-pi1 #infobox .tx-rgpopup-dragbar .tx-rgpopup-right {
    position:absolute;
    top:5px;
    right:10px;
}
.tx-rggooglemap-pi1 #infobox .tx-rgpopup-mainNest {
    padding:5px 10px;
}


/*
 * tt_address 
 */
.tx-ttaddress-pi1 				{/*width:425px;*/}

.tx-ttaddress-pi1 .gmlistitem 			{ padding:5px 0 10px 0;margin-bottom:10px;border-bottom:1px solid #0066b3; }
#content-middle .tx-ttaddress-pi1 .gmlistitem h2	{ background:url("../img/icon_unsere_kitas.gif") 0px 50% no-repeat #fff; font-size:130%; padding:5px 0 5px 22px; } 

.tx-ttaddress-pi1 .gmlistitem h2,
.tx-ttaddress-pi1 .gmlistitem h3 {font-style:normal;line-height:1.2;font-weight:bold;}
.tx-ttaddress-pi1 .gmlistitem h2 {font-size:125%;}
.tx-ttaddress-pi1 .gmlistitem h3 {font-size:110%;}

.tx-ttaddress-pi1 .gmlistitem .links      { font-size:90%; text-align:right; padding-top:2px;}
.tx-ttaddress-pi1 .gmlistitem .links a 	  { cursor:pointer; }
.tx-ttaddress-pi1 .adr-wrapper            { padding-bottom:2px;}
.tx-ttaddress-pi1 .adr                    { border:1px dotted #cccccc;padding:10px;}
.tx-ttaddress-pi1 .adr-main               { width:405px;}
.tx-ttaddress-pi1 .adr-extra              { width:405px;}
/*.tx-ttaddress-pi1 .adr-extra a            { behavior:url("../js/ie6_hover.htc"); }*/
.tx-ttaddress-pi1 .adr-extra a.url	  { background:transparent url(../img/address/icon_website.gif) no-repeat 0 50%;width:405px;padding-left:20px;}
.tx-ttaddress-pi1 .adr-extra a.url:hover span,
.tx-ttaddress-pi1 .adr-extra a.url:focus span { background:#CC3300;color:#fff;}
.tx-ttaddress-pi1 .adr-extra .tel         { background:transparent url(../img/address/icon_telefon.gif) no-repeat 0 50%;padding-left:20px;}
.tx-ttaddress-pi1 .adr-extra .fax         { background:transparent url(../img/address/icon_fax.gif) no-repeat 0 50%;padding-left:20px;}
.tx-ttaddress-pi1 .adr-extra .email       { background:transparent url(../img/address/icon_email.gif) no-repeat 0 50%;width:405px;padding-left:20px;}
.tx-ttaddress-pi1 .adr-extra .website-wrapper     { }
.tx-ttaddress-pi1 .adr-description        { clear:both;font-size:90%; }




/* Landkreis-Filter */

.tx-ttaddress-pi1 .lk-selector-wrapper,
.tx-ttaddress-pi1 .search-wrapper {
  width:460px;
  min-height:20px;
  height:auto !important;
  height:40px;
  background-color: #F4F4F4;
  border:1px solid #eeeeee;
  padding:8px;
}

.tx-ttaddress-pi1 .lk-selector-label,
.tx-ttaddress-pi1 .search-label {
  padding-right:10px;
  margin-left:0px;  
  font-weight:bold;
}
.tx-ttaddress-pi1 .search-label {
}

.tx-ttaddress-pi1 .search-wrapper input {
  margin-right:6px;
  padding:1px 2px;  
}

/* .tx-ttaddress-pi1 .search-go {background:url("../img/search_bg.gif") repeat-x left top;font-size:90%;padding:1px 10px;} */
.tx-ttaddress-pi1 .search-go { font-size:90%;padding:1px 10px; }

.tx-ttaddress-pi1 .lk-selector option {
  padding:1px 3px;
}



/* EXT danp_tagcloud */

#content-right div.tagcloud {
  /*background:transparent;*/
  border:1px solid #EEEEEE;
  margin:8px 0px;
  padding:5px;
}
#content-right div.tagcloud a {
  color:#0066B3;
  font-weight:bold;
}
#content-right div.tagcloud a:focus,
#content-right div.tagcloud a:hover {
  text-decoration:underline;
  background:transparent;
}



/**
 *  EXT fdfx2cols
 */

.tx-fdfx2cols-pi1 {}
.tx-fdfx2cols-pi1 table {}
.tx-fdfx2cols-pi1 table td { vertical-align:top; border:0; }
.tx-fdfx2cols-pi1 table td.c2l1-left,
.tx-fdfx2cols-pi1 table td.c2l1-middle,
.tx-fdfx2cols-pi1 table td.c2l1-right { width:48%; }


/**
 *  EXT newsfeedit
 */
 
#content-center .tx-newsfeedit-pi1-header {
  visibility:hidden;
  display:none;
}

#content-center .tx-newsfeedit-pi1-form-data-title {
  width:325px;
}

#content-center .tx-newsfeedit-pi1-form-data-short {
  width:325px;
}

#content-center .tx-newsfeedit-pi1-form-submit {
  float:right;
  margin-right:8px;
}

/*
 * Map Bugfix und Styles
 */
dl.csc-textpic-image dt a:hover,
dl.csc-textpic-image dt a:focus { background:transparent; }

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom:0px;padding:10px 0 0; }


/*
 * MO-Suche
 */
.h3-header {
  color: #d01f25;
  font-style:normal;
  line-height:1.2;
  font-weight:bold;
}
 
.adr-wrapper .hidden {
  display:none;
  visibility:hidden;
  font-size:0%;
}

.tx-ttaddress-pi1 .adr-slider {
  overflow:hidden;
  padding:0px;
  border:none;
}

.adr-website-link,
.adr-detail-link {
  text-align:right;
}
.adr-search-teaser {
  padding:10px;
}

