@charset "UTF-8";
/**
 * "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-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 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: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Myriad-Roman, sans-serif;
    font-size: 75.00%;
    color: #000000;
  }

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

  #vereinsname_content { 
	font-size: 28px;  /* bekommt aus layoutgruenden eine feste fontgroesse */
	font-weight: bold;
	color: #000000;
  }
  #title_content{ 
	font-size: 32px;  /* bekommt aus layoutgruenden eine feste fontgroesse */
	font-weight: bold;
	color: #000000;
  }
  
  #footer {
	color: #ffffff;
  }


  h1,h2,h3,h4,h5,h6 {
    font-family: Myriad-Roman, sans-serif;
    font-weight:bold;
    color:#000000;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 167%; }          /* 20px */
  h2 { font-size: 150%; }          /* 18px */
  h3 { font-size: 133%; }          /* 16px */
  h4 { font-size: 117%; }          /* 14px */
  h5 { font-size: 100%; }          /* 12px */
  h6 { font-size: 100%; }          /* 12px */

#col1_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #3399cc;
}

#col2_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #3399cc;
}

#col3_content h1  {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #f1a149;
}

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

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }
  /* Fix fuer OTRS */
  li.Customer { list-style: none outside none; }
  ul#Metadata li  { list-style: none outside none; }


  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  /* Fuer ol von 0.8em auf 1.5em erhoeht, damit bei nummerierten Listen auch groessere Zahlen angezeigt werden */
  li { margin-left: 0.8em; line-height: 1.5em; }
  ol li { margin-left: 1.5em; line-height: 1.5em; }
  li.news-amenu-item-year { list-style-type: none; font-weight: bold;}

  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; }
  #col3_content p.frame-1 { background-color: #fdf4e7; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  #col2_content p.frame-1 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  #col1_content p.frame-1 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
  p.frame-2 { padding: 2px 4px 2px 4px; border: 1px solid #333333; }
	p.align-left { text-align: left; }
	p.align-center { text-align: center; }
	p.align-right { text-align: right; }
	p.align-justify { text-align: justify; }
	p.indent-1 { margin-left: 2em; }
	p.indent-2 { margin-left: 4em; }
	p.narrow { margin-bottom: 0; }
	span.blue { color: #3399cc; }
	span.red { color: #e11152; }
	span.orange { color: #f1a149; }

  }

  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }
  
  q {quotes:"\201E" "\201C" "\201A" "\2018";}
  q:before   {content:open-quote;}
  q:after    {content:close-quote;}

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

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { 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%; }

  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: #4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

    #footer a { color: #ffffff; text-decoration:none; }
    #footer a:link { color: #ffffff; text-decoration:none; }
    #footer a:visited { color: #ffffff; text-decoration:none; }
    /* #footer a:focus, #footer a:hover, #footer a:active   { color: #ffffff; text-decoration:none; font-weight: bold;} */
    #footer a:focus, #footer a:hover, #footer a:active   { color: #f1a149; 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%; }
  
  /* --- images in news neben text bei Listenansicht --- */
  div[class=news-list-item] { clear:left; }
  div[class=news-list-item] a  img { float:left; margin-right: 10px; margin-bottom: 10px; }
  

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

  .highlight { color: #f60; }
  .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;
		text-align: center;
	}
	
	#col3_content table {
		border-top: 2px #f1a149 solid; 
		border-bottom: 2px #f1a149 solid;
	}
	
	#col1_content table, #col2_content table {
		border-top: 2px #3399cc solid; 
		border-bottom: 2px #3399cc solid;
	}
	
	table caption { 
		font-family: Myriad-Roman, sans-serif;
		font-weight:bold;
		font-size: 117%;
		color:#000000;
		caption-side: top; 
		margin-bottom: 1.0em; 
	}
	table.full { width: 100%; }
	table.fixed { table-layout:fixed; }
	#col1_content table.frame-1, #col1_content table.frame-2, 
	#col2_content table.frame-1, #col2_content table.frame-2, 
	#col3_content table.frame-1, #col3_content table.frame-2 {
		margin-left: 1px; /* wie border einstellen */
		border: 1px solid #333333;
		empty-cells: show;
	}
	#col3_content table.frame-1 { background-color: #fdf4e7; }
	#col2_content table.frame-1, #col1_content table.frame-1 { background-color: #ffffff; }
  
	th,td { padding: 0 0.5em 0 0.5em; /*margin: 0.5em;*/ }
	#col3_content  thead th { color: #000; border-bottom: 2px #f1a149 solid; }
	#col1_content  thead th, #col2_content thead th { color: #000; border-bottom: 2px #3399cc solid; }
	tbody th { background: #e0e0e0; color: #333; }
	tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }
	table.frame-1 th, table.frame-2 th { border: 1px solid #333333; }

	tbody th { border-bottom: 1px solid #333; }
	tbody td { border-bottom: 1px solid #333; }
	#col1_content  table.frame-1 td, #col1_content  table.frame-2  td, 
	#col2_content  table.frame-1 td, #col2_content  table.frame-2  td, 
	#col3_content  table.frame-1 td, #col3_content  table.frame-2  td, 
	#col1_content  table.frame-1 th, #col1_content  table.frame-2  th, 
	#col2_content  table.frame-1 th, #col2_content  table.frame-2  th, 
	#col3_content  table.frame-1 th, #col3_content  table.frame-2  th 
	{ border: 1px #333333 solid; }

	/*tbody tr:hover th[scope="row"],
	tbody tr:hover tbody th.sub { background: #f0e8e8; }
	tbody tr:hover td { background: #fff8f8; }*/
	
	td p, th p { margin: 0.5em 0 0.5em 0; }
	td.indent-1 p { margin-left: 2em; }
	td.indent-2 p { margin-left: 4em; }
	td.narrow { padding-top: 0.5em; padding-bottom: 0.5em; }
	td.narrow  p { margin-top:0; margin-bottom: 0; }
	td {text-align: left;} /* Default fuer Tabellenzellen */
	th {text-align: center; } /* Default fuer Kopfzellen */
	th.align-left, td.align-left { text-align: left; }
	th.align-center, td.align-center { text-align: center; }
	th.align-right, td.align-right { text-align: right; }
	th.align-justify, td.align-justify { text-align: justify; }

	/**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Mailform
  *
  */


.mf-formular legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

.mf-formular fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.mf-radiolayout {
width:40%;
padding-top:15px;
padding-bottom:15px;
}

.mf-formular {
/*width:100%;*/
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right: 10px;
border: 1px solid #C0C0C0;
margin: 0 0 0.25em 0;
}

.mf-labelwrap { max-width: 350px; }

.mf-labelwrap label, .mf-radiolayout legend { font-weight:bold; }

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border: 1px solid #C0C0C0;
}
.mf-select option {
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit, .mf-reset {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
font-weight:bold;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;
white-space: normal;
}

.mf-req .mf-input, .mf-req .mf-text { background-color: #fdf4e7 }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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;
  }
  */
  
  /* Google Search API und user_darc_google_search extension */
  #searchResults .gsc-control { width: 100%; }
  #searchResults .gs-visibleUrl-short { display: none; }
  #searchResults .gs-visibleUrl-long { display: block; }
  .gsc-search-button  { width: 48px; height: 17px; }
  
  .user-darcgooglesearch-pi1 button {
	cursor: pointer;
  }
  
  .googlesearch-resulttabs {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #ffffff;
    line-height: 0;
	margin: 0 0 1em;
  }

  .googlesearch-resulttabs ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    /*display: inline;*/
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0;
	margin-left: 0px;
    padding: 0;
  }
  
  .googlesearch-resulttabs ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* font-size: 108%; */
    font-size: 101%;
    line-height: 1em;
    list-style-type: none;
	width: 8.5em;
	height: 2em;
	margin: 0px;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	padding: 0px;
	/*padding-top: 2px;*/
  }
  
  .googlesearch-resulttabs ul li.widebutton {
	width: 100%;
  }

    .googlesearch-resulttabs ul li button{
		background-color: #3399cc;
		color: #FFFFFF;
		border-width: 0;
		padding: 3px;
		font-family: Myriad-Roman, sans-serif;
		font-weight: bold;
		width: 8em;
		cursor: pointer;
		-moz-box-sizing: content-box;
	}
	
	.googlesearch-resulttabs ul li button.active {
		background-color: #f1a149;
		cursor: default;
	}
	
	.googlesearch-resulttabs button.widebutton {
		width: 100%;
	}
	
  .googlesearch-resultpages {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #ffffff;
    line-height: 0;
	margin: 0 0 1em;
  }

  .googlesearch-resultpages ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0;
	margin-left: 0px;
    padding: 0;
  }
  
  .googlesearch-resultpages ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* font-size: 108%; */
    font-size: 101%;
    line-height: 1em;
    list-style-type: none;
	width: 2.5em;
	height: 2em;
	margin: 0px;
	margin-right: 0.3em;
	padding: 0px;
	/*padding-top: 2px;*/
  }

    .googlesearch-resultpages ul li button{
		background-color: #FFFFFF;
		color: #000000;
		border-width: 0;
		padding: 3px;
		font-family: Myriad-Roman, sans-serif;
		font-weight: normal;
		/*font-size: 100%;*/
		text-decoration: underline;
		-moz-appearance: none;
		-moz-box-sizing: content-box;
		font-style: normal;
		font-variant: normal;
		font-stretch: normal;
		font-size-adjust: none;
		-x-system-font: none;
		cursor: pointer;
	}
	
	.googlesearch-resultpages ul li button.active {
		background-color: #FFFFFF;
		color: #e11152;
		font-weight: bold;
		text-decoration: none;
		cursor: default;
	}
	
	.googlesearch-resultpages a {
		top: 12px;
		position: relative;
	}

	/* OTRS Survey */
	.otrssurvey table {
		font-family: Myriad-Roman, sans-serif;
		color:#000000;
	}
	
	.otrssurvey	tbody th { border-bottom: 0px none #333; }
	.otrssurvey tbody td { border-bottom: 0px none #333; }

	
	td.mainhead {
		font-weight:bold;
		margin: 0 0 0.25em 0;
		font-size: 167%;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #f1a149;
	}
	
	td.contenthead {
		font-size: 18px;
		font-family: Myriad-Roman, sans-serif;
		font-weight:bold;
		color:#000000;
		margin: 0 0 0.25em 0;
	}
	

}
