#siteHeader {
    background-image: url("../../gfx/bg.siteheader.jpg");
    
    height: 122px;
}

#siteContent table {
    font-size: 100%;
    
    color: #919191;
}
#siteContent table th,
#siteContent table td {
    color: #919191;
}

#siteContent div.newsOverview {
    
}
#siteContent div.newsOverview.withoutpicture {
    
}
#siteContent div.newsOverview .item {
    margin: 20px 0px 20px 0px;
    clear: both;
}
#siteContent div.newsOverview .item h3 {
    color: #dbdbdb;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: uppercase;
}
#siteContent div.newsOverview .item .date {
    display: block;
    margin-bottom: 20px;
}
#siteContent div.newsOverview .item div.introduction {
    width: 374px;
    
    border-bottom: 1px solid #565656;
    
    padding-bottom: 20px;
    padding-bottom: 30px;
}
#siteContent div.newsOverview.withoutpicture .item div.introduction {
    width: 520px !important;
}
#siteContent div.newsOverview .item a.readmore {
    padding-left: 15px;
    margin-top: 3px;
    
    background-image: url("../../gfx/icon.plus.gif");
    background-position: left;
    background-repeat: no-repeat;
    
    color: #a2a2a2;
    text-decoration: underline;

    float: right;
}
#siteContent div.newsOverview .item span.readcount {
    float: left;
}
#siteContent div.newsOverview .item a.readmore:hover {
    text-decoration: none;
}
#siteContent div.newsOverview .item .image {
    border: 3px solid #7a7a7a;
    
    float: right;
    
    /*width: 100px;*/
}
#siteContent div.newsOverview .item .newsImageContainer {
    /*width: 100px;
    height: 100px;*/
    width: 150px;
    height: 150px;
    
    float: right;
    
    border: 3px solid #7a7a7a;
    
    overflow: hidden;
}
#siteContent ul.newsOverview {
    list-style: none !important;
    
    width: 374px;
    
    margin-left: 0px;
    margin-top: -20px;
}
#siteContent ul.newsOverview li {
    list-style: none !important;
    
    padding-left: 15px;
    
    background-image: url("../../gfx/icon.plus.gif");
    background-position: 0px 11px;
    background-repeat: no-repeat;
    
    line-height: 30px;
    
    border-bottom: 1px solid #565656;
}
#siteContent ul.newsOverview li a {
    color: #b3b3b3;
    font-weight: bold;
    text-decoration: none;
}
#siteContent ul.newsOverview li a:hover {
    text-decoration: underline;
}

#siteContent p {
    margin: 15px 0px 15px 0px;
}

#siteContent .contactDetail table {
    
}
#siteContent .contactDetail table td {
    vertical-align: top;
    width: 500px;
}
#siteContent .contactDetail table td.pasfoto {
    padding: 0px 10px 0px 0px;
    width: 100px;
}
#siteContent .contactDetail table td.pasfoto img {
    border: 3px solid #7a7a7a;
    width: 100px;
    margin: 0px;
}
#siteContent .contactDetail h3 {
    color: #dbdbdb;
    /*font-weight: normal;*/
    font-weight: bold;
    /*font-size: 1.5em;*/
    font-size: 1.3em;
    /*text-transform: uppercase;*/
}
#siteContent .contactDetail h2 {
    color: #6a6a6a;
}

#siteContnet .newsDetail {
    
}
#siteContent .newsDetail p.introduction {
    font-weight: bold;
    margin-bottom: 20px;
}
#siteContent .newsDetail .image {
    border: 3px solid #7a7a7a;
    
    float: right;
    
    /*width: 210px;*/
    width: 223px;
    /*height: 168px;*/
}
#siteContent .newsDetail h3 {
    color: #dbdbdb;
    /*font-weight: normal;*/
    font-weight: bold;
    /*font-size: 1.5em;*/
    font-size: 1.3em;
    /*text-transform: uppercase;*/
}
#siteContent .newsDetail .date {
    display: block;
    margin-bottom: 20px;
}
#siteContent .newsDetail p {
    width: 330px;
}
#siteContent .newsDetail.withoutpicture p {
    width: 520px !important;
}
#siteContent .newsDetail h2 {
    color: #6a6a6a;
}
#siteContent h4 {
    font-size: 1.0em;
}
#siteContent .newsDetail a.readmore {
    padding-left: 15px;
    
    background-image: url("../../gfx/icon.plus.gif");
    background-position: left;
    background-repeat: no-repeat;
    
    color: #a2a2a2;
    text-decoration: underline;
}
#siteContent .newsDetail a.readmore:hover {
    text-decoration: none;
}

#siteContent .newsDetail .rightbar {
    float: right;
    
    width: 220px;
    /*padding-left: 50px;*/
}
#siteContent .newsDetail .rightbar .image {
    float: none;
}
#siteContent .newsDetail .rightbar .header {
    font-weight: normal;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #c2c2c2;
}
#siteContent .newsDetail .rightbar .subitems {
    /*margin-top: 40px;*/
    padding-left: 35px;
}
#siteContent .newsDetail .rightbar .subitems ul {
    list-style: url("../../gfx/icon.plus.blue.gif");
}
#siteContent .newsDetail .rightbar .subitems ul li a {
    color: #9ca7b4;
}

#siteContent form table {
    width: 100%;
}
#siteContent form table th {
    text-align: left;
    vertical-align: top;
    
    font-weight: normal;
    
    width: 150px;
}
#siteContent form table th,
#siteContent form table td {
    line-height: 30px;
}
#siteContent form .textbox {
    height: 21px;
    width: 100%;
    
    background-color: #737373;
    border: 1px solid #444444;
    
    color: #b3b3b3;
}
#siteContent form textarea.textbox {
    height: 78px;
    
    margin-top: 7px;
}
#siteContent form .error {
    /*color: red;*/
    border: 1px solid red;
}
#siteContent form .message {
    display: none;
    color: red;
}
#siteContent form .toolbar {
    height: 30px;
}
#siteContent form .toolbar div {
    float: right;
}

#siteContent #message {
    /*display: none;*/
    padding: 10px;
}
#siteContent #message.error {
    color: red;
}
#siteContent #message label {
    cursor: pointer;
}

#siteContent #overEurolSlideshow {
    /*position: absolute;
    top: 330px;
    left: 470px;*/
    position: relative;
    
    width: 200px;
    height: 200px;
    
    width: 223px;
    height: 168px;
    
    overflow: hidden;
    
    border: 3px solid #7a7a7a;
}
#siteContent #overEurolSlideshow .image {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: auto;
    height: auto;
    
    border: 0px;
}


#siteContent .storyToolbar {
    text-align: center;
    
    padding-top: 10px;
}
#siteContent .storyToolbar span {
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

#siteContent .loginForm {
    width: 100%;
}
#siteContent .loginForm td {
    vertical-align: top;
}
#siteContent .loginForm .form {
    
}
#siteContent .loginForm .text {
    width: 220px;
    padding-left: 40px;
    
    line-height: 150%;
}
#siteContent .loginForm .form .textbox {
    width: 200px;
}
#siteContent .loginForm td.buttonblock {
    width: 91px;
}
#siteContent .loginForm td .button {
    float: right;
}


#siteContent .paging a {
    text-decoration: none;
}
#siteContent .paging a.selected {
    text-decoration: underline;
}