/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 19.1.07
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte und TYPO3-spezifische Änderungen der content.css
**
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

/* Open @media all - DO NOT DELETE! */
@media all
{

/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
**

/* ### Überschriften, Fließtexte ###################################################################### */

/* body {color:#222; font-size:83.33%; font-family: Verdana, Helvetica, Arial, 'Trebuchet MS', sans-serif;}*/
 body {color:#222; font-family: Verdana, Helvetica, Arial, 'Trebuchet MS', sans-serif;}


h1{	
	font-size:1.1em; 
	color:#000; 
	/* background:#fff url(/fileadmin/img/bg_headline.gif) no-repeat 100%;*/  
  background-color: #fff;
	margin:0; 
	padding: 0px 4px 0px 0px;	
	text-transform: uppercase;
	display: inline;
  width: 100%;	
/*  height:auto;*/
/*  line-height: 2.2em;*/
  border: 0px solid #000;
  /*line-height: 25px;*/
}
h2{
  font-size:1.0em; 
	color:#000; 
  background:#fff; 
  margin:0; 
  padding:0;
}

h3 {
  font-size:1.0em; 
  color:#000; 
  background:transparent; 
  margin:0.4em 0 0.3em 0; 
  padding-top:1em;
}

h4 {
  font-size:1.0em; 
  color:#000; 
  background:transparent; 
  margin:0.4em 0 0.3em 0; 
  border-bottom:1px #ccc solid; 
  padding-top:1em;
}



.csc-header{
	margin: 30px 0px;
}



#col2_content .csc-header{	
	margin: 0px 0px 20px 0px;
}




#teaser h1 {
  font-size:1.2em; border:0;
}



p,ul,dd,dt {line-height:1.5em;}
p {line-height:1.5em; margin:0 0 1em 0;}

strong,b {font-weight:bold;}
em,i {font-style:italic;}
pre, code {	font-family:"Courier New", Courier, monospace;}
address {font-style:normal; line-height:1.5em; margin:0 0 1em 0;}

hr {color:#fff; background:transparent; margin:0 0 0.5em 0; padding:0 0 0.5em 0; border:0; border-bottom:1px #eee solid;}

acronym, abbr {border-bottom:1px dashed #c00; cursor:help;}

/* ### Bildpositionierung ############################################################################ */
img.float_left {float:left; margin-right:1em; margin-bottom:0.15em; border:0;}
img.float_right {float:right; margin-left:1em; margin-bottom:0.15em; border:0;}
img.center {text-align:center; background:#fff; padding:4px; border:1px #ddd solid;}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a, a em.file {
/*	color:#de761d; */
  color:#0093cf;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
a:hover {background-color:#eef; text-decoration:underline;}

#topnav a {
	color:#323226; 
	background:transparent; 
	text-decoration:none;
}
#topnav a:hover{text-decoration:underline; background-color:transparent;}

#footer a {color:#669;}
#footer a:hover {background-color:#eef;}



#main a[href^="http:"], #main a[href^="https:"] {padding-left:0; background-image:none;}

#main a.imagelink {padding-left:0; background:transparent;}

.clear{ clear:both;}

/* ######################################################################################################
** ### LISTENPUNKTE #############################################################################
** ######################################################################################################
*/


#col3_innen UL LI,
UL.csc-bulletlist LI{
	list-style-type: none;
	background: #FFFFFF url(/fileadmin/img/bulletpoint_blue_small.gif) no-repeat 0px 8px;
	padding-left: 8px;	
  border: 0px solid #000;
}





/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/
table {border-collapse:collapse; margin-bottom:0.5em;}
table {
  border-collapse:collapse; 
  margin-bottom:0.5em;
}
/* added by uro 20100825*/

table tr th {
  background-color: #e9e2dc;
  border-right: 3px solid #FFF;
  padding: 4px 8px;
}

table tr td {
  background-color: #f4f1ec;
  border: 3px solid #FFF;
  padding: 13px 8px;
}
table .align-right{
  text-align: right;
}
table .align-center{
  text-align: center;
}
table .align-left{
  text-align: left;
}



form {overflow:hidden;}

input, textarea {width:auto; font:1em Verdana, Arial, Helvetica, Sans-Serif; border:1px #ccc solid; background:#fafafa;padding:3px; color:#777;}

input[type=text]:focus, input[type=password]:focus, textarea:focus {background:#f0f0f0; color:#333; border-color:#666;}

/* ######################################################################################################
** ### Spezielle Formatanweisungen des YAML-Standard-Layouts ############################################
** ######################################################################################################
*/

/* ###  Textformatierungen ################################################################## */

/* Beispieldateien */
p.demo {background-color:#fee; border:1px #fcc solid; padding:6px; margin-bottom:0.5em;}

/* Navigation am Seitenende */
p.navlink {background-color:#f4f8f4; border:1px #aca dotted; padding:6px; margin-bottom:0.5em;}
p.navlink a {color:#353;}
p.navlink a:hover {font-weight:bold; background:transparent;}

blockquote {color:#222; background:#f8f8f8; border:1px #ddd solid; border-left:8px #ddd solid; padding:1em 1em 0 1em; margin:0 0 1em 1em;}

/* Ungeordnete Listen ohne Listenpunkt */
ul.linklist {list-style-type:none; margin:0 0 1em 0;}
ul.linklist li {margin:0 0 1em 0;}

/* Auszeichnungen für Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {font-family:"Courier New", Courier, monospace; font-style:normal;}
em.mono {padding:0 0.3em 0 0.3em; background:#f0f0f4; border:1px #ccd solid;}
em.file {padding:0 0 0 14px; color:#008; background:transparent url(../../img/icons/file.gif) no-repeat left;}
em.directory {padding:0 0 0 15px; color:#008; background:transparent url(../../img/icons/dir.gif) no-repeat left;}
pre, code {display:block; margin:0 0 1em 1em; padding:0.5em; color:#000; background:#f0f0f4; border:1px #ccd solid; border-left:8px #ccd solid;}
code.css {background-image:url(../../img/bg_css.gif); background-repeat:no-repeat; background-position:top right;}
code.xhtml {background-image:url(../../img/bg_xhtml.gif); background-repeat:no-repeat; background-position:top right;}
code.typoscript {background-image:url(../../img/bg_ts.gif); background-repeat:no-repeat; background-position:top right;}

/* ### Tabellen ################################################################## */
table.bugs {margin-bottom:1em; margin-top:0.5em; width:100%;}
table.bugs th {background:#fff; color:#222; padding:0.5em; text-align:center; border-bottom:1px #ccd solid; border-right:1px #ccd solid;}
table.bugs td {background:#f0f0f4; color:#222; padding:0.5em;	text-align:center; border-bottom:1px #ccd solid; border-right:1px #ccd solid;}

/* ### Download-Box ################################################################## */
.bluebox {color:#000; background:#f0f0f4; padding:2px; border:1px #ccd solid; text-align:center; padding:4px 0 4px 0; margin-bottom:1em;}
.bluebox p {padding:0px 8px 0 8px;}

a.dl_link {display:block; padding:0; margin:0.5em auto 0 auto; background-image:none;}
a.dl_link:hover {text-decoration:none; background-color:transparent;}

/* #####################################################################
** ### Spezielle Formatanweisungen des TYPO3 Templates #################
** #####################################################################
*/
input, textarea {margin-left:1em; padding:2px; width:auto; font:1em Verdana, Arial, Helvetica, Sans-Serif; border:1px #ccc solid; background:#fafafa; color:#777;}
input[type=text]:focus, textarea:focus {background:#f0f0f0; color:#333; border-color:#666;}
img {border:0;
}
p.csc-linkToTop {text-align:right;}
p.csc-form-label-req {font-weight:bold;}
.csc-caption {font-size:0.9em; background-color:#E0E7F5; padding:2px;}
dd.csc-textpic-caption {font-style:italic; font-size:0.9em; background-color:#E0E7F5; padding:0;}




#footer .copyright{
	position: absolute;
	top:46px;
	right:0px;
	width: 166px;
	text-align:left; 
}




/* #############################
** ### tt_news #################
** #############################
*/
.tx-ttnews-browsebox {
	padding:0; 
	margin:1.2em 0 1em 0; 
	padding:1px; border:1px solid #ccd; 

}

.tx-ttnews-browsebox a, 
.tx-ttnews-browsebox strong {
	padding:0 0.4em 0.4em 0; 
	margin:0; background:transparent;
}
.news-list-browse{
	position: relative;
	text-align:right; 
	background-color:#0192d1;
  width:100%;
}
.news-amenu-item-year,
.news-list-browse span,
.news-list-browse strong,
.news-list-browse a,
.news-list-browse a:hover,
.news-list-browse a:focus
{
	color: #000;	
	font-weight: bold;
	background-color: transparent;
}

.browseBoxWrap{
	position: absolute;
	top: 0px;
	left: 2px;
}



/* AMENU */

#blueline {
	text-align:left; 
	background-color:#0192d1;
	padding:0;
	color: #fff;
/*	padding-left:4px;*/
}
.news-amenu-container {
	margin:3px 0px 0px 0px;
	background-color: #e9e2dc;	
  border: 0px solid #000;
}
 
.news-amenu-container UL{
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
  border: 0px solid #000;
	background-color: #e9e2dc; 
}

.news-amenu-container UL LI{
	list-style-type:none;
	margin:0px;
	padding: 0px 5px 13px 25px; 
	background: #e9e2dc url(/fileadmin/img/arrow_right_blue_dotted.gif) no-repeat 0px 0px; 
	background-image: none;	
}

.news-amenu-container UL LI A{
  color:#000;
  font-style:normal;
}

.news-amenu-container UL LI.news-amenu-item-year{
	padding: 5px 5px 5px 25px; 
	background-image: none;
}



/* LATEST Ansicht */
.news-latest-item {
  margin-bottom:1em;
}
.news-latest-item h3 {padding-top:0;}
.news-latest-item h3 a {text-decoration:underline;}
.news-latest-item h3 a:hover {background:transparent;}
.news-latest-item img {padding-right:1em; padding-top:0.5em; float:left;}
.news-latest-morelink {padding:1px; border:1px solid #ccd; background:#f0f0f4; text-align:center;}


/* LIST Ansicht Startseite */
.news-list-container{
  padding:0;
  margin:0;
  background-color: transparent;
}

#blueline .news-list-item {
	margin:0;
	margin-bottom:1em;
/*	padding: 23px 5px 10px 31px;*/
	padding: 13px 5px 30px 9px;   
/*	background: #e9e2dc url(/fileadmin/img/arrow_right_black.gif) no-repeat 0 26px; */
  background-color: #e9e2dc;
  color: #323226;
  border: 0px solid #000;
  clear:both;
  display:block;
  min-height: 110px;
}

#blueline .news-list-date{
}

#blueline .news-list-item img {
  padding-right:1em; 
  padding-top:0.1em; 
  float:left;
}

#blueline .news-list-item h3 {
  padding:0px 0px 10px 0px;
}
#blueline .news-list-item h3 a {text-decoration:none;}
#blueline .news-list-item h3 a:hover {background:transparent;}
#blueline .news-list-item h3 span.news-list-date {
	color:#323226;
	font-weight:normal;
}

#blueline .news-list-item p.bodytext{
	display:inline;		
}

#blueline .news-list-morelink {
	padding:1px;
	border:0px solid #000; 
	background-color: transparent;
	width: auto;
	display:inline;
  		
}

#blueline .news-list-morelink a {
	color:#0192d1;
}
#blueline .news-list-morelink a:hover {
	background:transparent;
	}
#blueline .news-list-category {color:#aaa;}



/* LIST Ansicht  Standard */

#greyline .news-list-container{
  width:100%;
  background-color: transparent;
}

#greyline .news-list-browse{
  text-align:center;
  width:100%;
  border: 0px solid #000;
  clear:both;
  background-color: transparent;

}

#greyline .news-list-browse a,
#greyline .news-list-browse a:hover,
#greyline .news-list-browse a:focus
{
	color:#323226;
	font-weight: bold;
	background-color: transparent;
}

#greyline .news-list-item {
	margin-bottom:10px;
	padding: 0px 5px 10px 0px; 
/*	background: #ffffff url(/fileadmin/img/arrow_right_orange.gif) no-repeat 0px 0px; */
  clear:both;
/*  min-height: 140px;*/
}
#greyline .news-list-date{
	display: block;
	border: 0px solid #000;
	background-color: transparent;
	color:#323226;
	font-weight:normal;
	padding: 0px 0px 0px 12px;
	margin-bottom: 0px;
  clear:both;
}

#greyline .news-list-item img {
  padding-right:1em; 
  padding-top:0.1em; 
  float:left;
  margin-bottom: 10px;
}


#greyline .news-list-item h3 {
	padding:0px 0px 0px 0px;
}


#greyline .news-list-item h3 a {text-decoration:underline;}
#greyline .news-list-item h3 a:hover {background:transparent;}

#greyline .news-list-item p.bodytext{
	display:inline;		

}

#greyline .news-list-morelink {
	padding:1px;
	border:0px solid #000; 
	background-color: transparent;
	width: auto;
	display:inline;		
}
 
#greyline .news-list-morelink a {
	color:#0192d1;
}
#greyline .news-list-morelink a:hover {
	background:transparent;
	}
#greyline .news-list-category {color:#aaa;}




/* SUCHBOX NEWS Ansicht */
div.news-search-form #searchform{
	background-color: #e9e2dc;
	text-align:center;	
	padding: 10px 0px 10px 0px;
}
div.news-search-form {
  color: #FFF;
  padding-left: 4px;
	margin: 0px 0px 3px 0px;
}

div.news-search-form input {
	margin:0;
	padding:0;
	vertical-align:top;
	border: 1px solid #a8a8a8;
	background-color:#d8d6d7;
	color:#323228;
	font-size: 0.9em;
/*	font-size:0.7px;	*/
}



/* SINGLE Ansicht */
.news-single-item{
margin-bottom:1em; 
margin-top:1em; 
color:#000; 
padding:0.5em; 
background-color:#e7e2dc; 
border:none 
}

.news-single-item h2{
  margin-bottom:3px; 
  margin-top:0px; 
}

.news-single-item h3{
  border: 1px solid #000;
  background-color: transparent;
  font-weight:normal;

}

.news-single-item P.bodytext{
}

.news-single-item{
  background-color: transparent; 
  position:relative;
}
.news-single-backlink{
  position:absolute;
  border: 0px solid #000;
  left:0px;
}
.news-tip-a-friendlink{
  position:absolute;
  border: 0px solid #000;
  right:0px;
}

.news-single-img {
  padding-right:15px;	
  float:left;
  border: 0px solid #000;
}
.news-single-imgcaption{
}
.news-single-img p {padding:0; margin:0;}
.news-single-timedata {
  color:#aaa; 
  margin-bottom:1em;
}
.news-single-additional-info {}
.news-single-additional-info dd {margin-top:-1em;}
.news-single-additional-info dt {margin-bottom:1.4em; color:#aaa;}


.news-single-category{
  display:inline;
  color:#aaa;
}


/* CATEGORY Menu */
.news-catmenu {
	margin: 0;
	padding:0;
	vertical-align:top;
	background: #e9e2dc url(/fileadmin/img/bg_infobox_right.gif) no-repeat 0% 100%;
	border: 0px solid #000; 
	padding-bottom:30px;
}

.news-catmenu a {
	display:inline; 
	margin: 0;
	padding:0;
	padding-left:2px;
	font-style:normal; 

}

.news-catmenu a:hover {
	background:transparent; 
	font-style:normal; 
	font-weight:bold;
}

.news-catmenu {
	margin: 3px 0px 20px 0px;
	border: 0px solid #000; 

}
.news-catmenu .news-catmenu-NO {
	padding: 0px 5px 13px 25px;
	/*#e9e2dc*/ 
	background: #e9e2dc url(/fileadmin/img/arrow_right_blue_dotted.gif) no-repeat 0px 0px; 
}


/*p.news-catmenu-header {	margin:0;padding:0;color:#fff;text-align:left; background-color:#0192d1;}*/




/* ##############################
** ### t3blog #########
** ##############################
*/
/* CATEGORY und Archive Menu */

.tx-t3blog-pi2 .categorieList{
	margin: 0;
	padding:0;
	vertical-align:top;
	background: #e9e2dc url(/fileadmin/img/bg_infobox_right.gif) no-repeat 0% 100%;
	border: 0px solid #000; 
	padding-bottom:30px;
}
.tx-t3blog-pi2 .archive{
	margin: 0;
	padding:0;
	vertical-align:top;
	background-color: #e9e2dc;
	border: 0px solid #000; 
}

.tx-t3blog-pi2 .categorieList a {
	display:inline; 
	margin: 0;
	padding:0;
	padding-left:2px;
	font-style:normal; 
}

.tx-t3blog-pi2 .categorieList a:hover {
	background:transparent; 
	font-style:normal; 
	font-weight:bold;
}

.tx-t3blog-pi2 .archive ,
.tx-t3blog-pi2 .categorieList {
	margin: 3px 0px 20px 0px;
	border: 0px solid #000; 

}
.tx-t3blog-pi2 .archive UL,
.tx-t3blog-pi2 .categorieList UL{
	margin: 0;
	padding:0;

}
.tx-t3blog-pi2 .archive UL LI,
.tx-t3blog-pi2 .categorieList UL LI {
	border: 0px solid #000; 
	margin: 0;
	padding: 0px 5px 13px 25px;
	/*#e9e2dc*/ 
	background: #e9e2dc url(/fileadmin/img/arrow_right_blue_dotted.gif) no-repeat 0px 0px; 
  list-style-type:none;
}

.tx-t3blog-pi2 .archive UL LI{
  background-image:none;
	padding: 0px 5px 13px 5px;

}

.tx-t3blog-pi2 #searchform{
	background-color: #e9e2dc;
	text-align:center;	
	padding: 10px 0px 10px 0px;
}

.tx-t3blog-pi2 .searchBox {
	margin: 0px 0px 3px 0px;
}

.tx-t3blog-pi2 .searchBox input {
	margin:0;
	padding:0;
	vertical-align:top;
	border: 1px solid #a8a8a8;
	background-color:#d8d6d7;
	color:#323228;
/*	font-size:0.7px;*/	
}




.tx-t3blog-pi2 .blogList {}
.tx-t3blog-pi2 .blogList .title {}
.tx-t3blog-pi2 .blogList .item .itemTop {
  background-color: #0193cf;
  border: 0px solid #000;
  color: #FFF;
}
.tx-t3blog-pi2 .blogList .item .itemTop a{
  color: #FFF;
}


.tx-t3blog-pi2 .blogList .item .itemBody{
  border: 0px solid #000;
  background-color: #e9e2dc;
}
.tx-t3blog-pi2 .blogList .item .itemNav{
  border: 0px solid #000;
  background-color: #efeae6;
}

.tx-t3blog-pi2 .blogList .item .itemNav .categories,
.tx-t3blog-pi2 .blogList .item .itemNav .date,
.tx-t3blog-pi2 .blogList .item .itemNav .time,
.tx-t3blog-pi2 .blogList .item .itemNav .blogtipafriendlink,
.tx-t3blog-pi2 .blogList .item .itemNav .permalink,
.tx-t3blog-pi2 .blogList .item .itemNav .comments{
  float:left;
  margin-right: 10px;
}




/* ##############################
** ### xflextemplate #########
** ##############################
*/

/**/

#whiteline,
#orangeline {
	text-align:left; 
	background-color:#de771b;
	padding:0;
	margin:0;
  margin-bottom:5px;
}

#blueline H2,
#orangeline H2 {
  color:#FFF;
  font-size:1.0em;
	padding:0;
	margin:0;
  margin:10px 0px 0px 0px;
	padding-left: 4px;
	background-color:#de771b;

}
#blueline H2 {
	background-color:#0192d1;
}


#whiteline {
	background-color:transparent;
}
#whiteline H2{
  font-size:1.0em;
	padding:0;
	margin:0;
	padding-left: 4px;
}


.teaserlistenpunkt,
.teaserbox{
  border: 0px solid #000;
  margin:0px 0px 0px 0px;
}
.teaserlistenpunkt,
.teaserbox {} 


.teaserlistenpunkt P,
.teaserbox P{
  background: #e9e2dc url(/fileadmin/img/arrow_right_black.gif) no-repeat 0 16px;
  padding: 16px 16px 31px 31px;  
  margin:0px 0px 0px 0px;
  color:#323226;
}
.teaserlistenpunkt P{
  background: #ffffff url(/fileadmin/img/arrow_right_orange.gif) no-repeat 0 16px;
}


.teaserlistenpunkt A,
.teaserbox A{}












/* ##############################
** ### tx_indexedsearch #########
** ##############################
*/


#col3_innen .tx-indexedsearch .tx-indexedsearch-browsebox{
  clear:both;
  display:block;
}
#col3_innen .tx-indexedsearch .tx-indexedsearch-browsebox	UL.browsebox{
  border:0px #ccd solid;
  clear:both;
  padding:0;
  margin:0;
  margin-left:-1px;
  margin-bottom: 24px;
}
#col3_innen .tx-indexedsearch .tx-indexedsearch-browsebox	UL.browsebox LI{
/*  float:left;*/
  display:inline;
  border:0px #ccd solid;
  background-image: none;
  padding:0px 9px 0px 7px;
  margin:0;
  border-left:1px solid #000;
}
#col3_innen .tx-indexedsearch .tx-indexedsearch-browsebox	UL.browsebox LI A{
  color: #323325;
  font-style:normal;
  font-weight: normal;
/*  white-space:nowrap;*/

}

#col3_innen .tx-indexedsearch .tx-indexedsearch-browsebox	UL.browsebox LI.tx-indexedsearch-browselist-currentPage A{
  font-weight: bold;
}


.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
  margin:0;
	padding:0;
	height: 12px;
	width:auto;
/*	width: 74px; */
	background: #0192d1 url(/fileadmin/img/arrow_right_blue.gif) no-repeat 100%;
	padding-right: 15px;
	padding-left: 5px; 
  font-size:0.8em;
  font-weight:bold;	
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
}

.tx-indexedsearch .tx-indexedsearch-searchbox SELECT.tx-indexedsearch-selectbox-sections{
	padding: 0;
	padding-left: 7px;
	margin:0px 10px;
  width:173px;
	vertical-align:top;
	border: 1px solid #a8a8a8;
	background-color:#d8d6d7;
	color:#323228;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	padding:0;
	padding-left: 10px;
	margin-left:10px;
  width:160px;
	vertical-align:top;
	border: 1px solid #a8a8a8;
	background-color:#d8d6d7;
	color:#323228;
}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {font-weight:bold; font-style:italic;}
.tx-indexedsearch .tx-indexedsearch-whatis {margin-top:10px; margin-bottom:5px;}
.tx-indexedsearch P.tx-indexedsearch-noresults {text-align:center; font-weight:bold;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
  padding-left: 7px;
  background-color:#e7e2dc;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {font-weight:bold;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
  font-weight:normal;
  background-color: #e7e2dc;
  padding-right:7px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr{
  padding-left:7px;  
  background:transparent;

}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {font-style:italic;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  padding-left:7px;
  background:transparent;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {margin-top:20px; margin-bottom:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead  {color:#006699; margin-top:0px; margin-bottom:0px; background:transparent;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {background:#cccccc;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {vertical-align:middle;}
.tx-indexedsearch .tx-indexedsearch-res .noResume {color :#666666;}
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {	
  font-weight:bold;	
  padding:0; 
  border:0px #ccd solid;
  color: #eb6d07;
}






/* ###########################
** ### Language menu #########
** ###########################
*/
div.langMenu {padding:0 0 0 0;}
div.langMenu a:hover {background:transparent;}
div.langMenu img.flag {margin-top:4px; padding-right:7px;}
div.langMenu img.arrow {}

/* ##########################
** ### tx_dropdownsitemap ###
** ##########################
*/
.tx-dropdownsitemap-pi1 A {font-weight:bold;}
.tx-dropdownsitemap-pi1 li.open ol {display:block;}
.tx-dropdownsitemap-pi1 li.closed ol {display:none;}
.tx-dropdownsitemap-pi1 li.open ul {display:block;}
.tx-dropdownsitemap-pi1 li.closed ul {display:none;}
.tx-dropdownsitemap-pi1 div {border:solid 1px #ccd; background:#F0F0F4; padding:2px; margin-bottom:5px;}
.tx-dropdownsitemap-pi1 div.level_2 {background:#FFFFFF;}
.tx-dropdownsitemap-pi1 div.level_2 a {font-weight:normal;}
.tx-dropdownsitemap-pi1 div.level_3 {background:#F0F0F4;}
.tx-dropdownsitemap-pi1 div.level_4 {background:#FFFFFF;}
.tx-dropdownsitemap-pi1 div.level_5 {background:#F0F0F4;}
.tx-dropdownsitemap-pi1 div.expAll {text-align:center; border:solid 1px #ccd; background:#F0F0F4;}
.tx-dropdownsitemap-pi1 img {margin-right:0.5em;}
.tx-dropdownsitemap-pi1 a:hover {background:transparent;}


/* ######################################################################################################
** ### Formatierung des Kontaktformulars       ##########################################################
** ######################################################################################################
*/

.tx-thmailformplus-pi1 p.error {
  margin-left:        207px;
  color:              red;
  font-style:         italic;
  margin-top:         -5px;
  padding-bottom:     5px;
}

#mailform{
	border: 0px solid #000;
	font-size:0.9em; 
}

#mailform fieldset{
	border:none;
	border: 0px solid #000;
	clear:both;

}
#mailform .csc-mailform-field{
}


#mailform .csc-mailform-field select,
#mailform .csc-mailform-field input, 
#mailform .csc-mailform-field textarea {
	border:1px solid #c9d1d4;
	background-color:#eff3f6;
}

#mailform .csc-mailform-field label {
	float:left;
	width:65px;
	/* ie 6*/
	width:58px;
	color:#313127;;
	padding:0;
	margin:0;
	border: 0px solid #000;

}

#mailform .csc-mailform-field input {
	width:150px;
}

#mailform .csc-mailform-field select{
	width:157px;
}

#mailform .csc-mailform-field #mailformgender{
	margin-left:12px;
}

#mailform .csc-mailform-field input[id="mailformNewsletter_bestellen"] {
	margin-top:10px;
	margin-left:0px;
	width:20px;

}

#mailform div.csc-mailform-field {
	float:left;
	margin:0;
	padding:0;
	margin-bottom:3px;
	border:0px solid #000;
}


#mailform .csc-mailform-field #mailformgender, 
#mailform .csc-mailform-field #mailformname, 
#mailform .csc-mailform-field #mailformstreet, 
#mailform .csc-mailform-field #mailformtelefax, 
#mailform .csc-mailform-field #mailformcity {
	margin-right:10px;
}
#mailform .csc-mailform-field #mailformgender{
	margin-right:8px;
  margin-left: 11px;
}


#mailform .csc-mailform-field #mailformfunction {
	margin-right:245px; 
}
#mailform .csc-mailform-field p,
#mailform .csc-mailform-field textarea {
	width:385px;
}


#tipafriendform .csc-mailform-field #mailformsubmit,
#mailform .csc-mailform-field #mailformreset,
#mailform .csc-mailform-field #mailformsubmit{
	position:absolute;
	top: 0px;
	right: 80px;
	margin:0;
	padding:0;
	height: 12px;
	width:auto;
/*	width: 74px; */
	background: #0192d1 url(/fileadmin/img/arrow_right_blue.gif) no-repeat 100%;
	padding-right: 15px;
	padding-left: 5px; 
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;	

}

#mailform .csc-mailform-field #mailformsubmit{
	right: 0px;
	display: block;	
}


#submitwrap{
	position: relative;
	clear:both;
	width:468px;
	text-align:right;
	border: 0px solid #000;
	margin-bottom: 20px;
}


#col3_content UL.errorTextBox{
  width:448px;
  padding:0px 4px;
  margin: 15px 0px;
  border: 1px solid #c4bcb1; 
  background-color:#eff3f6;
}
#col3_content UL.errorTextBox LI.errorTextItem{
/*  list-style-type:none;*/
  margin:0;  
  padding: 2px 0px;
  background-color:#eff3f6;
  background-image:none;
	font-weight:normal;
	padding-left: 0px;
  color: #b3081b; 
}


/* Tip a Friend Formular*/


#tipafriendform .csc-mailform-field label{
	float:left;
	width:170px;
	color:#313127;;
	padding:0;
	margin:0;
	border: 0px solid #000;
}

#tipafriendform div.csc-mailform-field {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	border:0px solid #000;
	clear:both;
}

#tipafriendform .csc-mailform-field textarea {
	width:192px;
}



/* Login Formular */

#loginform{
	border: 0px solid #000;
/*	font-size:0.9em; */
}
#loginform fieldset{
	border: 0px solid #000;
	clear:both;
	margin:10px 0px 5px 0px;
}

#loginform legend{
  display:none;

}
.loginform-field{
}
.loginform-field input{
	border:1px solid #c9d1d4;
	background-color:#eff3f6;
	margin:0;
	padding:0;
  display:block;  
	margin:0px 0px 5px 0px;	
}

.loginform-field label{
	width:100px;
	color:#313127;;
	padding:0;
	margin:10px 0px 5px 0px;
	border: 0px solid #000;
  display:block;  
}

.loginform-field #loginformsubmit{
	padding:0;
	height:12px;
	width:auto;
	background: #0192d1 url(/fileadmin/img/arrow_right_blue.gif) no-repeat 100%;
	padding-right: 15px;
	padding-left: 5px; 
  margin: 10px 0px 0px 48px;  
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;	
}



/* ##########################
** ### tx-urofeuserform-pi1 (Passwort aendern nach erstem Login) ######
** ##########################
*/

.tx-urofeuserform-pi1 #mailform .csc-mailform-field{
  clear:both;
	border: 0px solid #000;
	margin-bottom:10px;
  width:350px;
}
.tx-urofeuserform-pi1 #mailform .csc-mailform-field label{
	float:left;
	display:block;
	width:130px;
	color:#313127;;
	padding:0;
	margin:0;
	border: 0px solid #000;
}
.tx-urofeuserform-pi1 #mailform .csc-mailform-field input{
	float:left;
}


.tx-urofeuserform-pi1 #mailform .csc-mailform-field .csc-mailform-submit{
	width:155px;  
}



/* .csc-mailform-field label {color:#369; display:block; font-size:0.8em; margin-top:1em;}*/
/*.csc-mailform-radio label {display:inline; margin-left:0.3em;}*/
/*.csc-mailform-radio legend {display:none;}*/
/*.csc-mailform-submit {margin-top:1em;}*/

/* ##########################
** ### sk-pagecomments ######
** ##########################
*/
.sk-pagecomments-error {color:red;font-weight:bold;background:#FFE8CF;border:1px solid #000;margin:8px 12px;padding:4px;}
.sk-pagecomments-success {color:blue;font-weight:bold;}
.sk-pagecomments-counter {color:#600;text-align:right;text-decoration:underline;margin-bottom:12px;}
.sk-pagecomments-headline {border-bottom:1px solid #000;font-weight:bold;background:#d1d1d1;padding-left:6px;height:20px;}
.sk-pagecomments-namedate {float:left;}
.sk-pagecomments-emailhomepage{float:right;}
.sk-pagecomments-comment{background:#f1f1f1;padding:4px 28px;clear:both;}
.tx-skpagecomments-pi1 form {margin:16px 0;width:480px;}
.tx-skpagecomments-pi1 form fieldset {border:1px solid #eee;}
.tx-skpagecomments-pi1 form p.userinfos {text-align:center;padding:6px;}
.tx-skpagecomments-pi1 form legend {background:#f1f1f1;border:1px solid #000;padding:4px;}
.tx-skpagecomments-pi1 form label {width:120px;float:left;margin-left:8px;}
.tx-skpagecomments-pi1 form p {margin:6px 0;}
.tx-skpagecomments-pi1 form p img {vertical-align:bottom;margin-left:8px;}
.tx-skpagecomments-pi1 div.smileytext{margin-left:130px;}
.tx-skpagecomments-pi1 form input#name,
.tx-skpagecomments-pi1 form input#email,
.tx-skpagecomments-pi1 form input#homepage {width:320px;}
.tx-skpagecomments-pi1 form textarea {width:320px;height:160px;}
.tx-skpagecomments-pi1 form input#skcommentssubmit {float:right;margin:8px 20px;}
.tx-skpagecomments-pi1 .sk-pagecomments-formlink {margin-top:1em; text-align:right;}
.tx-skpagecomments-pi1 #skpagecomments-smileys {text-align:right; margin-right:1em;}

#fundraising {
    position: absolute;
    right: 50px;
    bottom: -10px;
    height: 81px;
    padding-right: 90px;
    
    white-space: nowrap;
    color: #000 !important;
    font-style: normal !important;
    text-decoration: none !important;
    font-weight: bold;
    line-height: 81px;
    
    background-image: url(../../img/fundraising.png);
    background-repeat: no-repeat;
    background-position: right -81px;
    
    cursor: pointer;
}

#fundraising:hover {
    background-position: right 0;
    background-color: transparent !important;
}



/* Close @media all - DO NOT DELETE! */
}
/* ##########################
** ### Accessible menu ######
** ##########################
*/
@media screen, print {
.mainMenu dfn, #col1_content .hidden {position:absolute; left:-1000em; width:20em;}
}
.news-list-item .news-list-category{
  /*display:none;*/
}