<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";



/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
@import "example.css" all;
html {
  overflow-y: scroll;
  }


/***************/
/* GRID LAYOUT */
/***************/
div#navigationAids, div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
  display:none;
  }
div#outerWrap {
  width:1004px;
  text-align:center;
  margin:130px auto;
  overflow:auto;
  background-color:#fff;

  }

div#outerWrap div {
  text-align:left;
  }

div#header {
  background-color:#F2F4F5;
  height:0px;
  margin-top:0px;
  }
div#main hr {
  border:none;
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  height:1px;
  }
/*div#slider {display:none;}*/

div#navigationSecondLevel {
  float:left;
  width:19%;
    background-color:#fff;
  }
div#main {
  width: 51%;
  float:left;
  background-color:#fff;
  }
div#secondary {
  width:28.5%;
  float:right;
  background-color:#fff;
}
div#footer {
  clear:both;
    font-size:80%;
  }
body.hideRightColumn div#secondary {
  display:none;
    background-color:#fff;  background-color:#fff;
  }
body.hideRightColumn div#main {
  width:79%;
  float:left;
  position:relative;
  background-color:#fff;
  }
body.hideLeftColumn div#main {
  width:71% !important;
  float:left;
  position:relative;
  background-color:#fff;
  }
body.hideLeftColumn div#navigationSecondLevel {
  display:none;
  }
body.hideRightAndLeftColumn div#main {
  width:100%;
    background-color:#fff;
  }
body.hideRightAndLeftColumn div#secondary, body.hideRightAndLeftColumn div#navigationSecondLevel {
  display:none;
    background-color:#fff;
  }
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
  background-image:none;
  background:#fff;
  }


/*******************/
/* GENERAL PADDING */
/*******************/
div#secondayContent, div#navigationContent {
  padding:12px;
  }

div#footer {
  padding:0px;
  }

div#mainContent {
  padding:15px 25px;
  overflow:hidden;
  }
div#mainContent ul{
  type="square";
  padding:0 20px 0 0; 
  margin:0 0 0px 
  }


/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
  background: #F2F4F5 /*url(../images/bg.jpg) top center no-repeat*/;
  }
html {
  background:#F2F4F5;
  }
strong {
  font-weight:bold;
  }

div#header {
  background:#F2F4F5 /*url(../images/bg_header.jpg) no-repeat*/;
  }
div#contentWrap {
  background: #fff /*url(../images/header_overlay.png);url(../images/bg_contentWrap.gif) top left repeat-y;*/
  overflow:hidden;
  clear:both
  opacity:1;
  }
div#navigationSecondLevel {

  }
div#secondary {
  margin-top:28px;
  background-color:#fff;
  }
div#footer {
  /*border-top:1px solid #cccccc;*/
  background:#F2F4F5 url(../images/footer.jpg) top center no-repeat;
  /*background-image:-moz-linear-gradient(50% 0% -90deg,rgb(238,238,238) 0%,rgb(221,221,221) 1%,rgb(238,238,238) 9%,rgb(247,247,247) 57%,rgb(255,255,255) 100%); 
  background-image:-webkit-gradient(linear,50% 0%,50% 102%,color-stop(0, rgb(238,238,238)),color-stop(0.01, rgb(221,221,221)),color-stop(0.09, rgb(238,238,238)),color-stop(0.57, rgb(247,247,247)),color-stop(1, rgb(255,255,255)));
  background-image:-webkit-linear-gradient(-90deg,rgb(238,238,238) 0%,rgb(221,221,221) 1%,rgb(238,238,238) 9%,rgb(247,247,247) 57%,rgb(255,255,255) 100%);
  background-image:-o-linear-gradient(-90deg,rgb(238,238,238) 0%,rgb(221,221,221) 1%,rgb(238,238,238) 9%,rgb(247,247,247) 57%,rgb(255,255,255) 100%);
  background-image:-ms-linear-gradient(-90deg,rgb(238,238,238) 0%,rgb(221,221,221) 1%,rgb(238,238,238) 9%,rgb(247,247,247) 57%,rgb(255,255,255) 100%);
  background-image:linear-gradient(-90deg,rgb(238,238,238) 0%,rgb(221,221,221) 1%,rgb(238,238,238) 9%,rgb(247,247,247) 57%,rgb(255,255,255) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff,GradientType=0);*/
  /*height:200px;*/
  height:10px;
  /*border-bottom:1px dotted #676e73;*/

  }

/* links und Mitte */
div#footer .footerFrame,
div#footer .footerFrame-last {
  float:left;
  width: 472px;
  /*height: 115px;*/
  height: 0px;
  margin: 0px;
  border-radius: 0em;
  /*padding:25px 10px 0 10px;*/
  padding:0px 0px 0 0px;
  /*background:#F2F4F5;*/

  }
/* rechts */
div#footer .footerFrame-last {
  width: 0px;
  }
div#footer .footerFrame h4 {
  margin: 0 0 0 0;
  }
div#footer #licensebadge {
  margin-top: 0px ;
  background-color:#F2F4F5;
  opacity: 0.7;
  }
div#topMenu ul li {
  display:inline;
  padding-left:0em;
  font-size:80%;
  }
div#languageMenu ul li {
  display:inline;
  padding-left:0em;
  /*Schriftgröße 0 deshalb nicht sichtbar */
  font-size:0%;
  }
div#topMenu, div#languageMenu {
  float:right;
  padding:0px 40px 0px 20px;
  margin:0px 25px 0 70px;
  background: url(../images/topmenu.png) no-repeat;
  }
/* Rechter Spalteninhalt */
div.secondaryContentSection {
  background:#eee;
  opacity:1;
  border: 0px solid #ddd;
  width:245px;
  border-top:none;
  padding: 0px 10px 10px 10px;
  margin:0 10px 2.4em 10px;
  overflow:hidden;
  font-size:95%;
  -webkit-box-shadow: hsla(0, 0%, 50%, 0.3) 3px 3px 3px;
  -moz-box-shadow: hsla(0, 0%, 50%, 0.3) 3px 3px 3px;
  box-shadow: hsla(0, 0%, 50%, 0.3) 3px 3px 3px;
  
  background: url(../images/second.jpg); 
}
div#navigationFirstLevel {
  /*background-color: #ebebeb;*/
  /*border-top:1px solid #00aa1e;*/
  /*border-bottom:1px solid #000;*/
  
  background: url(../images/menu.jpg);  
  margin-top:0px;
  opacity:0.999;
  z-index:0;
  }
div#navigationFirstLevelMenu ul {
  overflow:hidden;
  font-size:120%;
  }
div#navigationFirstLevelMenu ul {
  margin-bottom:0em;
  }
div#navigationFirstLevelMenu ul li {
  display:block;
  float:left;
  margin-left:0;
  }
div#navigationFirstLevelMenu ul li a {
  padding:0.7em 1em;
  display:block;
  }
div#breadcrumb {
  position:relative;
  margin-left:20px;
  top:16px;
  font-size:90%;
  }
div#breadcrumb span {
  font-weight:normal;
  }
div#navigationSecondLevelMenu ul {
  text-indent:15px;
  line-height:2.2em;
  border-bottom:1px solid #ccc;
  margin-left:0;


  }
div#navigationSecondLevelMenu ul ul {
  text-indent:25px;
  border-bottom:none;
  margin-bottom:0;
  font-size:75%;
  color:#ccc;
  }
div#navigationSecondLevelMenu ul ul ul {
  text-indent:50px;
  }
div#navigationSecondLevelMenu {
  width:190px;
  margin-top:13px;
  }
div#navigationSecondLevelMenu li.active {
  background:#fff;
  border-top:1px solid #ccc;
  /*border-bottom:1px solid #ccc;*/
  font-weight:normal;
  }
div#navigationSecondLevelMenu li.active ul li {
  font-weight:normal;
  }
div#navigationSecondLevelMenu li.selected {
  background: #f7f7f7 url(../images/bg_liCurrent.gif) top right no-repeat;
  font-weight:normal !important;
  border-top:1px solid #ccc;
  }
div#navigationSecondLevelMenu li.selected li {
  font-weight:normal;
  }
div#navigationSecondLevelMenu li {
  /*border-top:1px solid #ccc;*/
  list-style-type:none;
  margin-left:0;
  
  background: #eee url(../images/menu_second.jpg);
  }
div#navigationSecondLevelMenu li li {
  border-top:1px solid #ccc;
  background-color:#ccc;
  list-style-type:none;
  margin-left:0;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(255,255,255) 100%); 
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
  background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 100%);
  background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 100%);
  background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 100%);
  background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffffff,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffffff,GradientType=0);
  }



div#navigationSecondLevelMenu li.active li, div#navigationSecondLevelMenu li.selected li {
  border-top:1px solid #eee;
  }

/*div#mainContent img {
  -webkit-box-shadow: hsla(120, 0%, 50%, 0.6) 2px 2px 5px,
    hsla(120, 0%, 50%, 0.6) -2px -2px 5px;
  -moz-box-shadow: hsla(120, 0%, 50%, 0.6) 2px 2px 5px,
    hsla(120, 0%, 50%, 0.6) -2px -2px 5px;
  box-shadow: hsla(120, 0%, 50%, 0.6) 0px 0px 5px,
    hsla(120, 0%, 50%, 0.6) -0px -0px 5px;
  margin:0 0 0px,0;
  outline:2px solid white;
}
div#secondary img {
  -webkit-box-shadow: hsla(120, 0%, 50%, 0.6) 1px 1px 5px,
    hsla(120, 0%, 50%, 0.6) -1px -1px 5px;
  -moz-box-shadow: hsla(120, 0%, 50%, 0.6) 1px 1px 5px,
    hsla(120, 0%, 50%, 0.6) -1px -1px 5px;
  box-shadow: hsla(120, 0%, 50%, 0.6) 1px 1px 5px,
    hsla(120, 0%, 50%, 0.6) -1px -1px 5px;
  margin:2px 0 5px,0;
  outline:1px solid white;
}*/
/*Grafikformatierungen f�r die Map zur�cksetzten*/
/*div#c485 img {
  -webkit-box-shadow: hsla(120, 0%, 0%, 0.6) 0px 0px 0px,
    hsla(120, 0%, 50%, 0.6) -2px -2px 10px;
  -moz-box-shadow: hsla(120, 0%, 50%, 0.6) 0px 0px 0px,
    hsla(120, 0%, 50%, 0.6) -2px -2px 10px;
  box-shadow: hsla(120, 0%, 50%, 0.6) 0px 0px 0px,
    hsla(120, 0%, 50%, 0.6) -0px -0px 0px;
  margin:0 0 0px,0;
  outline:0px solid white;  
}*/

/*****************************/  
/* LINK COLORS AND TREATMENT */
/*****************************/


a:link {
  color: #007a41;
  text-decoration: none;
  }
a:visited {
  color: #007a41;
  text-decoration:none;
  }
a:hover {
  text-decoration:underline;
  }
div#footer a:link, div#footer a:visited {
  color:#007a41;
  text-decoration:none;
  }
div#footer a:hover {
  text-decoration:underline;
  }
  div#topMenu ul li a, div#languageMenu ul li a {
  color:#fff !important;
  }
div#navigationFirstLevelMenu ul li a {
  /*background:#7e7e7e;*/
  border-right-style:solid;
  background: url(../images/menu.jpg);
  border-right-width:1px;
  /*border-left:none;*/
  border-right-color:#00fC00;
  color:#fff;
  /*-moz-border-radius: 0.7em 0.7em 0em 0em;
  -webkit-border-radius: 0.7em 0.7em 0em 0em;
  border-radius: 0.7em 0.7em 0em 0em;*/
  
  }
/* ausgewähltes Menü */
div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active {
  /*-moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;*/
  background:#3a3a3a;
  
  background: url(../images/menu_activ.jpg);
  
  border-right-style:solid;
  border-width:1px;
  border-color:#eee;
  color:#fff;
  }
/* erstes Menue Maus über*/
div#navigationFirstLevelMenu ul li a:hover {
  color:#000;
  background:#00aa1e url(../images/menu_hover.jpg);
  text-decoration: none; 
  
  /*background-image:-moz-linear-gradient(316% 0% -90deg,rgb(109,113,123) 0%,rgb(109,113,123) 31%,rgb(109,113,123) 57%,rgb(109,113,123) 100%); 
  background-image:-webkit-gradient(linear,316% 0%,316% 72%,color-stop(0, rgb(109,113,123)),color-stop(0.31, rgb(109,113,123)),color-stop(0.57, rgb(109,113,123)),color-stop(1, rgb(109,113,123)));
  background-image:-webkit-linear-gradient(-90deg,rgb(109,113,123) 0%,rgb(109,113,123) 31%,rgb(109,113,123) 57%,rgb(109,113,123) 100%);
  background-image:-o-linear-gradient(-90deg,rgb(109,113,123) 0%,rgb(109,113,123) 31%,rgb(109,113,123) 57%,rgb(109,113,123) 100%);
  background-image:-ms-linear-gradient(-90deg,rgb(109,113,123) 0%,rgb(109,113,123) 31%,rgb(109,113,123) 57%,rgb(109,113,123) 100%);
  background-image:linear-gradient(-90deg,rgb(109,113,123) 0%,rgb(109,113,123) 31%,rgb(109,113,123) 57%,rgb(109,113,123) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6d717b,endColorstr=#ff6d717b,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6d717b,endColorstr=#ff6d717b,GradientType=0);
  */
  /*-moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;*/
  
  }
div#breadcrumb a {
  color: #5d5d5d;
  margin:0 4px;
  }
div#breadcrumb span {
  margin:0 4px;
  }
div#navigationSecondLevelMenu li ul a {
  color:#004477;
  }
div#navigationSecondLevelMenu ul li a:hover {
  color:#000000;
  text-decoration: none;
  }
div#header h1 a {
  color:#fff;
  text-decoration: none;
  }


/******************/
/* FONT TREATMENT */
/******************/
body {
  font: 80%/1.3em Arial,Helvetica,Sans-Serif;
  color:#000;
  }
div#mainContent {
  font-size:110%;
  }
div#secondary {
  font: 90%/1.5em Arial,Helvetica,Sans-Serif;
  table border="0" cellspacing="10";

}
div#secondary embed {
  width:245px;
}

h1 {
  font-weight:normal;
  margin:0.5em 0 0.5em 0 ;
  color: #007a41;
  font-size:190%;
  line-height:1.3em;
  }
h2 {
  font-weight:normal;
  margin:0.5em 0 0.5em 0;
  color: #666666;
  font-size:160%;
  line-height:1.2em;
  }
h3, h4 {
  font-weight:normal;
  margin:0.5em 0 0.7em 0;
  color: #007a41;
  }

div#header h1 {
  font: 400% Arial,Helvetica,Sans-Serif;
  color: #007a41;
  margin-left:20px;
  position:absolute;
  font-style:italic;
  text-indent:-9999px;
  }
div.secondaryContentSection .csc-header h1, div.secondaryContentSection .csc-header h2, div.secondaryContentSection .csc-header h3 {
  color:#fff;
   border-top: none /*1px dotted #cfcecf*/;
  background:#ddd;
  opacity:0.8;
  padding: 6px 10px;
  margin:0 0 1em -11px;
  width:246px;
  
  background: url(../images/menu.jpg);  
  }

h3 {
  font-size:125%;
  }
h4, h5 {
  font-size:115%;
  }
/*Texthinterlegung grau im RTE auch Rahmen1*/
.csc-frame-frame1 {
  background-color:#F9C620;
  color:#000;
  }
.csc-frame-frame1 h1 {
  color:#fff;
  }
.csc-frame-frame2 {
  background-color:#f1f1f1;
  color:#000;
  }
p {
  margin-bottom:1em;
  }
blockquote {
  margin:1em 0 1em 2em;
  padding-left:2em;
  border-left:1px solid #ccc;
  }
div#footer {
  color:#676e73;
  }
div#navigationSecondLevel h2 {
  margin-left: 0px;
  padding-top:12px;
  }



/*************/
/* SEARCHBOX */
/*************/
div#searchBox input.inputText {
  width:100px;
  }
div#searchBox {
  left:833px;
  top:-28px;
  position:relative;
  width: 158px;
  height: 21px;
  background: url(../images/bg_searchInput.gif) no-repeat;
  margin-left:8px;
    z-index:1;
  }
div#searchBox input#inputText {
  float: left;
  padding: 1px 0 0px 4px;
  margin: 2px 0 0 20px;
  border: 0;
  width: 110px;
  background: none;
  color:#515151;
  }
div#searchBox input.inputButton {
  float: left;
  margin: 3px 4px 0 0;
  cursor: pointer;
  }
div#searchBox legend {
  display:none;
  }

/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
  display:inline; 
  margin-right:5px;
  }
.tx-indexedsearch-redMarkup {
  font-weight: bold;
  }
.tx-indexedsearch .tx-indexedsearch-title {
  background: #e5e5e5; 
  padding: 1px 5px;
  }
div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
  float:left;
  }
dl.tx-indexedsearch-info {
  font-size:80%;
  color: #999;
  text-transform:uppercase;
  line-height:1.4em;
  }
dt.item-crdate, dt.item-mtime, dt.item-path {
  font-weight:bold;
  }
div.tx-indexedsearch-res {
  margin-bottom:2em;
  }
.tx-indexedsearch td {
  padding:2px;
  }
.tx-indexedsearch .tx-indexedsearch-searchbox {
  }
input#tx-indexedsearch-searchbox-sword {
  width:250px;
  }
.tx-indexedsearch select {
  width:156px;
  }
.tx-indexedsearch label {
  display:block;
  margin-top:1em;
  text-transform:uppercase;
  font-size:90%;
  }
.tx-indexedsearch legend {
  display:none;
  }
.tx-indexedsearch-search-submit {
  padding:1em 0;
  }


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/
.news-latest-item h3, .news-latest-item p {
  margin-bottom: 0;
  }
.news-list-subheader p {
  display:inline;
  }
.news-list-item {
  padding: .4em 0 1em;
  clear:both;
  border-top:1px dotted #676e73;
  }
.news-list-container img {
  float:left;
  margin: 0 10px 10px 0;
  }
.news-single-img {
  float:left;
  margin: 0 10px 10px 0;
  }
.news-list-category {
  font-size: 90%;
  }

/************************/
/* THEME COLOR OVERIDES */
/************************/
/*.themeColorForeground {
  color:#000;
  }
.themeColorBackground {
  background-color:#fff !important;
  }
*/
div#header {
  background-color:#F2F4F5;
  }
*/
a:link, a:visited {
  color:#007a41;
  }*/
/*div#navigationSecondLevelMenu ul li a:hover {
  color:#3c8dd9;
  }*/

/* Glossar */


dt.tx-glossary-term {   font-weight:bold;
  border-top:1px solid #ccc;
  padding-top:0.5em;
  margin:1em 0 0.2em 0;
  color: #004477;
  font-size:120%;
  }
dd.tx-glossary-typelabel { 

  font-size: 0.7em;
  margin:0;
  /*background-color:#ddd;*/
}

dd.tx-glossary-abstract { 
  font-weight:bold;
  background-color:#eee;
  }

dd.tx-glossary-description-span {
  color:#505050;
  }
/*Modern Linklist*/
.tx_ablinklist_viewDetailsForLink {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  
  padding:0 15px 0 15px;
}

.tx_ablinklist_viewDetailsForLink a {
 font-size:1.2em; 
 line-height:2em;
}
.tx_ablinklist_viewDetailsForLink p {
}

.tx_ablinklist_viewAddNewLink {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  
  padding:0 15px 10px 15px;  
  line-height:2em;
}
/*Kategorielinks*/
.tx_ablinklist_listView_links a {
   font-size:1.3em; 
}

/*Kategorieübersicht*/
.tx-ablinklist-pi1 a {
   font-size:1.2em; 
}
/*Details*/
.tx-ablinklist-pi1 h3 {
     font-size:1.4em; 
  }
.tx_ablinklist_viewDetailsForLink a {
    font-size:1em;
}  
.tx_ablinklist_viewDetailsForLink td {
    padding:0 8px 0 0;
}

.tx_ablinklist_viewDetailsForLink titel {
   width: 300px;  position: absolute;  top: 30px;  left: 30px;  display: block;  background: #cae8ea;  border: 1px solid #C1DAD7;  text-decoration: none;  padding: 3px;  opacity: .8;  filter: alpha(opacity=80);
}



.tx-ablinklist-pi1 table {
    margin-bottom:8px;
}
/*Top-Aktuelle*/
.tx_ablinklist_topView_links {
   font-size:0.8em; 
}
.tx_ablinklist_topView_links {
  border: none;
  font-size:0.8em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  
  padding:15 15px 15 15px;
}
.tx_ablinklist_listView_linkImage img {
  -webkit-box-shadow: hsla(120, 0%, 50%, 0.6) 3px 3px 7px,
    hsla(120, 0%, 50%, 0.6) -3px -3px 7px;
  -moz-box-shadow: hsla(120, 0%, 50%, 0.6) 3px 3px 7px,
    hsla(120, 0%, 50%, 0.6) -3px -3px 7px;
  box-shadow: hsla(120, 0%, 50%, 0.6) 3px 3px 3px,
    hsla(120, 0%, 50%, 0.6) -3px -3px 7px;
  margin:0 0 0px,0;
  outline:2px solid white;
}
.tx_ablinklist_listView_linkImage img {
  -webkit-box-shadow: hsla(120, 0%, 50%, 0.6) 3px 3px 7px,
    hsla(120, 0%, 50%, 0.6) -3px -3px 7px;
  -moz-box-shadow: hsla(120, 0%, 50%, 0.6) 3px 3px 7px,
    hsla(120, 0%, 50%, 0.6) -3px -3px 7px;
  box-shadow: hsla(120, 0%, 50%, 0.6) 3px 3px 3px,
    hsla(120, 0%, 50%, 0.6) -3px -3px 7px;
  margin:10px 0 0 0;
  outline:2px solid white;
}
.tx_ablinklist_viewRateLink {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  line-height: 2;
  padding:15 15px 15 15px;
  margin-bottom:8px;
}

.tx_ablinklist_viewRateLinkResult {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  line-height: 2;
  padding:20 15px 20 15px;
}
.tx_ablinklist_viewReportBrokenLink {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  line-height: 2;
  padding:15 15px 15 15px;
  margin-bottom:8px;
}
.tx_ablinklist_viewReportBrokenLinkResult {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  line-height: 2;
  padding:15 15px 15 15px;
  margin-bottom:8px;
}
.tx_ablinklist_viewAddNewLinkResult {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  line-height: 2;
  padding:15 15px 15 15px;
  margin-bottom:8px;
}
.tx_ablinklist_viewAddNewLink {
  margin-bottom:8px;
}
.tx_ablinklist_listView_categories {
  margin-top:26px;
  padding-top:20px;
  border-top: 1px solid #cccccc;
  font-size:0.8em; 
}
.tx_ablinklist_searchView_searchBox {
  margin-top:26px;
  padding-top:20px;
  border-top: 1px solid #cccccc;
}
.tx_ablinklist_searchView_noLinksMessage {
  border: none;
  font-size:1em; 
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  line-height: 2;
  padding:15 15px 15 15px;
  margin-bottom:8px;
}
/*Codeschnipsel*/
input.in2snippets_search_form_textfield {
  margin:3em auto;
  width:96%;
}
div#tx-t3sheaderslider-pi1 .nivoSlider {
  background:#F2F4F5;
}
.csc-textpic-caption {
  margin-top:4px;
  font-style:italic;
}
</pre></body></html>