/***********************************************/
/*           Styles für Content                */
/***********************************************/
/******************** FORMULARE ********************/
.csc-frame-frame1 {
    background-color: #e7e8e8;
    margin: 0 -10px 0 -10px;
    padding: 10px 10px 10px 10px;
    border: none;
}

.csc-frame-frame2 {
    background-color: #e7e8e8;
    margin: 0 -10px 0 -10px;
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    height: 105px;
}

#mailform {
    border: 0px;
}

.csc-mailform {
    border: 0px;
}

.csc-mailform-field {
    padding-bottom: 1px;
}

.mf-input {
    width: 190px;
    height: 15px;
    font-size: 11px;
    color: #646466;
    border: 1px solid #999999;
}

.mf-text {
    width: 190px;
    height: 100px;
    font-size: 12px;
    color: #646466;
    border: 1px solid #999999;
}

.mf-password {
    width: 190px;
    height: 15px;
    font-size: 11px;
    color: #646466;
    border: 1px solid #999999;
}

.mf-check {
    margin-top: 1px;
}

.mf-radio {
}

.mf-select {
    border: 1px solid #999999;
    font-size: 11px;
    color: #646466;
}

.mf-file {
    border: 1px solid #999999;
    font-size: 11px;
    color: #646466;
}

.mf-reset {
    background-color: #e7e8e8;
    border: none;
    color: #35858e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}

.mf-submit {
    background-color: #e7e8e8;
    border: none;
    color: #35858e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}

label {
    font-size: 11px;
    font-weight: bold;
    color: #646466;
    line-height: 16px;
}

/******************** NEWS & EVENTS ********************/
/*** LATEST ***/
.news_latest {
}

.news_latest_item {
    padding-bottom: 7px;
}

.news_latest_item h5 {
    text-align: left;
    font-size: 12px;
}

.news_latest_item a:link, .news_latest_item a:active, .news_latest_item a:visited {
    color: #35858e;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
    display: block;
    background-image: url(../images/link.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.news_latest_item a:hover {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
    display: block;
}

.news_latest_text {
    font-size: 11px !important;
    padding: 0 0 0 15px;
    line-height: 16px;
}

.news_latest_cat {
    font-size: 11px !important;
    line-height: 16px;
}

.news_latest_cat a:link, .news_latest_cat a:active, .news_latest_cat a:visited, news_latest_cat a:hover {
    color: #555555 !important;
    font-weight: normal !important;
    text-decoration: none;
    padding-left: 15px;
    background-image: url(../images/link_grau.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

.news_latest .bodytext {
    font-size: 11px !important;
    padding: 0 0 0 15px;
}

/*** LIST ***/
#news_list {
    font-size: 12px;
}

.news_list_item {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.news_list_item h5 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #555555;
}

.news_list_item a:link, .news_list_item a:active, .news_list_item a:visited {
    color: #35858e;
    font-weight: bold;
    text-decoration: none;
}

.news_list_item a:hover {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.news_list_text {
    margin-bottom: 5px !important;
}

.news_list_item img {
    border: 1px solid #dddddd;
}

/*** SINGLE ***/
.news_single_cat {
    margin-bottom: 3px !important;
    font-weight: bold;
}

.news_single_date {
    margin-bottom: 3px !important;
    color: #35858e !important;
    font-size: 11px !important;
}

.news-single-author {
    margin-bottom: 10px !important;
    color: #35858e !important;
    font-size: 11px !important;
}

.news-single-img {
    float: left;
}

.news-single-backlink {
    padding: 10px 0;
}

.news-single-files {
    padding-bottom: 5px;
}

.news-single-files b {
    color: #35858e;
}

/******************** QUICK_LINKS ********************/
.quick {
}

.quick_item {
    margin-bottom: 5px;
}

.quick_item h5 {
    text-align: left;
    font-size: 12px;
}

.quick_item a:link, .quick_item a:active, .quick_item a:visited {
    color: #35858e;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/link.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    display: block;
}

.quick_item a:hover {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/link.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

/******************** MACINA_SEARCHBOX ********************/
#searchform input.text {
    color: #646466;
    height: 16px;
    width: 120px;
    font-size: 11px;
    border: 3px solid #35858e;
}

.tx-macinasearchbox-pi1 {
    height: 24px;
}

/******************** LISTEN ********************/
ul {
    color: #555555;
}

li {
    margin-left: 15px;
    color: #555555;
}

/******************** TABELLEN ********************/
.tabelle {
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #33838d;
    border-top: 1px solid #33838d;
    text-align: left;
    font-size: 10px;
    color: #555555;
}

.row_weiss {
    background-color: #FFFFFF;
}

.row_weiss td {
    padding-left: 3px;
    border-bottom: 1px solid #CCCCCC;
}

.row_grau {
    background-color: #EEEEEE;
}

.row_grau td {
    padding-left: 3px;
    border-bottom: 1px solid #CCCCCC;
}

.legende {
    font-size: 10px;
    color: #555555;
}

/******************** NEWSTICKER ********************/
#pscroller1 {
    width: 190px;
    height: 85px;
}

