﻿/* Static text */

.static_text_title
{
    font-family: Tahoma;
    font-size: 20px;
    margin-left: 25px;
    font-weight: normal;
    color: #0066FF;
    padding-bottom: 5px;
}

.static_text
{
    font-family: Verdana;
    font-size: 12px;
    margin-left: 25px;
}
.static_text p
{
    text-align: justify;
    text-indent: 30px;
}
.static_text a
{
    color: #789c17;
    font-family: Verdana;
    font-size: 12px;
}
.static_text a:link
{
    text-decoration: none;
}
.static_text a:visited
{
    text-decoration: none;
}
.static_text a:hover
{
    text-decoration: underline;
}
.static_text a:active
{
    text-decoration: none;
}
.articleLink
{
    color: Green;
    font-family: Verdana;
    font-size: 10px;
}
.articleLink:link
{
    text-decoration: underline;
}
.articleLink:visited
{
    text-decoration: underline;
}
.articleLink:hover
{
    text-decoration: underline;
}
.articleLink:active
{
    text-decoration: underline;
}

/* Article */

.article_image
{
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.article_title
{
    padding: 0px;
    margin: 0px;
    color: black;
    font-family: Arial;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}

.article_author
{
    font-family: Arial;
    color:#000000;
    font-size:11px;
}

.article_date
{
    font-family: Arial;
    color:#13629f;
    font-size:11px;
}

.article_comments
{
    background:transparent url(../img/comments/comment_icon.gif) no-repeat scroll 0 0;
    color:#FFFFFF;
    font-size:10px;
    height:20px;
    margin:-2px 8px 0;
    padding:2px 0 0;
    text-align:center;
    width:29px;
    display: inline-block;
}

.article_image_border
{
    border: solid 1px #dcdcdc;
    float: left;
    padding: 1px;
    margin-right: 10px;
}

.article_link
{
}

/* Picture gallery */
.picture_gallery
{
    
}

.gallery_title
{
    padding: 0px;
    margin: 0px;
    color: #009900;
    font-size:20px;
    font-weight:bolder;
    text-decoration:none;
}

/* Relations */

.relation_group
{
    width: 500px;
}

.article_text
{
    font-family: Arial;
    font-size: 11px;
}

.article_text2
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.article_description
{
    font-family: Arial;
    font-size: 12px;
}

.article_description2
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.article_title2
{
    font-family: Arial;
    font-size: 16px;
}

.green_text
{
    font-family: Arial;
    font-size: 11px;
    color: #13629f;
    text-decoration:none;
}

.green_link
{
    font-family: Arial;
    font-size: 12px;
    color: #13629f;
    text-decoration: underline;
}

.green_link2
{
    font-family: Arial;
    font-size: 12px;
    color: #13629f;
    text-decoration: none;
}

.green_link2:hover
{
    text-decoration: underline;
}

.green_link3
{
    font-family: Arial;
    font-size: 12px;
    color: #13629f;
    font-weight: bold;
    line-height: 11px;
}

.article_link
{
    font-family: Arial;
    color: Black;
    font-size: 12px;
    font-weight: bold;
}

.old_article_link
{
    font-family: Arial;
    color: Black;
    font-size: 12px;
}

.old_article_link2
{
    font-family: Arial;
    color: Black;
    font-size: 12px;
    text-decoration: none;
}

.old_article_link2:hover
{
    text-decoration: underline;
}

.only_hover
{
    text-decoration: none;
    line-height: 12px;
}

.big_link
{
    padding: 0px;
    margin: 0px;
    color: black;
    font-family: Arial;
    font-size:18px;
    font-weight:bold;
    text-decoration:underline;
}

.small_link
{
    font-family: Arial;
    color: Black;
    font-size: 11px;
    text-decoration:underline;
}

.small_link2
{
    font-family: Arial;
    color: Black;
    font-size: 11px;
    text-decoration:none;
}

.small_link2:hover
{
    text-decoration:underline;
}

.small_link_green
{
    font-family: Arial;
    color: #13629f;
    font-size: 11px;
    text-decoration:none;
    font-weight:bold;
}

.small_link_green:hover
{
    text-decoration:underline;
}

.only_hover:hover span
{
    text-decoration: underline;
}

.path_info_separator
{
    background-image: url('../img/common/path_info_separator.gif');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 8px;
    font-size: 10px;
}

.content_holder
{
    padding: 5px;
    margin-bottom: 5px;
    border: solid 1px #b3b4b8;
    background-color: #f8f8f8;
}

.content_with_separator
{
    margin-top: 5px;
    padding-bottom: 10px;
    
}
