a {
    text-decoration: none;
    color: #96bb33;
}

a:hover {
    text-decoration: none;
    color: #808285;
}

a img {
    border-color: #96bb33;
}

a img:hover {
    border-color: #808285;
}

body {
    margin: 0px;
    font-family: 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 100.01%;
    color: #808285;
    background-color: #fff;
}

h1 {
    font-size: 130%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 16px;
}

h2 {
    font-size: 115%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 16px;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 4px;
}

img {
    border: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 16px;
}

select {
    max-width: 460px;
}

ul {
    margin-left:0px; padding-left:20px; margin-top: 0px;
}

ul li {
    color: #96BB32;
}

ul div {
    color: #808285;
}


#outer-container {
    width: 760px;
    margin: 64px auto 0px auto
}

#header {
    height: 96px;
}

#logo {
    margin-left: 22px;
    float: left;
}

#navigation {
    height: 36px;
    margin-top: 60px;
    float: right;
}

#navigation ul li {
    height: 20px;
    padding: 3px 10px 0px 10px;
    font-size: 75%;
    list-style-type: none;
    overflow: hidden;
    float: left;
}

#navigation ul li:hover {
    background-color: #e6e7e8;
}

#navigation ul li:hover a {
    color: #808285;
}

#navigation ul li.active {
    height: 33px;
    color: #fff;
    background-image: url(../images/back_nav_main_on.gif);
}

#navigation ul li.active a {
    color: #fff;
}

#content {
    position: relative;
    min-height: 370px;
    padding: 24px;
    background: #e6e7e8 url(../images/back.gif) no-repeat;
    font-size: 75%;
}

#bottom {
    margin-top: 8px;
    padding-left: 23px;
    padding-right: 16px;
    padding-bottom: 16px;
    font-size: 70%;
}

#bottom .irt-logo {
    float: left;
}

#bottom .imprint-link {
    float: right;
}

.message {
    border: 1px dotted #96bb32;
    color: #808285;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    margin-bottom: 16px;
}

/**** IMAGE GALLERY ****/
table.gallery {
    width: 620px;
}

table.gallery td.gallery-navigation {
}

table.gallery tr.thumbnails td {
    padding: 0px;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
}

div.downloadImg {
    padding: 0px;
    margin-top: 10px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0px;
}

td.gallery_image{
    height: 180px;
    padding: 0px;
    vertical-align: top;
}

td.gallery_image div.link_image{
    padding: 0px;  
    background-position: top center; 
    min-height: 140px; 
    margin-bottom: 5px; 
    overflow: hidden;
}

td.gallery_image .bottom_links{
     height: 40px;
     margin-top: 10px;
}

td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align: left; 
    width: 180px; 
}

td.gallery_image .links{
    margin-bottom: 0px;
}

/* News/Teaser */
.teaser_img {
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #b0b0b0;
    float: left;
}


/* Modul Greybox_Image */
.greybox-thumbnail {
    border: 2px solid;
}

.clearfix {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* Modul Formular_V4 */

.form-table {
    width: 100%;
}

.form-table th {
    text-align: left;
    vertical-align: top;
}

.error-box { border:1px solid #ED1C24; color:#ED1C24; background-color:#FFDBDC; font-weight:bold; padding:4px; margin-top:8px; margin-bottom:8px; clear:both }
.success-box { border:1px solid #0C9225; color:#0C9225; background-color:#CCFFCC; font-weight:bold;padding:4px; margin-bottom:8px; clear:both }

.news-table th {
    font-weight: bold;
}

.news-table {
    border-collapse: collapse;
}
.news-table th,
.news-table td {
    padding: 3px;
    text-align: left;
    border: 1px solid #96BB33;
}
