@charset "UTF-8";
/*############################################################*/
/*#  CSS Document for SEW Webapp                             #*/
/*#  Template General                                        #*/
/*#  version $Revision: 58 $  #*/
/*#  author $Author: m.morgenstern $  #*/
/*#  $Id: sew_general.css 58 2010-11-18 22:41:58Z m.morgenstern $    #*/
/*#  $Date: 2010-11-18 23:41:58 +0100 (Do, 18 Nov 2010) $    #*/
/*############################################################*/





/*############################################################*/
/*#                  BASIC CLASSES                           #*/
/*############################################################*/
.clickable 
{
    cursor: pointer;
    cursor: hand;
}

.clear 
{
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}



/*############################################################*/
/*#                  BASIC ELEMENTS                          #*/
/*############################################################*/
sup
{
    font-size: 8px;
    vertical-align: super;
}

sub
{
    font-size: 8px;
    vertical-align: sub;
}


/*############################################################*/
/*#                  STRUCTURE                               #*/
/*############################################################*/
.overlay-close
{
    height: 17px;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 17px;
}

.footerNav
{
    overflow: auto;
}

.footerNav .meta-navigation-left
{
    float: left;
}

.footerNav .meta-navigation-right
{
    float: right;
}




/*############################################################*/
/*#                  PARAGRAPHS                              #*/
/*############################################################*/




/*############################################################*/
/*#                  HEADLINES                               #*/
/*############################################################*/




/*############################################################*/
/*#                  IMAGES                                  #*/
/*############################################################*/
img 
{
    border: 0;
}

.imgSpan 
{
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}




/*############################################################*/
/*#                  ATTRIBUTES                              #*/
/*############################################################*/
:focus 
{
    outline: 0;
    -moz-outline-style: none;
}

a:active 
{
    outline: none;
}

a
{
    color: #23282D;
    text-decoration: none;
}

a:hover
{
    color: #FF0000;
    text-decoration: none;
}

a.button
{
    overflow: auto;
}

a.button span
{
    background-image: url("../Images/button-arrow.gif");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    display: block;
    float: left;
    height: 12px;
    width: 8px;
}

a.button:hover span
{
    background-image: url("../Images/button-arrow-hover.gif");
}

.overlay-close a
{
    background-image: url("../Images/overlayClose.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    text-indent: -2000px;
    width: 17px;
}



/*############################################################*/
/*#                  LISTS                                   #*/
/*############################################################*/




/*############################################################*/
/*#                  TABLE                                   #*/
/*############################################################*/




/*############################################################*/
/*#                  FORMS                                   #*/
/*############################################################*/




