@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-2007, 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.0.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (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 Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
		font-family: Tahoma, Arial, Helvetica, sans-serif;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
		line-height: 130%;
    color: #333333;
		font-size: 81.25%;
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: "Times New Roman",Times, Georgia, serif;
		font-style: italic;
		font-weight: normal;
  	color: #0D3182;
		line-height: 100%;
  }

  h1 { font-size: 2.4em; padding-bottom: 0.46em; line-height: 120%;}
  h2 { font-size: 1.75em; padding-bottom: 0.69em; }
  h3 { font-size: 1.57em; padding-bottom: 0.23em; }
  h4 { font-size: 1.1em; font-style: normal; padding-bottom: 0.23em; line-height: 120%; font-family: Tahoma, Arial, Helvetica, sans-serif; }
  h5 {  } 
  h6 {  } 

  #header h1 {
    font-size:2.3em;
    letter-spacing:-1.8px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { margin: 0 0 0.92em 0; }

  /* ### Lists | Listen  #### */

  #col3_content ul, ol, dl { margin: 0 0 0.92em 0.92em }
	#col3_content ul { list-style: none;	padding: 0 0 0.46em 0; margin:0; }
	#col3_content ul li {
		margin:0;
		padding-left: 1.15em;
		background-image: url("../../images/bullets/aufzaehlung.gif");
		background-repeat: no-repeat;
		background-position: left 0.46em;
	}
	
  li { margin-left: 1.38em; line-height: 1.38em }

  dt { font-weight: bold }
  dd { margin: 0 0 0.92em 1.8em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 0.92em 1.38em }

  strong,b { font-weight: bold; color: #0D3182; }
  em,i { font-style:italic }

  pre, code { font-size: 1em; }

  acronym, abbr {
    letter-spacing: .06em;
    border-bottom: .09em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .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;  }
  .float_left_border {float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; border: 1px solid #E6E8EE; padding: 4px}
  .float_right_border {float: right; display:inline; margin-right: 1em; margin-bottom: 0.15em; border: 1px solid #E6E8EE; padding: 4px}

  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #0D3182; text-decoration: underline;}
  a:focus,
  a:hover,
  a:active {color:#CC0000; text-decoration:underline;}
 

  /**
   * (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;
  }
  */

  /**
   * 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; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

	th { background-color: #0D3182; color: #ffffff;}
  th,td { 
		padding-top:0.5em;
		padding-left:0.5em;
		padding-right: 1em;
/*		padding-right: 3em; vor aenderung wegen 30 px rand */
		padding-bottom:0.5em;  
		border:0.08em solid #ffffff;
	}
  tbody th { background: #0D3182; color: #ffffff; font-weight: normal; }
	tbody td { background-color: #E6E8EE;}
	td.blue {background: #0D3182; color: #ffffff; font-weight: normal;}  
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

/*	.keyvisual { padding-bottom: 2em; width: 717px; }*/
	.keyvisual { padding-bottom: 2em; width: 55.1538em; }
	
	#headimg {
		margin-top: 0; 
		margin-left: 0;
		margin-right:0;
		margin-bottom: 1em;
		padding-top:0px; 
		padding-right:0px;  
		padding-bottom:1.1538em;
		padding-left:0px;
		background-image: url("../../images/backgrounds/bg_head_img.gif");
		background-repeat: no-repeat;
		background-position: bottom left;
                overflow:hidden;
	}
	#headimg img { padding:0; margin:0; width:730px; float:left; }

	#col3_content div.links { padding-bottom: 1em;}	
	#col3_content div.links h2 {  padding-bottom: 0.5em; }
	#col3_content div.links ul { 
		list-style: none; 
		margin:0; 
		padding-top:0.5em;
		padding-right:0;
		padding-bottom:0;
		padding-left:0; 
	}
	#col3_content div.links ul li { 
		margin: 0;
		padding-left: 1.5em;
		padding-bottom: 0.25em;
		background: url("../../images/navi/arrow_nav_normal.png");
		background-repeat: no-repeat;
		background-position: left 0.4em;
		text-decoration: none;
	}
	
	
	/* Teaser 0 with image on the left */ 
	#col3_content div.teaser_box0 { padding-bottom: 2em; }
	#col3_content div.teaser_box0 h4 { font-family: Tahoma, Arial, Helvetica, sans-serif; padding-bottom: 0.5em; }
	#col3_content div.teaser_box0 img.teaser {
		width: 17.5em;
	}
	
	
	/* Teaser 1 with image on the left */ 
	#col3_content div.teaser_box1 { padding-bottom: 2em; position: relative; height:9em; }
	#col3_content div.teaser_box1 h3 { padding-bottom: 0.75em; }
	#col3_content div.teaser_box1 h4 { font-family: Tahoma, Arial, Helvetica, sans-serif; padding-bottom: 0.5em; }
	#col3_content div.teaser_box1 img.teaser {
		width: 70px;
		height: 90px;
		padding: 4px;
		border: 1px solid #dddddd;
		float: left; 
		margin-right: 0.5em;
	}
	#col3_content div.teaser_box1 a.button {	
		position: absolute;
		top: 7.6em;
		left: 6.75em;
	}
	
	/* Teaser 2 with image on the left */ 
	#col3_content div.teaser_box2 { 
		position: relative;
		height: 9em; 
		padding-top: 0.75em; 
		padding-bottom: 1em; 
		margin-bottom: 1em; 
		background-color: #E6E8EE;
	}
	#col3_content div.teaser_box2 h4 { 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		padding-bottom: 0.25em; 
		font-weight: bold;
		font-size: 1em;
	}
	#col3_content div.teaser_box2 img.teaser {
		height: 9.38em;
		padding-left:0.5em;
		border: 1px solid #dddddd;
		float: left; 
		margin-right: 0.75em;
	}
	#col3_content div.teaser_box2 a.button {	
		position: absolute;
		top: 8.5em;
		left: 8.75em;
	}
	
	
	/* Teaser 3 with image on the left */ 
	#col3_content div.teaser_box3 { 
		position: relative;
		height: 11.5em; 
		padding-top: 0.75em; 
		padding-bottom: 1em; 
		margin-bottom: 1em; 
		background-color: #E6E8EE;
	}
	#col3_content div.teaser_box3 h4 { 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		padding-bottom: 0.5em; 
		font-weight: bold;
		font-size: 1em;
	}
	#col3_content div.teaser_box3 img.teaser {
		width: 16.92em;
		height: 11.54em;
		padding-left:0.5em;
		border: 1px solid #dddddd;
		float: left; 
		margin-right: 0.75em;
	}
	#col3_content div.teaser_box3 a.button {	
		position: absolute;
		top: 10.5em;
		left: 18.5em;
	}
	
	#col3_content div.image_teaser_subtitle_blue {
		padding: 0.5em;
		background-color: #E6E8EE;
		margin-bottom: 1em;
	}
	#col3_content div.image_teaser_subtitle_blue img {
		margin-bottom: 0.5em;
	}
	
	/* Image gallery */
	.image_gallery { background-color: #e6e8ee; padding: 0.5em 0.5em; margin-bottom: 1em; }
	.image_gallery img.teaser { 
		width: 8.54em; 
		height: 5.69em;
	}
	
	/* Image download */
	.image_download {
		background-color: #e6e8ee;
		padding: 0.25em;
		margin-bottom: 1em;
	}
	.image_download img.teaser {
		width: 17em; 
	}



	a.button { position:relative;
		padding: 0.15em 0.5em 0.15em 1.5em;
		border: 1px dotted #0D3182;
		background-image: url("../../images/navi/more_arrow_blue.gif");
		background-repeat: no-repeat;
		background-position: 0.5em center;
		text-decoration: none;
	}
	a.button:focus,
	a.button:hover,
	a.button:active {
		text-decoration: underline;
	}
	
	span.listing {
		padding: 0 0.05em;
	}
	
	.underline {
		padding-top:1em;
		padding-right:0;
		padding-left:0;
		padding-bottom: 1em;
		border-bottom:1px dotted #0D3182;
	}

	.news,
        .appointment { padding-bottom: 1em;	border-bottom:1px dotted #0D3182; margin-bottom:1em;}	
	.news .date,
        .appointment .date { color: #666666;	padding: 0.25em 0;}

	.news_no_line,
        .appointment_no_line { margin-bottom:1em; }	
	.news_no_line .date,
        .appointment_no_line .date { color: #666666;	padding: 0.25em 0;}
	
	p.teaser_text {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-style: normal;
		color:#333333;
		line-height: 140%;
		padding-right:0;
		padding-left:0;
		padding-bottom: 1em;
		border-bottom:1px dotted #0D3182;
	}
	
	/* logout putton in the breadcrumb */
	#breadcrump div.logout_button { text-align: right; }
	#breadcrump div.logout_button a { color: #ffffff; text-decoration:none; line-height: 140%; }
	#breadcrump div.logout_button a:active,
	#breadcrump div.logout_button a:focus { color: #CC0000;  }
	#breadcrump div.logout_button a:hover { color: #CC0000; text-decoration:underline; }
	
	
	img.center {
		display:block; 
		margin-left:auto; 
		margin-right:auto;
		margin-top:0;
	}

   div.c230pxr h2 { line-height:1.2em;}

    a.js_plus { position:relative;
		padding:0 7px;
		background-image: url("../../images/icons/icon_plus.gif");
		background-repeat: no-repeat;
                                           background-position:center;
		text-decoration: none;
	}
	a.js_plus:focus,
	a.js_plus:active {
		text-decoration: underline;
	}
	a.js_plus:hover {
		background-image: url("../../images/icons/icon_collapseHover.gif");
		background-repeat: no-repeat;
                                           text-decoration: none;
        }


	a.js_minus { position:relative;
		padding:0 7px;
		background-image: url("../../images/icons/icon_minus.gif");
		background-repeat: no-repeat;
                                           background-position:center;
		text-decoration: none;
	}
	a.js_minus:focus,
	a.js_minus:active {
		text-decoration: underline;
	}
	a.js_minus:hover {
		background-image: url("../../images/icons/icon_collapseHover.gif");
		background-repeat: no-repeat;
                                           text-decoration: none;
    }	

    /*special css for search forms basisdarstellungen*/
       form#bdstSearchForm2 > select {
          margin-top: 0.25em;
          /*width: 20em;*/
          border: 1px solid #0d3182;
        }
       form#bdstSearchForm2 > input[type=submit] {
          background:#0D3182 none repeat scroll 0%;
          border:1px solid #0D3182;
          color:#FFFFFF;
          padding:0.15em;
          margin: 0 0 0.15em 0;
        }

    /*special css for quickfinder form stifterverband homepage*/
        form#quickfinder > select {
          margin-top: 0.25em;
          width: 15em;
          border: 1px solid #0d3182;
        }

        form#quickfinder {
          padding: 0.5em 0 0 0;
        }


   /*special for the sv homepage and the content div padding right see IE6 hack in patch*/
   div.sv_home_padding_right { 
       padding-right: 1em;
   } 

  #social_bookmarks {
    clear: both;
    display: inline;
    padding-top: 15px;
    float: left;
  }

  #social_bookmarks ul {
    padding: 0;
    margin: 0;
    text-align: left;
  }

  #social_bookmarks ul li {
    background-image: none;
    display: inline;
    padding: 0;
    margin-right: 12px;
    text-align: left;
  }

}