@charset "utf-8";
/* CSS Document */
/*
  *
  *@author Florian Sommer
  *@version $Revision: 1.1 $
  *
 */
/* *this is a theme for the standard content sites* */
@media screen {
/* ***general*** */
/*
  html, body{
  height:100%;
  }
 */
body {
    color:#000000;
    background-color:#0053a0;
    background-image:url(../pix/BordersAndShadows/gradient-standard.png);
    background-repeat:repeat-x;
    text-align:center;
}
/* *dropdown navigation link color* */
#nav li ul a:hover {
    color:#0053a0;
}
#nav li ul li:hover {
    list-style:url(../pix/listStyles/arrow-blue.gif);
}
#search .searchField {
    border:1px solid #0257a7;
}
#regionNavi .selectbox {
    border:1px solid #0257a7;
}
/* * content link color* */

#content a:link, #content a:hover {
    color:#0053a0;
}
#content a:visited {
    color:#7684b0;
}
/**breadcrumb links**/
.breadcrumb a:link, .breadcrumb a:hover{
color:#000000;
}
.breadcrumb a:visited, .breadcrumb a:active{
color:#0053a0;
}

/* * left sidebar navigation* */

.sidebarLeft .firstNavLayer a:link, .sidebarLeft .secondNavLayer a:link, .sidebarLeft .thirdNavLayer a:link {
    color:#000000;
}
.sidebarLeft .firstNavLayer a:hover, .sidebarLeft .secondNavLayer a:hover, .sidebarLeft .thirdNavLayer a:hover {
    color:#0053a0;
}
.sidebarLeft .firstNavLayer a:active, .sidebarLeft .secondNavLayer a:active, .sidebarLeft .thirdNavLayer a:active {
color:#0053a0;
}
.sidebarLeft a:link, .sidebarLeft a:hover {
    color:#0053a0;
}
.sidebarLeft a:visited {
    color:#7684b0;
}
}
