@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

body {
  background-color: #212121;
  margin-top: 24px;
}

#page {border: 1px #FFFFFF solid;}

#header {
  background-color: #DE0029;
/*
  background-image: url(../img/header-ohne-hund-de0024.png);
  background-repeat: no-repeat;
*/
}
#nav_main {
  background: url(../img/a3wsaar-layerMenu-bg.jpg) repeat-x;
  background-color: #91001B;
}

#nav_main .udm a, #nav_main .udm a:link, #nav_main .udm a.nohref {
  color: white;
  background-color: #91001B;
  background-image: none;
}


#main {
  background-image: url(../img/a3wsaar-col1-bg.gif);
  background-color: #FFFFFF;
}

.FCE-Bildblock .FCE-Bildblock-content {
  background-color: #EEEEEE;
  background-image: none;
  }

.FCE-Bildblock h4 {
  background-color: #DE0029;
  background-image: none;
}

#footer {
  background-color: #DE0029;
  border-top: 1px solid #FFFFFF;
  color: white;
}

#footer a {
  color: white;
  text-decoration: underline;
}

#submenu li a {
  background: url(../img/a3wsaar-gradient.gif)repeat scroll 0%;
  border-bottom: 1px solid #FFFFFF;
  }
#submenu li ul li a {
  background: url(../img/a3wsaar-gradient.gif)repeat scroll 0%;
  border-bottom: 1px solid #FFFFFF;
  }
#submenu li a:focus, #submenu li a:hover, #submenu li a:active,
#submenu a, #submenu strong {
  background-color: #91001B;
  }
#submenu li ul li a:focus, #submenu li ul li  a:hover, #submenu li ul li a:active,
#submenu a, #submenu strong {
  background-color: #91001B;
  }


#submenu li a:hover {
  color: white;
  }
#submenu li ul li a:hover {
  color: white; 
  }

#submenu li#active, #submenu li strong {
  background-color: #91001B;
  border-bottom: 1px #FFFFFF solid;
  color: white;
}

h3 {
  font-size: 1em;
}

.news-latest-item h3 a {
  text-decoration: none;
}
p.news-single-imgcaption { font-size: 90%; font-style: italic; }
a {
  color: #DE0029;
}

blockquote { font-size: 90%; font-style: italic; margin: 0 4px 0 0; padding: 0; }

}

.news-latest-container h3 { font-size: 12px; }
.news-latest-container p { font-size: 12px; }

.csc-frame-rulerBefore { border-top: 1px solid #DE0029; margin-top: 24px; }

dd.csc-textpic-caption {
    background-color: #FFFFFF;
    font-size: 0.8em;
}

#query label { display: block; float: left; margin-top: 3px; width: 120px; }
#query div { margin-bottom: 4px; padding: 2px; }
table.wfqbe_table_results { margin: 0 !Important; }

span.mono {
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    color: #DE0029;
    font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
    padding: 0;
}
