/* CSS RESET BEGINN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    margin-top: 14px;
    margin-bottom: 12px;
    padding-left: 19px;
    list-style-image: url(../img/listpoint.gif);
    list-style-position: outside;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS RESET END*/
/* Standart Klassen */
body {
    background-image: url(../img/mainbg.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #edf1f4;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
}

h1, h5, h6 {
    font-family: Arial, sans-serif;
    color: #bd0651;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 12px;
}

h2 {
    font-family: Arial, sans-serif;
    color: #2c8099;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}

h3, .subheader {
    font-family: Arial, sans-serif;
    color: #bd0651;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

h4 {
    font-family: Arial, sans-serif;
    color: #bd0651;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}

h5 {
    margin-left: 24px;
    margin-top: 42px;
}

.glossary-content h1 {
    margin-left: 24px;
    margin-top: 42px;
}

p {
    margin-bottom: 10px;
}

#marginal-oben p {
    margin-bottom: 0px !important;
}

td {
    border: 0px solid #000;
    padding: 4px 8px 4px 0px;
    color: #999999;
}

.colored {
    color: #000;
}

a:visited, a:hover, a:active, a:focus, a {
    color: #2c8099;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* �ussere Boxen  */
#outerdiv {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: none;
    text-align: center;
    background-image: url(../img/verglaufbg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#main {
    position: relative;
    z-index: 2;
    width: 986px;
    min-height: 770px;
    visibility: visible;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 14px;
    padding-bottom: 0px;
    border: none;
    text-align: left;
    background-image: url(../img/mainbg.png);
    background-repeat: repeat-y;
    background-position: top left;
}

/* Linke Seite */
#left {
    float: left;
    width: 200px;
    height: 100%;
}

#navi {
    float: left;
    width: 200px;
    min-height: 488px;
    background-color: #fff;
    background-image: url(../img/naviverlauf.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#menu {
    list-style: none !important;
    margin-top: 120px;
    color: #fff !important;
    padding-left: 0;
}

.gap {
    margin-bottom: 12px;
}

.menu-punkt {
    display: block;
    list-style: none !important;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    line-height: 12px;
    height: 18px;
    width: 200px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 24px;
    padding-top: 4px;
    background-image: url(../img/navibalken.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.menu-punkt:hover, .menu-punkt:active, .menu-punkt:focus {
    text-decoration: underline !important;
}

.menu-punkt-aktiv {
    background-image: url(../img/navibalken-aktiv.gif) !important;
}

#logo {
    float: left;
    width: 200px;
    height: 126px;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 10px;
}

#stempel {
    position: absolute;
    background-image: url(../img/stempel-trans.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 195px;
    height: 128px;
    margin-left: 34px;
    margin-top: -40px;
}

/* Mitte */
#middle {
    float: left;
    width: 530px;
    padding: 0 10px 0 10px;
    min-height: 800px;
}

#content {
    float: left;
    background-color: #fff;
    width: 530px;
    min-height: 488px;
}

#head-middle {
    float: left;
    background-image: url(../img/headmitte.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 10px;
    width: 510px;
    height: 126px;
    padding-right: 20px;
}

#footer {
    float: left;
    background-color: #fff;
    width: 530px;
    height: 35px;
    color: #82A6B7;
    font-size: 12px;
    margin-top: 18px;
}

#content .intranet-logout {
	text-align: right;
	padding-right: 2px;
	margin-bottom: 10px;
}

/* Rechte Seite */
#right {
    float: left;
    width: 222px;
    height: 800px;
}

#marginal-oben {
    margin-bottom: 10px;
    height: 350px;
    padding-left: 12px;
    width: 210px;
    float: left;
    background-color: #fff;
    background-image: url(../img/verlaufmarginal1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#marginal-unten {
    width: 210px;
    height: 488px;
    padding-left: 12px;
    float: left;
    background-color: #fff;
    background-image: url(../img/verlaufmarginal2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#phone1 {
    background-image: url(../img/hoerer2.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-left: -12px;
    width: 222px;
    height: 126px;
}

#phone2 {
    background-image: url(../img/hoerer.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-left: -12px;
    width: 222px;
    height: 100px;
}

.rueckruf {
    border: 0px;
    margin-top: 15px;
    margin-left: 12px;
}

.erstgespraech {
    border: 0px;
    margin-top: 20px;
    margin-left: 12px;
}

legend {
    display: none;
    font-size: 1px;
    height: 0px;
}

.tx_powermail_pi1_fieldwrap_html {
    margin-top: 5px;
    font-size: 11px;
}

.tx_powermail_pi1_fieldwrap_html input {
    display: block;
    width: 150px;
}

.tx_powermail_pi1_fieldwrap_html textarea {
    display: block;
}

.powermail_submit {
    display: block;
    width: 70px !important;
    height: 20px !important;
    background-color: #58585a;
    color: #fff;
    font-size: 10px;
}

#right .csc-frame-frame2 {
    padding-left: 12px;
    padding-right: 3px;
    width: 207px;
    float: left;
    background-color: #d4dbe3;
    background-image: url(../img/verlauf-klein.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: visible;
}

#right .csc-frame-frame1 {
    padding-left: 12px;
    padding-right: 10px;
    width: 200px;
    float: left;
    background-color: #d4dbe3;
}

#right .csc-textpic-image {
    margin-bottom: 0px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #d4dbe3;
}

#right .csc-frame-indent6633 {
    padding-left: 12px;
    padding-right: 10px;
    width: 200px;
    float: left;
}

#right .csc-frame-indent3366 {
    padding-left: 12px;
    padding-right: 10px;
    width: 200px;
    float: left;
    /*background-image: url(../img/verlaufmarginal1.jpg);*/
    background-color: #d4dbe3;
    background-repeat: no-repeat;
    background-position: top left;
}

.csc-frame-indent3366 .subheader {
    padding-right: 5px;
    background-image: url(../img/pfeilunten.gif);
    background-repeat: no-repeat;
    background-position: 190px center;
}

.csc-frame-indent3366 .subheader:hover {
    cursor: pointer;
}

#right .csc-frame-indent3366 .csc-textpic-image:hover {
    cursor: pointer;
}

#right .csc-frame-indent3366 .csc-textpic-image {
    margin-left: -12px !important;
    padding: 0px;
    width: !important;
}

#content .csc-frame-indent {
    display: block;
    margin-left: 35px;
}

/**************************
 ******  TT_NEWS EXT. *****
 **************************/
.news-wrap {
    border-top: 1px solid #95B4DB;
    margin-top: 10px;
    padding-top: 10px;
}

.news-wrap .news-list-container {
    margin-left: 0;
}

.news-single-item .head-image {
    float: left;
}

.news-single-item h1 {
    margin-left: 20px;
}

.news-single-item .head-image .news-single-img {
    margin: 0 10px 0 0;
}

.news-single-item {
    padding: 30px 5px 5px;
}

.news-single-rightbox {
    clear: none;
    line-height: 11px;
    margin-bottom: 10px;
    font-size: 11px;
    width: 100px;
}

.news-list-item {
    border-bottom: 1px solid #95b4db;
    margin-bottom: 10px;
}

.news-list-item h2 {
    font-size: 16px;
    margin-bottom: 7px;
}

.news-list-item p {
    line-height: 18px;
}

.news-single-item .description-wrap {
    /* margin-bottom: 30px; */
}

.news-list-container {
    margin-left: 21px;
}

.news-search-form {
    margin-left: 21px;
}

.news-search-emptyMsg {
    margin-left: 21px;
}

.news-list-browse {
    font-size: 11px;
}

.news-single-backlink {
    padding-left: 0;
}

/*--------------- Glossar --------------*/
.menu-prev-next .prev {
    width: auto;
    float: left;
    margin-right: 30px;
    margin-top: 17px;
}

.menu-prev-next .next {
    width: auto;
    float: right;
    margin-top: 17px;
}

#right .csc-default .csc-textpic img{
	margin-bottom:0px;
}

.text-content ul {
	margin-top: 0px;
}
.text-content h3 {
	margin-bottom: 2px;
}


/* --------  Login ------------ */

.tx-felogin-pi1 {
	
}

.tx-felogin-pi1 form {
	margin-top: 10px;
}

.tx-felogin-pi1 form div {
	margin-bottom: 10px;
}


.tx-felogin-pi1 form div input {
	border: 1px solid #2C8099;
}


