/*-----------------------------------------------------------------------------
 * styleContent.css
 * Authors: Meikel Backs, Sebastian Hucke
 *
 * CSS-Definitionen
 *
 *-----------------------------------------------------------------------------
 */

body {
    background-color:#FFFFFF;
    color:#2A2A2A;
    text-align:center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    /*font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;*/
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/ /*Geneva, Helvetica, Arial, sans-serif;*/
    font-size:8.7pt;
    /*letter-spacing:normal;
    text-transform:normal;
    font-weight:normal;
    font-style:normal;*/
    line-height:14px;
}

a{
    color:#626262; 
    text-decoration:underline;
}

a.newsentryLink {
    color:#626262; 
    text-decoration:none;
    font-weight:bold;
}


a:visited{
    color:#626262;
}

a:hover, a:focus {
    color:#A2A2A2;
}

a img{
    border:none;
}

img {
    border-style:none;
    border-width:0px;
}

table {
    width:100%;
    table-layout:fixed;
    border-width:0px;
    border-bottom:0px;
    border-style:solid;
    border-collapse:collapse;
    empty-cells:show;
    speak-header:always;
}

h3 {
    font-size:10pt;
    margin-top:1.5em;
    margin-bottom:1em;
    color:#626262;
    /*font-weight:bold;*/
    line-height:14px;
}

h4 {
    font-size:8.7pt;
    margin-top:1.5em;
    margin-bottom:0.5em;
    color:#626262;
    /*font-weight:bold;*/
    line-height:14px;
}

#newsNavi {
    text-align:center;
    margin-bottom:10px;
}

/* Galerie */
/*#galleryCopyright {
    clear:both;
    font-size:8pt;
    padding-top:10px;
}*/

.galleryImage {
    width:110px;
    height:110px;
    float:left;
    text-align:center;
}
