/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all

{

 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family: "Fedra Sans Light 3",Arial;

  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: "Fedra Sans Light 3",Arial;
    font-size:81.25%;
    color:#444;
  }

	div {
		zoom: 1;
	}

  .page_margins {
  	width:956px;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: "Fedra Serif A Bold 3",Arial;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
    /*--color:#222; */
   /* margin:0 0 0.25em 0;*/
   margin:0 0 0.2em 0;
  }

  h1 { font-size:250%; }                       /* 30px */
  h2 { font-size:200%; }                       /* 24px */
  h3 { font-size:150%; }                       /* 18px */
  h4 { font-size:133.33%; }                    /* 16px */
  h5 { font-size:116.67%; }                    /* 14px */
  
  /*h6 { font-size:106.67%; }*/                    /* 14px */
  h6 { font-size:90%; }                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:1.5em; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family: "Fedra Sans Light 3",Arial;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height: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;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:#ff8c00; background:transparent; text-decoration:none; }
  a:visited  { color:#ff8c00; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:focus { text-decoration:none; color:#000; background: #fff; outline: 0px #f93 solid; }
  /*a:hover, SCHMIDT*/
  h6 a:hover { text-decoration:none; color:#FF0000; background: #fff; outline: 0px #f93 solid; }
    
  a:active { color:#ff8c00; background:transparent; text-decoration:none; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width:auto; border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #800 solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left:12px;
    background-image:url('your_image.gif');
    background-repeat:no-repeat;
    background-position:0 0.45em;
  }
  */
 
  /* MENU */
 
  .hlist {
 	 background: none;
     border-bottom: 0;
     border-top: 0;
     width:92%;
     min-height:39px;
  }
  
  .hlist a, .hlist a:focus, .hlist a:hover  {
  	color:#000;
  }
  
  
 /*
 
  .hlist ul {
     border-left: 0;
     border-right: 0;
  }
 
  
  .hlist ul li.active strong {color:#000; }

  .hlist ul li.active, .hlist ul li {
	background: none;
	border-left: 0;
	border-right: 0;
  } 
  
  #nav ul, #nav ul li {
  	margin-left:0;
  	position:relative;
  }
  
  .hlist ul li a, .hlist ul li strong {
  	padding:1em 0.8em;
  	margin-right:0em;
  	letter-spacing:-0.03em;
  	text-transform:uppercase;
  }
  
  .hlist ul li a {
  	font-weight:normal;
  }
  
  .hlist .current a {
  	background:#EEE;
  }
  
  
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active,
  .hlist ul li.active a,
  .hlist ul li.current {
  	background:#EEE;
  	font-weight:normal;
  }
  
	#nav .hlist ul li ul.submenu {
		position:absolute;
		left:0;
		z-index:9999;
		top:39px;
	}
	
	#nav .hlist ul li ul.submenu li {
		display:block;
	}
  
  .menu_holder {
  	height:39px;
  	overflow:auto;
  }*/
  
	.menu_holder {
		min-height:39px;
	}
	
	.sf-menu {
		clear:both;
	}
	.sf-menu li a {
		letter-spacing:-0.03em;
  		text-transform:uppercase;
	}
	
  	.sf-menu li.current {
  		background:#EEE;
  	}
  
 
 #header .groupchanger { position:absolute; top:10px; right:0; }
 #header .groupchanger li { display: inline; float:left; border:0; width: 200px; height:52px; overflow: hidden; padding:0; line-height:16px; font-size:14px;  }
 #header .groupchanger li span.upper { line-height:16px; font-size:14px; color:#88807d;}
 #header .groupchanger li a, 
 #header .groupchanger li a:active  {display:block; width:273px; height:32px; color:#88807d; text-decoration:none; padding:14px;}
 
 #header .groupchanger li.blue_btn, #header .groupchanger li.link_21 { background:#fff; color:#444;}
 #header .groupchanger li.gray_btn, #header .groupchanger li.link_22 { background:#fff; color:#444;}
 
 #header h1.logo {
 	text-indent: -3333px;
 	border:0;
 	margin:0;
 	padding:0;
 	display:block;
 	height:123px; 
 	width:306px;
 	background: url('../../images/sg_logo.jpg');
 	overflow:hidden;
 }
 
 #header h1.logo a {
 	display:block;
 	width:315px; 
 	height:123px;
 	text-decoration:none;
 	border:0;
 }
 
 .ix_search {
 	position:absolute;
 	right:0px;
 	top:80px;
 }
 

	.lang_chooser {
		position:absolute; 
		right:0px;
		top:11px;
		z-index:10;
	}
	.lang_chooser ul {
		list-style:none;
		display:inline;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
	.lang_chooser ul li {
		float:left;
	}

	.lang_chooser ul li img {
		width:16px;
	}

	#main {
		padding-top:20px; /* CHANGED ON 110908 FROM 30px to 20px */
	}

/*******    TYPO Styling: 	*******/

.csc-firstHeader, h6.vlist, .imageslider h2, .csc-header h1, .fce_headline {
	background: #88807d;
	color: #fff;
	font-size:16px;
	font-weight:bold;
	padding: 27px 0px 29px 8px;
	margin-bottom:20px;
}

.equalize .fce_headline {
	display:table-caption;
}




.bodytext, .subcolumns p {
	/*padding:0px 10px 15px;*/
	/*Schmidt padding:0px 0px 15px;*/
	padding:0px 0px 5px;
	margin:0;
}


/*******    MENUS 	*******/
	ul.vlist {
		padding: 0px;
		margin: 0px;
		list-style: none;
		padding-bottom: 10px;
		border-bottom: 1px dotted #333;
		margin-bottom:30px;
	}
	
	ul.vlist ul {
		list-style: none;
		padding:0px;
		margin:0px;
		padding-bottom: 0px;
		border-bottom: 0px;
	}
	
	
	ul.vlist li {
		padding:0 0 0px 15px; 
		margin:0 0 3px;
		background:#FFF url('../../images/submenu_vlist_icon_NO.jpg') no-repeat 0px 2px;
	}

	ul.vlist li.active {
		color :#000;
		background:#FFF url('../../images/submenu_vlist_icon_CUR.jpg') no-repeat 0px 2px;
		text-transform: uppercase;
		
	}

	ul.vlist li a {
		font-size:13px;
		font-weight:bold;
		color: #333;
		text-transform: uppercase;
		display:block;
		width:100%;
	}
	
	ul.vlist li.active strong {
		background:#EEE;
		text-transform: uppercase;
		display:block;
		width:100%;
	}
	
	ul.vlist li a:hover {
		background-color:#EEE;
	}
	
	ul.vlist li strong, ul.vlist li a {
		font-weight:normal;
	} 
	
	



/*******    TEAMLISTING 	*******/

.tx_wecstaffdirectory_pi1 .entries {
	padding:0 !important;
	margin:0 !important;
}

.pluginSection .entries li {
	padding:0 !important;
}

.tx_wecstaffdirectory_pi1 .pluginNav {
	display:none;
}

	.mitarbeiter_row {
 		
 	}
 
	.mitarbeiter_row .header {
		background:#88807d;
		margin-right:0;
		width:auto !important;
		padding:5px 10px;
		color:#FFF;
	}
	
	.mitarbeiter_row .header a {
		color:#FFF;
		font-weight:bold;
		font-size:14px;
		font-family: Georgia, Times, serif;
	}
	
	
	.mitarbeiter_row .header a {
		color:#FFF;
	}
 
 	.mitarbeiter_row img {
 		max-width:155px !important;
 		max-height:155px !important;
 	}
 	
 	.mitarbeiter_row .publikation_content {
 		padding:15px 10px;
 	}
 	
 	.mitarbeiter_row .subcr {
 		text-align:right;
 	}

	.mitarbeiter_row .news-list-morelink {
		display:none;
	}


	.mitarbeiter_row .ED {
		background:#88807d;
	}
	
	.mitarbeiter_row .KK {
		background:#88807d;
	}
	
	.mitarbeiter_row .SEK {
		background:#CCC;
	}








/*******    HOME TEASER 	*******/
div.hometeaser {
	position:relative;
	width:956px;
	height:320px;
	display:block;
	overflow:hidden;
	color: #000;
	margin-bottom:15px;
}

div.hometeaser .home_teaser_image {
	
}

div.hometeaser .home_teaser_line1 {
	position:absolute;
	left:26px;
	bottom:86px;
	font-size: 24px;
	font-family:arial, sans-serif;
}

div.hometeaser .home_teaser_line2 {
	position:absolute;
	left:95px;
	bottom:49px;
	font-size: 32px;
	font-weight:bold;
	font-family:arial, sans-serif;
}

div.hometeaser .home_teaser_links {
	position:absolute;
	left:90px;
	bottom:30px;
}

div.hometeaser .home_teaser_links ul {
	padding:0;
	margin:0;
	list-style:none;
}

div.hometeaser .home_teaser_links ul li {
	margin:0;
	padding:0;
	float:left;
}

div.hometeaser .home_teaser_links ul li.last { border-right:0; }

div.hometeaser .home_teaser_links ul li a {
	color:#000;
	margin:0;
	padding:0px 10px;
	border-right:1px solid #000;
}
div.hometeaser .home_teaser_links ul li a.last { border-right:0; }

	
	
/*******    NEWS 	*******/

.newsteaser {
	margin-bottom:10px;
}	

.imagecontainer {
	display:block;
	width:100%;
	height:150px;
	overflow:hidden;
	background:#FFF url('../../images/noimage.png');
}

.imagecontainer img {
	/*
	width:100% !important;
	height:150px !important;
	*/
}


.newsteaser h2 {
	margin:0;
	padding: 15px 10px;
	background:#ccc;
	font-size:16px;
	font-weight: bold;
	color:#FFF;
}

.newsteaser h2 a {
	color:#FFF;
}

.tt_news_cat-1 h2 {
	background: #88807d;
}

.tt_news_cat-2 h2 {
	background: #88807d;
}

.tt_news_cat-3 h2 {
	background: #88807d;
}


.news_teaser_img {
	width:100%;
	height:145px;
}
	
.teaser_holder {
	/*border:1px dotted #333;
	border-top:0;
	padding: 15px 10px 30px;
	position:relative;*/
	/*Schmidt*/
		border:1px solid #eaeaea;
		border-top:0; 
		
		padding:10px 10px 20px;
	position:relative;
	
}
.teaser_holder p {
	padding:0;
}	

.teaser_holder .news-list-morelink {
	padding:0;
}
	
	.news-list-morelink {
		position:absolute;
		bottom:10px;
		right:5px;
	}
	
	
	
	
	
/*******    Teaser 	*******/
	.teaser {
		margin-bottom:30px;
	}
	
	.teaser h2 {
		margin:0;
		padding:15px 10px;
		background:#88807d;
		font-size: 16px;
		font-weight: bold;
		color:#FFF;
	}
	
	.teaser h2 a {
		color: #FFF;
		border: 0px !important;
	}
	
	.teaser a {
		padding:0; 
		margin:0;
		border:1px solid #;
/*wegen enter nach link geändert		display:block; */
		display:left;
		height:auto;
	}
	
	.teaser a img {
		width:100% !important;
		height:auto;
		border:0;
		margin:0;
		padding:0;
	}
	
	.teaser .teaser_content {
		/*border:1px dotted #333; Schmidt*/
		border:1px solid #eaeaea;
		border-top:0; 
		/*padding:15px 10px; Schmidt*/
		padding:15px 10px;
	}
	
	.teaser .teaser_content a {
		border:0;
	}

	.teaser .teaser_content p {
		
	}
	
	.teaser .more_link {
		text-align:right;
	}
	
	
	
	
	
/*******    PROGRAMM 	*******/

	/*.programm_row, .publikation_row {
		
		padding-bottom:10px;
		border-bottom: 1px dotted #333;
		margin-bottom:10px;
	}
	
	.programm_row img {
		width:100%;
	}
	
	.programm_row .header {
		padding:5px;
		background:#dcdcdc;
		color:#FFF;
	}
	
	
	.programm_row .header .detaillink {
		float:right;
		display:block;
	}
	
	.programm_row .header .detaillink a {
		color:#FFF;
	}
	
	.programm_row .programm_content {
		padding:15px 10px;
	}
	
	.programm_row .programm_content .bodytext {
		padding-left:0;
	}
	
	
	.programm_row h2 {
		font-size:1em;
		font-weight:bold;
		color:#333;
		padding:0;
		margin:0;line-height:1.5em;
	}
	.programm_row h2 a {
		color:#333;
	}
	
	.programm_row .news-list-morelink {
		display:none;
	}
	
	.programm_content .detaillink, .publikation_row .detaillink, .news-list-morelink {
		width:100%;
		display:block;
		text-align:right;
	}
	
	
	.programm_row .header .mbl_newsevent_singledayevent {
		display:inline;
	}*/
	
	.programm_row {
 		
 	}
 
	.programm_row .header {
		padding: 15px 10px;
		background:#88807d;
		margin-right:0;
		width:auto !important;
		padding:5px 10px;
		color:#FFF;
	}
	
	.programm_row .header a {
		color:#FFF;
		font-weight:bold;
		font-size:14px;
		font-family: Georgia, Times, serif;
	}
	
	
	.programm_row .header a {
		color:#FFF;
	}
 
 	.programm_row img {
 		max-width:155px !important;
 		max-height:215px !important;
 	}
 	
 	.programm_row .programm_content {
 		padding:15px 10px;
 	}
 	
 	.programm_row .programm_content .bodytext {
 		padding:0;
 		margin:0;
 		
 	}
 	
	.programm_row .c30r .subcr img {
		
	}
 	
 	.programm_row .subcr {
 		text-align:right;
 	}

	.programm_row .news-list-morelink {
		display:none;
	}

	.programm_row .header a .mbl_newsevent_singledayevent {
		display:inline;
	}


	.programm_row .detaillink, 
	.publikation_row .detaillink, 
	.news-list-morelink, 
	.mitarbeiter_row .detaillink {
		width:100%;
		display:block;
		text-align:right;
		padding-bottom: 15px;
	}
	
	.programm_row .detaillink, 
	.publikation_row .detaillink, 
	.mitarbeiter_row .detaillink {
		width:100%;
		display:block;
		text-align:right;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted black;
	}
	

	
	
	
/*******    PRESSE 	*******/
	
	.presse_text, .presse_datum, .presse_link {
		padding:15px 10px;
	}
	
	.presse_c1, .presse_c2, .presse_c3 {
		float:left;
		text-align:center;
		margin-bottom:0.5%;
	}
	
	.presse_c1 {
		width:74%;
		text-align:left;
	}
	
	.presse_c2 {
		margin:0% 0.5%;
		width:14%;
	}
	
	.presse_c3 {
		width:11%
	}
	
	.presse_c3 img {
		height:15px;
	}
	
	.tx-mmdamfilelist-pi1-listrow-odd .presse_c1, .tx-mmdamfilelist-pi1-listrow-odd .presse_c2, .tx-mmdamfilelist-pi1-listrow-odd .presse_c3 {
		background: #88807d;
		color:#FFF;
		display:block; 
		height:45px;
	}
	.tx-mmdamfilelist-pi1-listrow-even .presse_c1, .tx-mmdamfilelist-pi1-listrow-even .presse_c2, .tx-mmdamfilelist-pi1-listrow-even .presse_c3 {
		background: #dfdfdf;
		color:#444;
		display:block; 
		height:45px;
	}
 
 
  	
/*******    PUBLIKATION 	*******/
 	
 	.publikation_row {
 		
 	}
 
	.publikation_row .header {
		padding: 15px 10px;
		background:#88807d;
		margin-right:0;
		width:auto !important;
		padding:5px 10px;
		color:#FFF;
	}
	
	.publikation_row .header a {
		color:#FFF;
		font-weight:bold;
		font-size:14px;
		font-family: Georgia, Times, serif;
	}
	
	
	.publikation_row .header a {
		color:#FFF;
	}
 
 	.publikation_row img {
 		max-width:155px !important;
 		max-height:215px !important;
 	}
 	
 	.publikation_row .publikation_content, .mitarbeiter_row .mitarbeiter_content {
 		padding:15px 10px;
 	}
 	
 	.publikation_row .subcr {
 		text-align:right;
 	}

	.publikation_row .news-list-morelink {
		display:none;
	}

	


/*******    Partnerfilter 	*******/
 
 	.partnerfilter {
 		
 	}
 	
 	.partnerfilter p {
 		display:block;
 		float:left;
 		background:#b5b2b2;
 		padding:5px;
 		width:25px;
 		text-align:center;
 		margin-right:3px;
                margin-bottom:3px;
 	}
 	
 	.partnerfilter p a {
 		color:#444;
 	}
 	
 	/*
 	.partnerfilter p {
 		padding:0;
 		margin:0;
 		display:block;
 		width:25px;
 		height:15px;
 		font-size:1.1em;
 		text-align:center;
 		font-family:Georgia;
 		background:#b5b2b2;
 		color:#444;
 		margin-right:3px;
 		padding-top:8px;
 		float:left;
 	}
 	
 	.partnerfilter p a {
 		display:block;
 		width:25px;
 		color:#444;
 	}
 	
 	*/
 	
 	.partnerfilter p a:hover {
 		color:#FFF;
 	}
 
 	.partnerfilter p a:active, .partnerfilter p a:focus {
 		background:none;
 		color:#FFF;
 	}
 	
  
	.clearer {
		clear:both;
	}
  
	/*   SEARCH FIELD   */
	.search_field_bg {
		background-image:url('../../images/ix_search.jpg'); 
		display:block; 
		width:198px; 
		height:23px; 
		float:left;
	}
  
  	.searchfield {
  		width:178px; height:23px; border:0px;background:none;
  	}
  	
  	.ix_search input[type="submit"] {
  		background:#b5b2b2;
  		color:#FFF;
  		border: 1px solid #CCC;
  		margin-left:10px;
  		border-top:1px solid #d1cfcf;
  		border-left: 1px solid #b2afaf;
  		border-right: 1px solid #b2afaf;
  		border-bottom:1px solid #9e9c9c;
  		height:23px;
  		vertical-align:middle;
  	}
  	
  	.ac_results li {
  		text-align: left;
  	}
  
  	.ac_over {
  		background-color:#b5b2b2 !important;
  	}

	a.facebook {
		text-indent: -9999px;
		background:transparent url('../../images/facebook24.png') !important;
		width: 24px;
		height: 24px;
		display:inline-block;
		background-repeat:no-repeat !important;
	}

	a.instagram {
		text-indent: -9999px;
		background:transparent url('../../images/instagram24.png') !important;
		width: 24px;
		height: 24px;
		display:inline-block;
		background-repeat:no-repeat !important;
	}
	
	a.twitter {
		text-indent: -9999px;
		background:transparent url('../../images/twitter24.png') !important;
		width: 160px;
		height: 24px;
		display:inline-block;
		background-repeat:no-repeat !important;
	}
	
	a.youtube_u {
		text-indent: -9999px;
		background:transparent url('../../images/youtubeu24.png') !important;
		width: 24px;
		height: 24px;
		display:inline-block;
		background-repeat:no-repeat !important;		
	}
	
	a.youtube_c {
		text-indent: -9999px;
		background:transparent url('../../images/youtubec24.png') !important;
		width: 24px;
		height: 24px;
		display:inline-block;
		background-repeat:no-repeat !important;		
	}
	
	a.skype {
		text-indent: -9999px;
		background:transparent url('../../images/skype24.png') !important;
		width: 24px;
		height: 24px;
		display:inline-block;
		background-repeat:no-repeat !important;		
	}
	
		
	
	.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
		color:#333;
	}
	

	/*    Headline per Kategorie    */

	.tt_event_cat-4 .header, 
	.tt_event_cat-5 .header,
	.tt_event_cat-4 h2, 
	.tt_event_cat-5 h2, 
	.tt_publication_cat-14 .header,
	.tt_publication_cat-16 .header, 
	.tt_news_cat-4 h2,
	.tt_news_cat-5 h2,
	.tt_news_cat-6 h2,
	.tt_news_cat-14 h2,
	.tt_news_cat-16 h2,
	.tt_news_cat-18 h2,
	.tt_news_cat-34 h2,
	.tt_event_cat-14 h2,
	.tt_event_cat-20 h2,
	.tt_event_cat-16 h2,
	.tt_event_cat-22 h2,
	.tt_staff_cat-25 .header
	{
		background:#88807d; 
		color:#FFF;
	}

	.tt_event_cat-7 .header, 
	.tt_event_cat-9 .header,
	.tt_event_cat-7 h2, 
	.tt_event_cat-9 h2,  
	.tt_publication_cat-15 .header,
	.tt_publication_cat-17 .header,
	.tt_news_cat-7 h2,
	.tt_news_cat-8 h2,
	.tt_news_cat-9 h2,
	.tt_news_cat-15 h2,
	.tt_news_cat-17 h2,
	.tt_news_cat-19 h2,
	.tt_news_cat-35 h2,
	.tt_event_cat-15 h2,
	.tt_event_cat-17 h2,
	.tt_event_cat-21 h2,
	.tt_event_cat-23 h2,
	.tt_staff_cat-26 .header
	{
		background:#88807d; color:#FFF;
	}


	.link_to_top {
		padding-top:30px; 
		padding-bottom:30px; 
		text-align:right;
	}
	
	.link_to_top .goToTop {
		color:#333;
	}

	.subcolumns img {
		/* Schmidt */
		/*max-width:none !important;
		/*max-height: 100%;
		/*max-height: 100%;*/
		
		margin:0;
		margin-top:0 !important;
	}

	/* ALLE NEWS HOLDER --- display:none; im Orginal*/
	.news-single-rightbox, .news-single-timedata {
		display:none;
	}
	
	.mbl_newsevent_singledayevent {
		display:block !important;
	}
	
	.news-single-item .mbl_newsevent_singledayevent {
		display:block !important;
	}

	.news-single-item > span {
		display: block;
		width: 100%;
		text-align: right;
	}

	

	.news-single-item h1, .news-single-item h2 {
		font-size:16px;
		font-weight:bold;
	}

	.imagecontainer img {
		width:100%;
		min-height:100%;
	}

	.hide_me {
		display:none;
	}



	.publikation_row .header, .mitarbeiter_row .header, .programm_row .header {
		padding: 5px 10px;
		margin:0;
		color:#FFF;
		font-family: Georgia, Times, sans-serif;
		font-size:100% !important;
		line-height: 1.5em;
		min-height:17px; /*changed from height to min-height*/
	}

	.publikation_row .header a,  .mitarbeiter_row .header a, .programm_row .header a {
		padding:0 !important;
		margin:0 !important;
		font-family: Georgia, Times, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
	}

	.publikation_row .header a span,  .mitarbeiter_row .header a span, .programm_row .header a span {
		padding:0;
		margin:0; 
		font-family: Georgia, Times, sans-serif;
	}


	.programm_content b .mbl_newsevent_singledayevent,
	.programm_content b .mbl_newsevent_multidayevent {
		display:inline;
		color:#000;
	}


	.publikation_row .publikation_content p {
		padding:0px 0px 15px 0px;
	} 
 
 
 	.entries {
 		list-style:none;
 	}
 	
 	.entries li {
 		margin-left:0;
 		margin-bottom:10px !important;
 	}
 
	.mbl_newsevent_multidayevent {
		padding-bottom:10px;
		display:block;
	} 

	p.bodytext img {
		max-width:100%; 
	}
	.teaser .teaser_content, .mitarbeiter_row {
		position:relative;
	}
	
	.leftcontent .teaser .news-list-morelink {
		padding-bottom:0;
	}


        
        
        
    .newsteaser .imagecontainer a {
            border: 1px solid #000;
            height:100%;
            display:block;
	    overflow: hidden;
    }
    .newsteaser .imagecontainer {
        border:1px solid #000;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .programm_highlights .newsteaser .imagecontainer {
        border:1px solid #000;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    } 
    .programm_highlights .newsteaser .imagecontainer a {
        border: 1px solid #000;
        height:100%;
        display:block;
        overflow:hidden;
    }

    .subcolumns .c30r .subcr img {
            border: 1px solid #000 !important;
    }


    .news-single-img img {
        border: 1px solid #000;
    }

    .teaser .imagecontainer a {
        border: 1px solid #000;
        height:100%;
        display:block;
    }
    
    .teaser .imagecontainer {
        border:1px solid #000;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .newsteaser .imagecontainer a,
    .programm_highlights .newsteaser .imagecontainer,
    .programm_highlights .newsteaser .imagecontainer a,
    .subcolumns .c30r .subcr img,
    .news-single-img img,
    .newsteaser .imagecontainer,
    p.bodytext img,
    .teaser .imagecontainer,
    .teaser .imagecontainer a
    {
        border-color:#88807d !important;
    }


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

	.align-left {
		text-align:left;
	}

	.align-right {
		text-align:right;
	}

	.align-justify {
		text-align:justify;
	}


	
	.teaser .image_teaser a img, 
	.teaser .image_teaser a {
	    border:0px !important;
	}
	
	
	.teaser .image_teaser,
	.teaser .youtube_teaser {
	    overflow:hidden;
	    height:150px;
	}
	
	
	
	div.youtube_teaser img,
	div.image_teaser iframe {
	    display:none !important;
	}
	
	
	
	div.youtube_teaser iframe
	{
	    width:100%;
	    height:150px;
	}
	
	div.image_teaser img
	{
	    width:100%;
	    min-height:150px;
	}
	
	.partnerfilter {
	    height:65px;
	    display:block;
	    padding-bottom:10px;
	    margin-bottom:30px;
	}
	
	
	
	.teaser .area_ed {
	    background: #88807d;
	}
	
	.teaser .area_auto {
	    
	}
	
	.teaser .area_kk {
	    background: #88807d;
	}
	
	.teaser .area_neutral {
	    backgroundcolor:#CCC;
	}
	
	
	.teaser .news-list-item {
	    position:relative;
	}
	
	
	.homelisting .mbl_newsevent_singledayevent {
	display:block;
	}
	.homelisting .programm_row hr {
	display:block;
	width:100%;
	}
	
	/* ADDED 24-10-2012 */
	.teaser img {
		width:100%;
		height:auto;
	}
	
	
	.coin-slider {
		margin-bottom:20px;
	}
	
	.tx-shcoinslider-pi1 .cs-title b {
		padding:10px;
		display:block;
	}

	.tx-shcoinslider-pi1 .coin-description {
		padding:0px 10px 10px;
		display:block;
	}



	.news-list-browse {
		font-size:120%;
	}





	.tx-powermail-pi1 fieldset legend {
		background-color:#F0F0F0;
		border:1px solid #cccccc;
		padding: 0.2em;
	}

	.tx-powermail-pi1 fieldset div legend {
		background-color:none;
		border:0;
		padding:0;
	}


	.tx-powermail-pi1 fieldset.style3 legend {
		display:none;
	}


	.tx-powermail-pi1 fieldset {
		margin-bottom:10px;
	}



	fieldset.tx-powermail-pi1_fieldset .style2 label {
		width:90%;
		float:right;
		text-align:left;
	}

	fieldset.tx-powermail-pi1_fieldset .style2 select {
		
		
	}

	.leftcontent .filecount {
		display:none;
	}


	div.tx_powermail_pi1_fieldwrap_html {
		line-height: 1.5em;
	}

	div.tx_powermail_pi1_fieldwrap_html label a, div.tx_powermail_pi1_fieldwrap_html p a, div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a, div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a {
		cursor: pointer;
	}




}

