@charset "UTF-8";

@media all
{
* {margin: 0; padding: 0}
option { padding-left:.4em}
html {height: 100%}
body {min-height: 101%;font-size: 100.01%;position: relative;color:#000;background: #fff;text-align: left}
fieldset, img { border: 0}  
#header { position: relative; }
  
  #topnav {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: transparent;
    text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
  }
  
  #nav { clear: both; width: auto; }
  #main { clear: both; width: auto; }
  
  #col1 {
    float: left;
    width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
    
  }
  
  #col2 {
    float: right; 
    width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
  }
  
  #col3
  {
    width: auto;
    margin-left: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
    margin-right: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
  }
  
  #footer { clear: both; }	/* Backup für IE-Clearing */
  
  /* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor 
  ** dem Spaltenhintergrund erscheinen. */
  #col1 {z-index: 3;}
  #col2 {z-index: 5;}
  #col3 {z-index: 1;}
  #col1_content {z-index: 4;}
  #col2_content {z-index: 6;}
  #col3_content {z-index: 2;}
  
  #col1_content, #col2_content, #col3_content { position: relative; }

  /* ######################################################################################################
  ** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
  ** ######################################################################################################
  */

  /* Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  
  /* Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block; } 
  
  /* Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow: hidden; }
  
  /* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none; }

  /* ######################################################################################################
  ** ### IE-Clearing bis YAML V2.4 ########################################################################
  ** ######################################################################################################
  **
  ** Die CSS-Definition des IE-Clearings, welches bis YAML 2.4 verwendet wurde, ist aus Gründen der 
  ** Abwärtskompatibilität des Basis-Stylesheets weiterhin enthalten.
  */
  /* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
  hr.clear_columns {	
    clear: both; 
    float: left; 
    content: "."; 
    display: block;  
    height: 0; 
    line-height: 0px; 
    visibility: hidden; 
    border: 0; 
    padding: 0;
    margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
  }

  /* ######################################################################################################
  ** ### Standard-Formatierungen für Listen & Zitate ######################################################
  ** ######################################################################################################
  */

  ul, ol, dl { margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em; }
  
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }
  
  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

  /* ######################################################################################################
  ** ### Subtemplates #####################################################################################
  ** ######################################################################################################
  */

  .subcolumns { 
    width: 100%;
    padding: 0 1px 0 1px; 
    margin: 0 -1px 0 -1px; 
    overflow:hidden;
  }
		
  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l { float: left; overflow: hidden; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r { float: right; overflow: hidden; }
  
  .c25l, .c25r { width: 24.999%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 49.999%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 74.999%; }
  .c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
  .c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */
  
  .subc  { padding: 0 0.5em 0 0.5em; overflow: hidden; }
  .subcl { padding: 0 0 0 0; overflow: hidden; }
  .subcr { padding: 0 0 0 0; overflow: hidden; }

}



/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/
@media screen, print
{
  .skip {
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
}

@charset "UTF-8";
/* ######################################################################################################
** # "YAML für Drupal" (c) by Alexander Hass (http://www.yaml-fuer-drupal.de) ###########################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 5.x-2.5.2.4
**  Dateiversion: 06.04.07
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/

@media all
{
  /* ######################################################################################################
  ** # Standard-Vorgaben ##################################################################################
  ** ######################################################################################################
  ** 
  
  /* ### Überschriften, Fließtexte ###################################################################### */
  
  body { color: #444; font-size: 81.25%; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; } /* 13px */
  h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: normal; }
  
  h1 { font-size: 1.6em; color: #33cc00; margin: 0 0 0.25em 0; padding-top: 1em; }
  h2 { font-size: 1.4em; color: #33cc00; margin: 0 0 0.25em 0; padding-top: .5em; border-bottom: 2px #ddd solid; }
  h3 { font-size: 1.2em; color: #006; margin: 0 0 0.25em 0; padding-top: .5em; font-weight: bold; }
  h4 { font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; padding-top: 1em; font-weight: bold; border-bottom: 1px #ddd solid; }
  h5 { font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style: italic; }
  h6 { font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style: italic; }
  
  h1.title { font-size: 1.6em; font-weight:bold; color: #ffffff; background-color: #75FF47; margin: 0 0 0.25em 0; padding: 5px;  }
 
  #seitenname h1 { font-size: 1.8em; color: #ffffff;  margin: 0 0 0.25em 0; padding: 5px  ; }
  #seitenname a {color:#ffffff;}
  #seitenname a:hover {text-decoration: none; }
 
  #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 {
    letter-spacing: .07em;
    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; }
  img.framed { padding: 3px; border: 1px #ddd solid; background: #f4f4f4; }
  
  /* ### Auszeichnung lokaler und Externer Links ######################################################## */
  a, a em.file { color: #CC9900; text-decoration: underline; }
  a:hover { background-color: #fdf291; text-decoration: underline; }
  a:focus { background-color: #fdf291; text-decoration: underline; }
  
  #topnav a { color: #fff; background: transparent; text-decoration: none; }
  #topnav a:hover { text-decoration: underline; background-color: transparent; }
  #topnav a:focus { text-decoration: underline; background-color: transparent; }
  
  #footer a { color: #669; }
  #footer a:hover { background-color: #eef; }
  #footer a:focus { background-color: #eef; }
  
  #main a[href^="http:"], #main a[href^="https:"]
  {
    padding-left: 12px;
    background-image: url(../../img/icons/ext_link.gif);
    background-repeat: no-repeat;
    background-position: left;
  }
  
  #main a.imagelink {
    padding-left: 0;
    background: transparent;
  }
  
  /* ######################################################################################################
  ** ### Formulare & Tabellen #############################################################################
  ** ######################################################################################################
  */
  
  table { border-collapse: collapse; width: 100%; margin-bottom: 0.5em; }
  
  form { overflow: hidden; }
  
  input, textarea {
    width: auto;
    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 ################################################################## */
  
  /* Grundlagen */
  .wichtig { background-color: #fee; border: 1px #fcc solid; padding: 0.5em; margin-bottom: 0.5em; }
  .hinweis { background-color: #eef; border: 1px #ccf solid; padding: 0.5em; margin-bottom: 0.5em; }
  
  /* 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: #444; 
    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; }
  
  /* Browser-Kompatibilitätsliste */ 
  ul.browsers { margin: 0  0 .4em 0; }
  
  ul.browsers li {
    margin: 0;
    list-style-type: none;
    background: #f8f8f8; 
    color: #444; 
    padding: 0.1em 0.1em 0.2em 0.5em; 
    font-weight: normal;
    text-align: left; 
    border-bottom: 1px #fff solid; 
    border-right: 1px #fff solid;
  }
  
  ul.browsers li img { vertical-align: bottom; }
  
  ul.browsers li.title {
    font-weight: bold;
    background: #eee; color: #444; 
    padding: 0.2em 0.2em 0.2em 0.5em; 
  }
  
  /* Auszeichnungen für Code, Dateien, Verzeichnisse */
  em.mono, em.file, em.directory, em.img, em.compress {
    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;
  }
  
  em.img { 
    padding: 0 0 0 14px;
    color: #008;
    background: transparent url(../../img/icons/img.gif) no-repeat left;
  }
    
  em.compress { 
    padding: 0 0 0 14px;
    color: #008;
    background: transparent url(../../img/icons/compress.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;
  }
  
  /* ### Tabellen ################################################################## */
  
  table.bugs { margin-bottom: 1em; margin-top: .5em; }
  table.bugs th { 
  	background: #444; 
  	color: #fff; 
  	padding: 0.5em; 
  	text-align: center; 
  	border-bottom: 1px #fff solid; 
  	border-right: 1px #fff solid;
  }
  
  table.bugs td {
    background: #888; 
    color: #fff; 
    padding: 0.5em; 
    text-align: center; 
    border-bottom: 1px #fff solid; 
    border-right: 1px #fff solid;
  }
  
  /* ### Download-Box ################################################################## */
  
  .bluebox {
    color: #000;
    background: #f0f0f4; 
    padding: 2px; 
    border: 4px #ccd solid;
    text-align: left;
    padding: 4px 0 4px 15px;
    margin-bottom: 1em;
  }
  
  .bluebox h5 { font-size: 140%; color: #006; font-weight: normal; font-style: normal; padding: 0px 8px 0 5px; }
  .bluebox p { padding: 0px 8px 0 5px; }
  
  div.dl_button	{
    width: 220px;
    min-height: 50px;
    text-align: left;
    padding-bottom: 20px;
    background-image: url(../../img/yaml_dl_button.gif);
    background-position:bottom;
  }
  
  div.dl_button a {
    display: block;
    width: 100%;
    min-height: 30px;
    text-align: left;
    background: url(../../img/yaml_dl_button.gif);
  }
  
  div.dl_button a:hover { text-decoration: none; } 
  
  .dl_button a strong { display: block; padding: 17px 5px 0px 20px; color: #448; font-weight: bold; font-size: 125%; text-decoration: underline; }
  .dl_button span.version { display: block; padding: 0px 5px 0px 20px; color: #666; font-weight: normal; font-size: 85%; }
  
}

#logo a:hover img {}
@charset "UTF-8";
/* ######################################################################################################
** # "YAML für Drupal" (c) by Alexander Hass (http://www.yaml-fuer-drupal.de) ###########################
** ######################################################################################################
** 
**  YAML Version: 5.x-2.5.2.4
**  Dateiversion: 06.04.07
**  Datei       : modules.css
**  Funktion    : Zentrales Stylesheet zum Import von angepassten Modulstyles
**
*/

/* @import url(../modules/gallery.css); */
/* @import url(../modules/pngfix.css); */
/* @import url(../modules/site_map.css); */


@charset "UTF-8";
/* ######################################################################################################
** # "YAML für Drupal" (c) by Alexander Hass (http://www.yaml-fuer-drupal.de) ###########################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 5.x-2.5.2.4
**  Dateiversion: 06.04.07
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

@media all
{

  /* Formatierung der Seite */
  body { background: #dddddd; padding: 10px; }
  
  /* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
  #page{ border: 1px #667 solid; background: #fff; }
  #page_margins { border: 1px #889 solid; min-width: 756px; max-width: 100em; margin: auto; }
  
  /* ######################################################################################################
  ** ### Formatierung der Inhaltsspalten ##################################################################
  ** ######################################################################################################
  */
  
  #main { background: #fff; padding: 0 0 1em 0; } 
  
  /* linke Spalte */
  #col1 { width: 148px;          
          margin-top: 40px;    }	
          
  #col1_content { margin-left: 1em; margin-right: 1em; color: #444; background: inherit; }
  
  /* Rechte Spalte */
  #col2 { width: 130px; }
  #col2_content { margin-left: 1em; margin-right: 1em; }
  
  /* Mittlere Spalte */
  #col3 {
    margin-left: 148px; 
    margin-right: 130px; 
    border-left: 1px solid #75FF47;
    border-right: 1px solid #75FF47;
    border-bottom: 1px solid #75FF47;
  }
  #col3_content { 
    margin-left: 0em;
    margin-right: 0em;
    padding-bottom: 0.5em;
  }
  
  #col3_puffer {
    padding: 0.5em;
  }
    
  
  /* ######################################################################################################
  ** ### Formatierung des Kopfbereiches ###################################################################
  ** ######################################################################################################
  */
  
  #header {
    height:50px;
     margin-left: 148px; 
    margin-right: 130px;
    color: #fff;
    
    background: #33cc00 ;
    
    clear: left;  /* Float Bugfix for Opera */ 
  }
  #header a { background-color: transparent; }
  #header img { float: left; margin: 14px 15px 0 40px; font-size: 208%; }
  
  /* Drupal spezifische Einstellungen */
  #site-name { height: 80px; padding: 0px 0px 0px 50px; white-space: nowrap; }
  #site-name a { line-height: 80px; font-size: 1.6em; color: #fff; text-decoration: none; }
  #site-slogan { padding: 0px 0px 0px 50px; }
  
  /* TODO: Position optimieren */
  #search { position: absolute; right: 5px; top: 10px; }
  
  /* ######################################################################################################
  ** ### Formatierung der Navigationen ####################################################################
  ** ######################################################################################################
  */

  #nav-bar {
    width: auto;
    background: transparent;
    border-bottom: 1px solid #33cc00;
    font-size: 0.82em;
    height: 2.2em; /* fixes collapsing block - if no content */
    clear: both;
  }
  #nav-bar .breadcrumb { float: left; padding: 0.4em 0 0.4em 1em; }
  #nav-bar .breadcrumb a { color: #334; }
  #nav-bar .breadcrumb a:hover { color: #334; background: transparent; }
  
  #nav-bar .fontsize { float: right; padding: 0.4em 1em 0.4em 0; }
  #nav-bar .fontsize a { color: #334; }
  #nav-bar .fontsize a:hover { background: transparent; }
  #nav-bar .fontsize img { height: 1.45em; }

  /* Overwrite Drupal Tabs - system.css */
  ul.primary li a { background-color: #fff; color: #444; text-decoration: none; }
  ul.primary li a.active { background-color: #47ff0a; color: #fff; }
  ul.primary li a:hover { background-color: #33cc00; color: #fff; text-decoration: none; }
  
  /* Pager Navigation unten */
  #pager { margin-top: 1em; padding: 1em 0 0.25em 0; border-top: 2px dotted #ddd; }
  #pager div { padding: 0em; display: inline; }
  #pager a, #pager strong.pager-current {
    padding: 2px 5px;
    margin: 0px 0.25em 0px 0.25em;
    border: 1px solid #aaaabb;
    text-decoration: none;
  }
  #pager a:hover { background-color: #33cc00; color: #fff; text-decoration: none; }
  #pager a:focus { background-color: #33cc00; color: #fff; text-decoration: none; }
  #pager strong.pager-current { background-color: #aaaabb; color: #fff; }
  
  /* ######################################################################################################
  ** ### Formatierung des Teasers der Startseite ##########################################################
  ** ######################################################################################################
  */
  
  #teaser { 
    margin: 0em 1em 1em 1em;
    background: #f4f4f4;
    border-bottom: 1px #ccc solid;
    padding: 0.5em 0em 0em 30px;
    color: #5f5d75;
  }
  #teaser div { float: left; width: auto; margin-right: 1em; }
  #teaser .block1 { padding-top: 1em; font-size: 0.82em; }
  #teaser .block3 { width: 50%; padding-top: 0.5em; font-size: 0.82em; }
  #teaser .block3 .title {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
    display: block;
    font-size: 1.2em; 
    font-weight: bold; 
    color: #336699;  
    background: ;  
    margin: 0 0 0.5em 0; 
  }

  /* ######################################################################################################
  ** ### Formatierung der Inhalte #########################################################################
  ** ######################################################################################################
  */

  /* Styling example for specific blocks
  .block-fontsize, .block-search, .block-node { margin: 0em 0em 1em 0em; border: 1px solid #1a3444; }
  .block-fontsize h2, .block-search h2, .block-node h2 {
    margin: 0;
    padding: 0.2em 0.4em 0.2em;
    border-bottom: 1px solid #1a3444;
    background-color: #6A8494;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
  }
  .block-fontsize .content, .block-search .content, .block-node .content { padding: 0.4em; }
  */
  
  .comment { border: 1px solid #ddd; padding: 0.3em 0.5em 0.3em 0.5em; margin-top: 0.6em; }
  .comment h3, .comment h3 a { padding-top: 0.3em; margin: 0; }
  .node .content, .comment .content { padding: 0.3em 0 0 0; }
  .submitted, .statistics_counter { color: #aaaabb; }
  .node .picture, .comment .picture { float: left; margin: 0.4em 0.6em 0.15em 0; border: 0; }
  
  /* Overwrite YAML base.css */
  ul.links li { margin-left: 0; padding-left: 0; }
  
  /* Drupal new-item marker */
  .new { font-weight: bold; color: #33cc00; }
  
  /* ######################################################################################################
  ** ### Formatierung der Tabellen ########################################################################
  ** ######################################################################################################
  */

  /* If you are using Gallery module you should overwrite this table configs.
  ** See css/modules/gallery.css for an example with the default Gallery Theme.
  */ 

  thead th { padding: 1px 4px 1px 4px; }
  tfoot td { padding: 1px 4px 1px 4px; }
  tbody td { 
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    border: 1px solid #cccccc;
  }
  /* tbody tr:hover th, tbody tr:hover td { background-color: #ffffd4; } */ /* Hover isn't working in IE */

  /* ######################################################################################################
  ** ### Formatierung der Userprofile #####################################################################
  ** ######################################################################################################
  */

  /* Bugfix My Account > Display, fixes a content slip down problem */
  .profile { clear: none; margin-top: 0em; }
  
  /* Bugfix for image position in My Account > Display */
  .profile .picture { margin-top: 5em; }

  /* ######################################################################################################
  ** ### Formatierung des Fußbereiches ####################################################################
  ** ######################################################################################################
  */
  
  #footer { color: #888; background: #fff; margin: 0 ; padding: 1em;  line-height: 2em; }
  
}


#logo { 
            
            float:left ;
            position: relative; 
            top: 0px; 
            width: 148px; 
            height: 89px; /* Muss gleich margin-bottom sein */
            margin: 0 0px -89px 10px ;
                        
            background-image: url(../../img/logo_neu.png);background-repeat: no-repeat; }
            @charset "UTF-8";
/* ######################################################################################################
** # "YAML für Drupal" (c) by Alexander Hass (http://www.yaml-fuer-drupal.de) ###########################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 5.x-2.5.2.4
**  Dateiversion: 06.04.07
**  Datei       : basemod_vlines.css
**  Funktion    : Einschalten der vertikalen Spaltentrenner an #col3 (beidseitig)
**
*/

@media screen
{

  /* Spaltentrenner */
  /*#col3 { border-left: 2px #33cc00 dotted; }
  #col3 { border-right: 2px #33cc00 dotted; }*/

}
@charset "UTF-8";
/* ######################################################################################################
** # "YAML für Drupal" (c) by Alexander Hass (http://www.yaml-fuer-drupal.de) ###########################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 5.x-2.5.2.4
**  Dateiversion: 06.04.07
**  Datei       : nav_slidingdoorII.css
**  Funktion    : Formatierung der Hauptnavigation: Reiternavigation "Sliding Doors of CSS II"
**
*/

@media all
{

  /* ######################################################################################################
  ** ### Hauptnavigation: "Sliding Doors of CSS II" von A List Apart ######################################
  ** ######################################################################################################
  */
  
  #nav_main {
    
    
    color: #fff;
    position: absolute;
    left: 165px;
    top: 8px; 
    background: #33cc00 ;	
  }
  
  #nav_main ul {
    white-space: nowrap;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
  }
    
  #nav_main li {
    float: left;
    
    background: #33cc00 ;
    margin-right: 2px; 
    padding: 0 0 0 3px;
    margin: 0;
    border-bottom: 4px solid #33cc00;
  }
  
  #nav_main a {
    float: left;
    display: block;
    color: #fff;
    
    background: transparent;
    /*background: url(gfx/sliding_doorII/nav_rund/right.gif) no-repeat top right;*/
    padding: 5px 5px 3px 3px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
      
    width: auto; /* nur IE 5.x */
    width/**/:/**/ .1em; /* alle anderen User-Agents */
  }
  
  #nav_main > ul a { width: auto; }
  
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  #nav_main a { float: none; }
  /* End IE5-Mac hack */
  
  #nav_main li:hover, #nav_main li:hover a { background-position: 0% -80px; }
  #nav_main li:hover a { background-position: 100% -80px; }
  
  #nav_main #current { background-position: top left; }
  #nav_main #current a { background-position: top right; }
  
  #nav_main a:hover { 
    color: #33cc00;
    background-color: transparent;
    background: #fff;
  }
  
  #nav_main a.active { 
     color: #fff; 
    background-color: #47FF0A;
    background: #fff;
  }
  
  #nav_main #current {
    
    border-width: 0;
  }
  
  #nav_main #current a {
    color: #fff;
    background-color: #47ff0a;
    /*background-image: url(gfx/sliding_doorII/nav_rund/right_on.);*/
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
  }

}
@charset "UTF-8";
/* ######################################################################################################
** # "YAML für Drupal" (c) by Alexander Hass (http://www.yaml-fuer-drupal.de) ###########################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 5.x-2.5.2.4
**  Dateiversion: 06.04.07
**  Datei       : nav_vlist.css
**  Funktion    : Formatierung der Hauptnavigation: Reiternavigation "Sliding Doors"
**
*/

@media all
{
  /* ######################################################################################################
  ** ### Vertikale Listennavigation #######################################################################
  ** ######################################################################################################
  */

  /* Submenu Titel */
  .block-user, .block-menu {
    width: 100%;
    margin: 0.4em 0 1.5em 0;
    padding: 0;
    border-top: 1px #47FF0A solid;
    /*border-bottom: 2px #ddd solid;*/
  }
  
  .block-user h2, .block-menu h2 {
    width: 90%;
    overflow: hidden;       /* Fix: required for IE 5.x */
    margin: 0;
    padding: 4px 0px 4px 10%;
    font-size: 1.02em;
    font-weight: bold;
    color: #444;
    background-color: #fff;
    border-bottom: 4px #888 solid;
  }
  
  /* Submenu Block */
  ul.menu { 
    width: 100%;
    overflow: hidden;       /* Fix: required for IE 5.x */
    margin: 0;              /* Fix: Submenu Titel - Workaround for Drupal Menusystem */
    padding: 0;             /* overwrite drupal.css setting ".block ul" */
    list-style-type: none;
    border: 0 none;         /* Fix: remove border between block title and menu */
  }
  
  /* Submenu Level 1 */
  ul.menu a { display: block; text-decoration: none; }
  ul.menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;            /* IE 5.0 Guillotine-Bugfix */
  }
  ul.menu li a { 
    width: 90%; 
    padding: 3px 0px 3px 10%; 
    background-color: #fff; 
    color: #33cc00; 
    border-bottom: 1px #47FF0A solid;
  }
  ul.menu li a:hover { background-color: #33cc00; color: #fff; text-decoration: none; }
  ul.menu li a.active {
    width: 90%; 
    padding: 3px 0px 3px 10%; 
    font-weight: bold;
    color: #fff; 
    background-color: #47FF0A; 
    border-bottom: 1px #fff solid;
  }
   ul.menu li a:hover.active {
    width: 90%; 
    padding: 3px 0px 3px 10%; 
    font-weight: bold;
    color: #fff; 
    background-color: #33cc00; 
    border-bottom: 1px #fff solid;
  }
  
  /* Submenu Level 2 */
  ul.menu li ul li a { 
    width: 80%; 
    padding: 3px 0px 3px 20%; 
    background-color: #fff;
    color: #33cc00; 
    border-bottom: 1px #fff solid; 
  }
  ul.menu li ul li a.active {
    width: 80%; 
    padding: 3px 0px 3px 20%; 
    font-weight: bold;
    color: #fff; 
    background-color: #47FF0A; 
    border-bottom: 1px #fff solid;
  }
  
  ul.menu li ul li a:hover { background-color: #33cc00; color: #fff; text-decoration: none; }
  
  /* Submenu Level 3 */
  ul.menu li ul li ul li a { 
    width: 70%; 
    padding: 3px 0px 3px 30%; 
    background-color: #e9e9e9; 
    color: #666; 
    border-bottom: 1px #ddd solid; 
  }
  ul.menu li ul li ul li a.active { 
    width: 70%; 
    padding: 3px 0px 3px 30%; 
    font-weight: bold; 
    color: #fff; 
    background-color: #aab; 
    border-bottom: 1px #fff solid;
  }
  
  /* Drupal Submenu item configuration */
  ul.menu li.leaf { 
    display: block; 
    background-color: #f4f4f4; 
    color: #444; 
    font-weight: normal; 
  }
  ul.menu li.collapsed {
    display: block; 
    background-color: #f4f4f4;
    color: #444;
    font-weight: normal;
  }
  ul.menu li.expanded {
    display: block; 
    background-color: #47FF0A;
    color: #444;
    font-weight: bold;
  }
  
  /* Submenu - bullet toogle */
  ul.menu li.expanded ul li.leaf a {
    background-image: none;
  }
  ul.menu li.collapsed a {
    background-image: url(../../css/navigation/gfx/vlist/square/node_plus.gif);
    background-position: 0%;
    background-repeat: no-repeat;
  }
  ul.menu li ul li.collapsed a {
    background-image: url(../../css/navigation/gfx/vlist/square/node_plus.gif);
    background-position: 13.5%;
    background-repeat: no-repeat;
  }
  ul.menu li.expanded a {
    background: #47FF0A url(../../css/navigation/gfx/vlist/square/node_minus.gif);
    background-position: 0%;
    background-repeat: no-repeat;
    color: #fff
  }
  ul.menu li ul li.expanded a {
    background: #47FF0A url(../../css/navigation/gfx/vlist/square/node_minus.gif);
    background-position: 13.5%;
    background-repeat: no-repeat;
    color: #fff
  }

}
#seitenname h1 a {text-decoration:none}
.title h2,h3,h4 {color:#3C0}

#privatemsg-cur-folder-form {border-left:solid 1px #47FF0A;border-right:solid 1px #47FF0A;border-top:solid 1px #47FF0A;margin-bottom:0;margin-left:.2em;margin-right:2em;padding-bottom:0;width:99%}
#privatemsg-list-form {border-bottom:solid 1px #47FF0A;border-left:solid 1px #47FF0A;border-right:solid 1px #47FF0A;margin-left:.2em;margin-right:2em;margin-top:0;padding:.25em 0;width:99%}
#privatemsg-table {border:none;border-bottom:solid 2px #3C0;margin:0;width:100%}
#privatemsg-table .even td {background:#88FF61}
#privatemsg-table tr {border-bottom:solid 1px #CCC;border-top:solid 1px #47FF0A}
#privatemsg-table th {background:#75ff47;border:none;border-top:solid 2px #3C0;color:#00B32D;height:3em}
#privatemsg-table td {background:#FFF;border:none;height:2.5em}
.pm-view-table {width:100%}
.pm-view-table tbody {border:solid 1px #3C0}
.pm-view-table td {background:#88FF61;border:none;color:#00B32D;padding-bottom:0;padding-top:0}
.pm-view-table tr .title-cell {font-weight:700}
.pm-body {border:solid 1px #47FF0A;padding:.25em;width:99%;margin-top:1em}
#privatemsg-folder-table {border:solid 1px #47FF0A;width:100%}
#privatemsg-folder-table th {border-color:#47FF0A}
#privatemsg-folder-table tr {border:solid 1px #47FF0A}
#privatemsg-folder-table td {background:#FFF;border:none;text-align:left}
#privatemsg-cur-folder-form .container-inline,#privatemsg-list-form .container-inline {padding-bottom:0;padding-top:1em}
#privatemsg-view-form,#privatemsg-new-folder-form {border:solid 1px #47FF0A;margin-top:.5em;width:100%}
#edit-privatemsgbody {height:20em}
.pm-view-table {margin-bottom:-0.5em}
#privatemsg-new-form #edit-1 {display:none;}


.messages {border:1px solid #3C0;margin:1em 0}
.messages.status {background-color:#E9FAE6;background-image:url(../../img/ausrufungszeichen.png);background-position:.4em .4em;background-repeat:no-repeat;min-height:50px;padding:.6em .6em .6em 70px;vertical-align:middle}

.block .form-text {
width:100px
}


#user-login-form .form-item {
margin-bottom:0;
margin-top:0;
text-align:left
}

#user-login-form .form-submit {
margin-left:-43px;
margin-top:.5em;
text-align:left
}

#user-login-form ul {
border-top:solid 1px #47FF0A;
margin:2em 0 0;
padding:0
}

#user-login-form li {
list-style-type:none;
margin:.5em 0;
text-align:left
}

#footer {
text-align:center
}

#front-page-paragraph {
font-weight:700;
margin-left:5px
}

.legal-terms {
border:solid 1px #ccc
}

.nutzen {
max-width:470px
}

#front-page-links {margin-bottom: 1.5em;border-bottom:3px double #3c0; padding-bottom:1em}
#front-page-links ul,#front-page-links li {display:inline;font-weight:700;margin:5px}

#block-block-1 {border:3px double #2BAD00;padding:.25em}
#front-page-teaser .view-sd-meinung {width:70%;float:left}
#front-page-teaser .view-ogNew {margin-left:75%;width:150px;}
#front-page-teaser .item-list ul li,.mysite-droplet .item-list ul li {border:1px solid #33CC00;list-style-position:outside;list-style-type:none;margin:0pt 0pt 0.25em 0;padding:.2em 0;text-align:center}
#block-views-sd_meinung, #block-blog-0 {border:thin dashed #2BAD00;padding:.25em;margin-top:1.5em}
.view-footer.view-footer-sd-meinung {text-align:right}
.view-header.view-header-sd-meinung p{margin:0;font-weight:bold;color:#33cc00}
#block-views-sd_meinung li a.active ,#block-blog-0 li a.active {color:#c90}

.faq_ul_questions_top li a {
color:#C90;
text-decoration:underline
}

#wettbewerb {
width:99%
}

#wettbewerb tr.even {
background-color:transparent
}

#wettbewerb td {
font-size:x-large
}

*+html #user-login-form .form-submit {
margin-left:-27px
}

*html #user-login-form .form-submit {
margin-left:-23px
}

.pm-view-table table,.pm-view-table tr,#wettbewerb thead th,#wettbewerb tbody td {
border:none
}

#legal-links,#front-page-links ul {
margin:0
}

*+html #nav_main a:hover,*html #nav_main a:hover {
background-color:#3c0;
color:#fff;
text-decoration:underline
}

#edit-preview {display:none;}

.event-calendar div.title a,.event-calendar div.title a:hover {color:#c90;font-style:normal;text-decoration:underline}
.inline .event_calendar a {display:none}
#profileimage {text-align: center;padding-bottom: 5px;}
#user-profile .subcl {margin-right: 5px;        
        border-bottom: dotted 1px #3c0;}
        
#user-profile .subcr {border-left:dotted 1px #3c0;}
/* 
.subcl {border: solid 1px;}
.subcr {border-left: solid 1px;}
.subcb {border: solid 1px;}
*/
.c200px {width: 200px; float: left; overflow: hidden;}
.cauto {width: auto; float: right; overflow: hidden;}

.c33l {min-width: 150px;}
.actions tbody {border-style:none;}
.actions td a{ display: block;
    text-decoration: none; 
    color: #3c0;
     margin: 0px;
     padding: 0.4em; 
     display: block;
     background: white;
     }
.actions td a:hover { background-color: #3c0; color: #fff; text-decoration: none;
 }
 
.actions td {border-style: none;
            border-bottom: solid 1px #3c0;
            padding:0;}



 .informationheader {clear: left;}
 
 /* Shortest-Route Module */
 .buddy_api_shortestroute_container{float: left;height: 110px;padding-top:5px;padding-bottom: 0px;}
.buddy_api_shortestroute_image{height: 75px;width: 60px;text-align: center;}
.buddy_api_shortestroute_link{width: auto;text-align: center;overflow: hidden;}
.buddy_api_shortestroute_arrow{float: left;padding-top: 30px;padding-left: 5px;padding-right: 5px;}

.profileheader, .groupheader, .informationheader { margin: 0 0 0px 0;
                
                padding: 2px 8px; 
                color: #00B32D; background: #47ff0a; 
                font-size: 1em; font-weight: bold; 
                border-top: solid 1px #00B32D;  
                 text-align: left; }
.profileheader h3,.groupheader h3 , .informationheader h3 { color: #00B32D; font-size: 1em; margin:0;padding:0}

.infoheader { margin: 0px; padding: 2px 8px;
             color: #3c0; background: #88FF61;
             overflow: visible;
            border-top:solid 1px #3c0;}

.infoheader h4 { color: #3c0;
            margin-top: 1px; margin-left: 0px;
            margin-bottom: 0; padding: 0px; 
            border-bottom: none;}
            
.buddy {text-align: center;}

#profile-buddies table {border-collapse: collapse;
                        border: none;
                        text-align:center;
                       }
#profile-buddies td {border-collapse: collapse;
                      border: none;
                      padding: 0.5em 0 0 0 ;
                      width: 33.33333%;
                      text-align: center;
                      vertical-align: top;
                      }

/*#profile-buddies td img {
                            display: block;
                        }                           */



#user-groups {}
#user-groups ul {padding-top: 5px;}

.profileTable td {border-style: none;
                padding: 0;}
.online {color: #3c0;
         font-weight:bold;}
.offline {color: red;
          font-weight:bold;}
.label {vertical-align: top;
        font-weight:bold;
        table-layout: fixed;}
td.label  {width: 150px;
            padding-left: 8px;}
            
            
/* Gallery */

#gallery .one-image {text-align: center;
                     padding: 0.6em;}
#gallery {text-align: right;}
#gallery a {margin-top: 0.4em;}
#gallery a[href^="http:"], #gallery a[href^="https:"] {background-image: none;}            
#gallery {padding-bottom: 0.4em;}
.whole-comment {text-align:left}
            
/* Guest Book */

#guestbook-intro-header  { margin: 0px; padding: 2px 8px;color: #3c0;background:#88FF61;overflow: visible;border-top:solid 1px #3c0;}                   
#guestbook-intro p {padding: 2px 8px;margin: 0;}
#guestbook-intro-header h4  {color: #3c0;margin-top: 1px; margin-left: 0px;  margin-bottom: 0; padding: 0px;border-bottom: none;font-weight: bold;}     
#guestbook-entry-form form {padding-bottom:5px;}
#guestbook-entry-form label {display:none;}
#guestbook-entry-form textarea { margin-left: 8px;margin-top: 8px;width:95%} 
#guestbook-entry-form .grippie {  margin-left: 8px;} 
#guestbook-pager-top { margin-top: 0px;padding: 2px 8px;color: #3c0;background: #88FF61;overflow: visible;border-top:solid 1px #3c0;}
.pager a {padding-top:0;padding-bottom:0;}                        
#guestbook-pager-bottom {  margin-top: 0px;padding: 2px 8px;color: #3c0;background: #88FF61;overflow: visible;border-top:solid 1px #3c0;}#guestbook-entry-form {position: relative;}
#guestbook-entry-form #edit-send {margin-left: 8px;}
#guestbook-entry-form .description {display: none;}
#guestbook-entry-form .form-required {display: none;}
#guestbook-entry-form .filter-tips {margin-top: 20em;padding-left: 8px;padding-bottom: 0.3em;position:absolute;left: 6.5em;bottom: 0.25em;}

.entry-right { margin-left: 60px;}
/*.entry-left {float:left;
            max-width: 60px;}*/

.post-info { margin-top: 5px; 
             padding: 2px 8px;
            color: #3c0; 
            background: #88FF61;
             overflow: visible;
            border-top:solid 1px #3c0;
            border-bottom: solid 1px #ccc;            }
             
.entry-content { padding: 2px 8px;}
.entry-links   { padding: 2px 8px;}

.entry-link  {margin-right: 0.5em;}

.comment { border-top: 1px solid #3c0;
           border-left: 0px solid #3c0;
           border-right: 0px solid #3c0;        
           border-bottom: 0px;
           padding: 0.3em 0.5em 0.3em 0.5em; 
           margin-top:0px; }

/* Privacy-Message */
p.privacymessage   {
  font-weight: bold;
  text-align: center;
  border: solid 1px #3c0;}
/* Profile-Teaser */
.teaserProfileTable  {
                    border: solid 1px #47FF0A;}
                   
.teaserProfileTable td {border: none;
                        vertical-align: top;}                   

.teaserTable td {border-style: none;
                padding: 0;
                }

.teaserTable tbody {
                border-style: none;
                padding: 0;}
                
.teaserLabel {width: 9em;

        font-weight: bold;
         }

td .teaserLabel {padding-right: 0.25em;}

.teaserAction a{ display: block;
    text-decoration: none; 
    color: #3c0;
     margin: 0px;
     padding: 2px 3px; 
     display: block;
     background: white;
     border-bottom: solid 1px #47FF0A;
    }


.teaserAction a:hover { background-color: #3c0; color: #fff; text-decoration: none; }

.teaserActions tbody{border-style:none;}
.teaserActions td {border-style: none;}

.teaser-profileimage {
                        width: 105px;
                        padding: 0.4em;
                        
                        }
 
.rightAllign { width: 160px;
                text-align: left;
                vertical-align: top;}
                
.pager {  margin-top: 0px;                        
                       padding: 2px 8px;
                       color: #3c0; 
                       background: #88FF61;
                       overflow: visible;
                       /*border-top:solid 1px #3c0;*/}

legend {font-weight: bold;}

/* 
 * Eingabeform
 */
 
 .cck-fullname-first .form-required, .cck-fullname-last .form-required  { display: none;}
 .cck-fullname-fieldset td, .cck-fullname-fieldset th, .cck-fullname-fieldset tr, .cck-fullname-fieldset tbody {border: none;background: #fff; padding: 0;}
 .cck-fullname-fieldset td {width: 100px;} 
 #groups-profile .subcl {border-right: 1px dotted #3c0;}
 #groups-profile .subcr { border-bottom: 1px dotted #3c0;}
.group-content {padding: 2px 8px; }
.groupTable tbody {border-style:none;}
.groupTable td {border-style: none;
                padding: 0;}

.groupTable .label {width:100px;}
#og-forum-last-entries-view td, #og-forum-last-entries-view tbody{border: 1px solid #33cc00;}
#og-forum-last-entries-view th {border-color:#33cc00}
#og-forum-last-entries-view td,#og-forum-last-entries-view th {background: white; padding:0;}
#og-forum-last-entries-view .view-field-node-title  {width:60%;}

.og-picture-table tbody{
  border-style:none;
 
}
.og-picture-table td {
	border-style: solid;
	width: 50px;
	text-align: center;}

#group-members h3 a {color: #664d00;
                      text-align: right;
                      font-weight: normal;
                      }
.view td, .view tbody{border: 1px solid #33cc00;}
.view th {border-color:#33cc00}
.view td,.view th {background: white; padding:0;}
.view .view-field-node-title  {width:60%;}

.group-link {text-align: right;}

#group-picture {text-align: center;}

#og-image-last-entries li {
  float: left;
  list-style: none;
  margin: 0;
  margin-right: 0.4em;
  }
#og-image-last-entries #gallery-link {clear:left; }
#og-image-last-entries .view-empty-og-image-last-entries li {list-style: disc;margin: 0 0 0.25em 1.5em;  padding: 0;}
#category a {color: #cc9900;}
/* Teaser View */
.view-og-my .teaserProfileTable td, .view-og-my .teaserProfileTable .teaserTable tbody, .view-og-my .teaserProfileTable .teaserActions tbody, .view-searchview-groups .teaserProfileTable td, .view-searchview-groups .teaserProfileTable .teaserTable tbody, .view-searchview-groups .teaserProfileTable .teaserActions tbody,.view-searchview-people .teaserProfileTable td, .view-searchview-people .teaserProfileTable .teaserTable tbody, .view-searchview-people .teaserProfileTable .teaserActions tbody {border : none;}

.opml-icon, .view-header-og-my p {display: none;}

/* search.css */

/*
 * searchview-groups 
 */

.view-searchview-groups #views-filters table, .view-searchview-people #views-filters table{margin-left:0.1%; }
.view-searchview-groups #views-filters td,.view-searchview-groups #views-filters th, .view-searchview-groups #views-filters tbody, .view-searchview-groups #views-filters tr, .view-searchview-people #views-filters td,.view-searchview-people #views-filters th, .view-searchview-people #views-filters tbody, .view-searchview-people #views-filters tr{
border: none;
}

.view-searchview-groups #views-filters td,.view-searchview-people #views-filters td {width: 30%; padding-right:0.8em;}
.view-searchview-groups #views-filters #edit-filter0 {
width: 99%;
}
.view-searchview-groups #views-filters #edit-filter1 {
border: solid 1px #ccc;
background-color: #fafafa;
margin-right: 0.3%;   
}

/*
 * searchview-people 
 */

.view-searchview-people #views-filters #edit-filter0  {
width: 99%;
}

.view-searchview-people #views-filters #edit-filter1 {
width: 99%;
}
/* Node */
.node .content, .comment .content {clear:left;}

.comment-head {background-color: #88ff61; height: 50px;
              padding: 4px 0px 4px 4px; margin: 8px 0px;}
.submitted {line-height: 1.5em;}
.underline {border-bottom: 1px solid #33cc00; margin-top: 0.3em;}
/* Forum */
#forum td.active {background-color: transparent;}
#forum tr.even, #forum tr.odd {background-color:transparent; }
thead th {border-bottom:3px solid #33cc00;}
#forum tbody, #forum tbody td, #forum tbody tr {border:1px solid #33cc00;}

.forum-topic-navigation {
background-color:#88FF61;
border-bottom:medium none;
border-top:1px solid #33CC00;
}
/*  Blog */
/* $Id: drupal_g2.css,v 1.4.2.2 2007/03/29 23:24:48 kiz0987 Exp $ */

/**
 * Drupal embeded Gallery2 css overrides.
 * These do not make a perfect theme, but are not bad as a first step.
 */
 /* Increase font size */
 #gallery {
    font-size: 100%;
 }
 
 /* Remove the header */
#gsHeader {
  display: none;
}

/* Removes the Gallery Title (as Drupal displays it)*/
table #album h2 {
   display: none;
}

/* Drupal 5.x system.css adds a border to tbody */
#gallery tbody {
  border-top: none;
}

/* Garland adds a width: 100% to all tables */
td.giAlbumCell table, td.giItemCell table {
  width: auto;
}

/* Garland adds td and th padding which needs to be removed for imageframes.
   Have to manually add each imageframe type -- annoying. */
table.ImageFrame_bamboo td,
table.ImageFrame_book td,
table.ImageFrame_brand td,
table.ImageFrame_dotapple td,
table.ImageFrame_filmedges td,
table.ImageFrame_flicking td,
table.ImageFrame_gold td,
table.ImageFrame_gold2 td,
table.ImageFrame_notebook td,
table.ImageFrame_notebooksquare td,
table.ImageFrame_photocorners td,
table.ImageFrame_photocorners_small td,
table.ImageFrame_polaroid td,
table.ImageFrame_polaroids td,
table.ImageFrame_postage td,
table.ImageFrame_shell td,
table.ImageFrame_shadow td,
table.ImageFrame_slide td,
table.ImageFrame_slidesquare td,
table.ImageFrame_wood td
{
  padding: 0;
}


/* Brings h2 back for siteAdmin pages */
#siteAdminForm .gbBlock h2 {
   display: block;
}

/* Do not display the breadcrumb */
#gsNavBar div.gbBreadCrumb {
  display: none;
}

/* The system links ("Site Admin", "Your Album") should no longer float as the 
   breadcrumb has been removed. Just align right */
#gsNavBar div.gbSystemLinks {
  text-align: right;
  float: none;
}

/* .block-gallery is in the sidebar */ 
.block-gallery #gsSidebar {
    border: none;
    width: auto;
    overflow: hidden;
}

.block-gallery div.block-core-ItemLinks {
  margin: 0;
  border-bottom: 1px solid #aaa;
}

.block-gallery .gbBlock {
    padding: 0 5px 3px 5px;
}

/* Drupal 5.x system.css adds a border to tbody */
.block-gallery tbody {
  border-top: none;
}

.block-gallery td, th {
  padding: 0; /* Garland adds padding which needs to be removed */
}

/* Navigation Tree */
.block-gallery .dtree {
    font-size: 1em;
}

/* For g2ic_plugin */
img.g2image_float_left, div.g2image_float_left 
{
  float: left;
  margin: 4px;
}

img.g2image_float_right, div.g2image_float_right {
  float: right;
  margin: 4px;
}

img.g2image_centered, div.g2image_centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Neeed to centre images with frames */
.g2image_centered table {
  margin: auto;
}

.g2image_clear_images {
  clear: both;
  }

.post-content img
{
float: left;
clear: both;
margin: 4px;
}

.page-content img
{
float: left;
clear: both;
margin: 4px;
}

/* Embed success, warning, error messages */
.g2_embed_success {
   color: green;
}

.g2_embed_warning {
   color: #f63;
}
.g2_embed_error {
   color: red;
   font-weight: bold;
}

/* Gallery Grid Block */
.gallery-grid-block {
  padding: 1px;
/*  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;*/
}

/*.gallery-grid-block .image-grid {
  width: 182px;
  width: 300px;
}*/

/*.gallery-grid-block .one-image {
  float: left;
  display: inline;
  padding: 3px;
}*/

/*.gallery-grid-block .one-image {
//  float: left;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1px;
}*/
.gallery-grid-block .one-image {
  margin: 1px;
}

/* Drupal 5.x system.css adds a border to tbody */
.gallery-grid-block tbody {
  border-top: none;
}

td.gallery-grid-block {
  text-align:center;
}

/* So imageframed thumbs can be centered */
/*td.gallery-grid-block table {
  margin: auto;
}*/

.gallery-grid-block table,
.gallery-grid-block .one-image td, 
.gallery-grid-block .one-image table {
  padding: 0; /* Garland adds padding which needs to be removed */
  margin: auto;
}

.dtree {
  line-height: 100%;
}

.dtree a.node, .dtree a.nodeSel {
  margin-left: 0;
}

/*
 * Album
 */

#album, #photo-header  {background:#fff;        
        border:1px solid #47ff0a;}
#album-links {border: solid 1px #47ff0a;
                border-bottom: none;
                border-top: none; 
                  padding: 0.25em;}
#gallery td {border: none;width:30%;}
#gsThumbMatrix {text-align: center;
                        font-size: 95%;}

.thumbnail-frame { border: 1px solid #47ff0a;display: block;margin: 0;overflow:hidden;padding: 0.4em;text-align: center;}

#gsThumbMatrix img  {margin: 0;padding: 0.4em;border: 1px solid #bbb;}
#gsThumbMatrix img:hover  {
                    
                    margin: 0 ;
                    padding: 0.4em;
                    border: 1px solid #00B32D;
                    text-decoration: none;}
#gsThumbMatrix a:hover  {text-decoration: none;
                          background: #fff;}


.thumbnail {        text-align:center;
                    background-color:#fff;
                    }
 /*
                    display: block;
                    margin: 0;
                    border: 1px solid #ccc;
                    padding: 4px 4px 9px 4px; 
                    border-bottom-color: #bbb;
                    border-top-color: #eee;
                    border-right-color: #ddd;
                  }*/
  
.giItemCell {font-weight: bold;}
.giAlbumCell .thumbnail-frame ,.giAlbumCell .thumbnail {font-weight: bold;
                                background: #eee;}
.emptyAlbum {text-align:center;}
.next-and-last {float: right;}

.first-and-previous {
                    float:left;}

.block-core-Pager{text-align:center;}


/*
 * Photo
 */
#photo-content { width: 480px;
                }
#gsContent {text-align: left}
#gsContent .next-and-last.no-previous {float:none;
                            text-align:right;}
#gsContent .first-and-previous {text-align:left;
                                float: none;}
#gsContent .pager { margin-top: 0.25em;
                    margin-bottom: 0.25em;}
#gsImageView {display: block;   
            padding: 0.4em 0;
            text-align: center;}

#photo-functions {border: solid 1px #47ff0a;
                  padding-left: 0.25em;}
#photo-links {border: solid 1px #47ff0a;
                border-bottom: none;
                  padding-left: 0.25em;}
                  
#comment-header { margin: 0px; padding: 2px 8px;
             color: #33cc00; background: #88FF61;
             overflow: visible;
            border-top:solid 1px #33cc00;}                    
#comment-header h4  {color: #33cc00;
            margin-top: 1px; margin-left: 0px;
            margin-bottom: 0; padding: 0px; 
            border-bottom: none;
            font-weight: bold;}  
            
.block-comment-AddComment h3 {font-size: 1em;
                margin: 0px; padding: 2px 8px;
             color: #33cc00; background: #88FF61;
             overflow: visible;
            border-top:solid 1px #33cc00;}

.block-comment-AddComment textarea { width:98%;}

.block-comment-AddComment {padding-bottom: 0.3em;}

.gbMarkupBar {margin-top: 0.5em;
            margin-bottom: 0.5em;}
.inputTypeSubmit {margin-top: 0.5em;}

.block-comment-ViewComments h3 { display:none;}

.whole-comment { border-top: 1px solid #33cc00;
           border-left: 0px solid #33cc00;
           border-right: 1px solid #33cc00;        
           border-bottom: 0px;
           
           padding: 0.3em 0.5em 0.3em 0.5em; 
           margin-top:0px; }
           
.whole-comment .author-picture {float: left; max-width: 60px;
                              margin: 0.4em 0.6em 0.15em 0;
                              border: 0; 
                              overflow:hidden;}
                      
/* Delete Photo */
.gbBlock h2 {color: #33cc00;
            border-color: #47ff0a;
            padding-left: 0.4em;
            margin: 0;}
.gbBlock p {padding-left: 0.9em;}

/* Edit Photo */
.gbBlock p .giDescription, .gbBlock h4 {padding-left: 0.9em;}

div.giImageBlock.left {
	float: left;
	margin: 1em;
}

div.giImageBlock.right {
	float: right;
	margin: 1em;
}

div.giImageBlock.nowrap {
	float: none;
	margin: 1em
}

.giImageBlock-clear-both {
  clear: both;
}

.mysite-droplet .view td, .view th {padding:0.4em 0pt;text-align:center}
.mysite-droplet .view td, .view tbody {border:none} 