/* BASICS  ################################################################################ */


* {
	padding: 0; 
	margin: 0;
}

body {
    /* temporary scaling fix: no scaling at all! */
	font-size: 1em;
	line-height: 100%; 
	background-color: #e5e6e9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* 1px = 0.0625em */ 	
}

.nodisplay {
    display: none;
}

.clearer {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* CONTAINER  ################################################################################ */

#container {
    position: relative;
    width: 61.6875em;
    margin: 0 auto;
    padding: 0;
}

/* BRANDING  ################################################################################ */

#branding {
    background: #fff;
    margin: 0;
    padding: 0;
    /*line-height: 0.1em;*/
}

#branding a{display:block;}

#branding img {
    margin: 0;
    padding: 0;
    border: 0;
    width: 4.65em;
}

#branding h1 {
    position: relative;
    margin: 0;
    width: 7.23em;
    height: 4.65em;    
    line-height: auto;
}

#branding h1 a {
    position: absolute;
    width: 7.23em;
    height: 4.65em;    
}

#branding h1 span {
    position: absolute;
    z-index: 1; 
    width: 7.23em;
    height: 4.65em;
    background: url(../images/kv_rlp_logo.jpg) no-repeat;
    font-size: 100%;
}

#branding h1 span.invis {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/*
h1.wortmarke {
    position: absolute;
    top: 0;
    width:  6.7em; 
    height: 4.2em;
    z-index: 1000;
    margin: 0;
    padding: 0;
}

h1.wortmarke a {
    display: block;
    width:  6.7em; 
    height: 4.2em;
    lin-heigh: 4.2em;
}

h1.wortmarke a span {
    display: none;
}
*/

/* LOGINFORM ################################################################################ */
#login{
	width: 12em;
	position:absolute;
	top:3.1em;
	right:0.625em;
	padding:0.9375em 0 0 2.8em;
	background:url(../images/icon_lock.gif) 1em 0.7em no-repeat;
	text-align:left;

}
#login h2{
	font-size:0.8em;
	margin: 0 0 0 0;
}
#login p{
	color:#49788C;
	padding:0.25em 0 0 0;
	line-height:1.2em;
}

#login a{
	position:absolute;
	right:5.1em;
}
#login #login_safenet_btn {top:5em;}
#login #login_smartcard_btn {top:7em;}

#login #login_hilfe,
#login #login_hilfe,
#login #login_hilfe:active,
#login #login_hilfe:hover,
#login #login_hilfe:visited{
	color:#FFFFFF;
	font-size:0.9em;
	position:absolute;
	right:0;
	font-size:0.8em;
	top:10.8em;
}

/* NAVIMETA  ################################################################################ */

#naviMeta {
    position: absolute;
    top: 1.7em;
    right: 0.5em;
    width: 15em;
    z-index: 2000;
}

#naviMeta ul li {
    display: inline;
    margin-left: 0.6875em;
    padding-right: 0.6875em;
    background: url(../images/navi_meta_divider.gif) right 0 no-repeat;
}

#naviMeta ul li.last {
    background: none;
}

#naviMeta a {
    color: #49788c;
    font-size: 75%;
}

#naviMeta a:hover {
    color: #000;
}

/* NAVIMAIN  ################################################################################ */

#naviMain {
    position: relative;
}

#naviMain ul.level1 {
    position: absolute;
    top: -0.1em;
    z-index: 3000;
}

#naviMain ul li {
    float: left;
    list-style: none;
    color: #FFF;
    width: 8.0833em;
    height: 1.2800em;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    z-index: 50;
    font-size: 80%;
}

#naviMain ul li img {
    position: relative;
    top: -0.4em;
    left: 0em;
    z-index: 10;
}

#naviMain a {
    display: block;
    left: 0em;
    top: 0em;
    width: 8em;
    color: #FFF;
    text-decoration: none;
    z-index: 50;
}

#naviMain ul.level1 li a {
    padding: 0.4375em 0em;
}

#naviMain ul.level1 li.act,
#naviMain ul.level1 li.cur {
}

#naviMain ul.level1 li.cur a:hover,
#naviMain ul.level1 li.act a:hover,
#naviMain ul.level1 li.cur a,
#naviMain ul.level1 li.act a {
    height: 1.37em;
    text-decoration: none;
    position: relative;
    top: -2.8em;
}

#naviMain ul.level1 li.cur ul.level2 li a,
#naviMain ul.level1 li.act ul.level2 li a,
#naviMain ul.level1 li.cur ul.level2 li a,
#naviMain ul.level1 li.act ul.level2 li a {
    position: relative;
    top: 0em;
}

#naviMain ul.level1 li a:hover {
    text-decoration: underline;
}
#naviMain ul.level1 li.no a {
    text-decoration: none;
}
#naviMain ul.level1 li.no a:hover {
    text-decoration: underline;
}

#naviMain ul.level1 li ul.level2 li a:hover {
    text-decoration: underline;
}

#naviMain ul.level2 {
    position: absolute;
    top: 1.555em;
    left: 1em;
    width: 63em;
    font-size: 120%;
}

#naviMain ul.level2 li {
    width: auto;
}

#naviMain ul.level2 li a {
    padding-top: 0.3125em;
    width: auto;
    float: left;
}

#naviMain ul.level1 li ul.level2 li a {
    padding: 0.1875em 0.125em 0em 0.125em;
}

#naviMain ul.level2 li {
    height: 2em;
    background: url(../images/navi_main_L2_divider.gif) right 0.6em no-repeat;
    margin-left: -0.1875em;
    padding: 0em 0.8em;
}
#naviMain ul.level2 a {
    display: block;
    width: auto;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    padding: 0em 0.125em 0em 0.375em;
}

#naviMain ul.level2 li.last  {
    background: none;
}

#naviMain ul.level1 li ul.level2 a:hover,
#naviMain ul.level1 li.act ul.level2 li a,
#naviMain ul.level1 li.cur ul.level2 li a {
    background: none;
    padding: 0.375em 0.125em 0em 0.125em;
}

#naviMain ul.level1 li ul.level2 li.act a,
#naviMain ul.level1 li ul.level2 li.cur a {
    text-decoration: underline;
}


/* SEARCHBOX  ################################################################################ */

#search {
    position: absolute;
    right: 0;
    top: -0.2em;
    height: 2.0833em;
    width: 14.3em;
}

.tx-macinasearchbox-pi1 label {
    position: absolute;
    top: 0.6em;
    left: 0em;
    color: #FFF;
    font-size: 80%;
    font-weight: bold;
}

#suchwort {
    position: absolute;
    right: 2.5em;
    top: 0.7em;
    width: 12em;
    border: 1px solid #ed8801;
    font-size: 71%;
    background: #fff url(../images/searchword_bg.gif) repeat-x;
    padding: 0 0.3666em 0 0.3666em;
    color: #000;

}

#suchen {
    position: absolute;
    right: 0.5em;
    top: 0.456em;
}

/* CONTENTAREA  ################################################################################ */

#contentArea {
    position: relative;
    float: left;
    width: 61.6875em;
	background: #fff;
    overflow: hidden;
}

/* CONTENTMAIN  ################################################################################ */

#contentMain {
    position: relative;
    float: left;
    width: 33em;
    margin-right: 0px;
    padding: 0.75em 0px 3em 0.1em; 
}

/* NAVISUB  ################################################################################ */

#naviSub {
    position: relative;
    float: left;
	width: 12.125em;
	background: url(../images/navi_sub_border.gif) right repeat-y;
    margin-right: 1em;
    padding: 0.8em 0 3.55em 0;
}

#naviSub .hmenu {
    border-top: 0.0625em solid #ddd;
}

#naviSub a {
	display: block;
	color: #000;
	padding: 0.4167em 0 0.4167em 1.800em;
}

#naviSub ul.level3 li {
	padding-left: 0;
	border-bottom: 0.0625em solid #ddd;
	font-size: 80%;
}

#naviSub ul.level3 li.act a, 
#naviSub ul.level3 li.cur a {
	background: url(../images/navi_sub_act_border.gif) left repeat-y;
	font-weight: bold;
    	text-decoration: none;
}

#naviSub ul.level3 li a {
    text-decoration: none;
    position: relative;
}

#naviSub ul.level3 li.no a:hover, 
#naviSub ul.level3 li.cur a:hover, 
#naviSub ul.level3 li.act a:hover {
	background: url(../images/navi_sub_act_border.gif) left repeat-y;
}

#naviSub ul.level3 li.act a, 
#naviSub ul.level3 li.cur a {
	color: #548296
}

#naviSub ul.level3 li.act ul.level4 li a, 
#naviSub ul.level3 li.cur ul.level4 li a {
	border: none;
	background: none;
	color: #000;
	font-weight: normal;
	font-size: 120%;
}

#naviSub ul.level3 li.act ul.level4 li.cur {
	background: #ced6db;
	margin-left: -1.2em;
}

#naviSub ul.level3 li.act ul.level4 li.cur a, 
#naviSub ul.level3 li.act ul.level4 li.act a {
	background: url(../images/navi_sub_cur_arrow.gif) 0.9em 0.57em no-repeat;
	font-weight: bold;
	margin-left: 1em;
}

#naviSub ul.level3 li.cur ul.level4 li a:hover, 
#naviSub ul.level3 li.act ul.level4 li a:hover {
	background: url(../images/navi_sub_cur_arrow.gif) 0.9em 0.57em no-repeat;
}

#naviSub ul.level3 li.last,
#naviSub ul.level4 li {
	border: none;
}

#naviSub ul.level4 {
	background: #f3f5f6;
	padding-left: 1em;
	margin-right: 0.0625em
}

#naviSub ul.level4 li {
    list-style: none;
}

#naviSub ul.level4 li a {
    text-decoration: none;
}

/* CONTENTADDITIONAL  ################################################################################ */

#contentAdditional {
    float: right;
    position: relative;
	width: 13.4375em;
	min-height: 15em;
    margin: 0em;
    padding: 0.9375em 0.625em 3.425em 0.625em;
    background: #CED6DB;
}

#contentAdditional_shadow {
    position: absolute;
    top: 0;
    left: 0;
	width: 14.7em;
}


/* NAVIBREADCRUMB  ################################################################################ */

#contentMain .rootline {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    background: url(../images/navi_clickpath_border.gif) bottom repeat-x;
}

#contentMain .rootline ul {
    padding-left: 0;
    margin-bottom: 0.7em;
}

#contentMain .rootline ul li {
    display: inline;
    padding: 0;
    color: #666;
    background: none;
}

#contentMain .rootline ul li a {
    color: #666;
}

#contentMain .rootline ul li.cur a {
    font-weight: bold;
}

#contentMain .rootline ul li a:hover {
    text-decoration: underline;
}

/* NAVISITEINFO  ################################################################################ */

#naviSiteinfo {
    clear: both;
    float: left;
}

#naviSiteinfo {
    width: 61.685em;
    margin-bottom: 1em;
    padding-top: 0.5em;
}

#naviSiteinfo ul {
    text-align: left;
    margin-left: 15.25em;
}

#naviSiteinfo ul li {
    display: inline;
	margin-left: 1em;
	background: url(../images/navi_siteinfo_divider.gif) right 0.25em no-repeat;
	padding-right: 1em;
	font-size: 80%;
}

#naviSiteinfo ul li.last {
    background: none;
}

#naviSiteinfo a {
	color: #49788c;
}

/* PRINTFOOTER  ################################################################################ */

#printFooter {
    display: none;
}

/* CONTENT  ################################################################################ */
/* ######################################################################################### */

p {
    font-size: 80%;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}


p.kleiner{
font-size:0.6em;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

a:visited {
    color: #49788c;
}

.csc-firstHeader {
    margin-top: 0em;
    margin-bottom: 0.8em;
}

h2 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    color: #49788c;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2em;
}

h3 { 
    margin-top: 1em;
    margin-bottom: 0.2em;
    font-size: 90%;
    font-weight: bold;
}

h4 {
    margin-top: 1.5em;
    margin-bottom: 0.1em;
    font-size: 80%;
    font-weight: bold;
    color: #49788c;
    
}

table a,
li a,
p a {
    color: #49788c;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

td.oben_links {
	background: #ced6db url(../images/tabelle_oben_links.gif) top left no-repeat;

}

td.oben_rechts {
	background: #ced6db url(../images/tabelle_oben_rechts.gif) top right no-repeat;
}

td.unterstrich_grau {
    border-bottom: 0.0625em solid #CCCCCC;
}

#contentMain ol,
#contentMain ul {
    padding-left: 0.4em;
    font-size: 80%;
    margin-bottom: 2em;
    list-style: none;
}

#contentMain ol li {
    margin-bottom: 1em;
    margin-left: 1.55em;
    list-style-type: decimal; 
}

#contentMain ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1em;
    list-style: none;
    background: url(../images/list_bullet.gif) 0em 0.5125em no-repeat;
}

#contentAdditional ul li {
    list-style: none;
}

.csc-frame-frame7 h4,
.csc-frame-frame8 .csc-firstHeader,
.csc-frame-frame8 h4,
div.toolbox h4 {
    background: url(../images/toolbox_headline_bg.gif) 0em 0em repeat-x;
    height: 1.5625em;
    margin: 1em 0em 0.35em 0em;
    padding: 0.25em;
}


/* TEASERBOXES CSC-FRAME1  ####################################################################### */

.csc-frame-frame1 {
    display: inline-block;
    margin-bottom: 0.9375em;
    padding: 0.7em 0.7em 0.5em 0.7em;
    background: #CED6DB;    
}

#contentMain .csc-frame-frame1 table {
    margin-bottom: 0;
}

#contentMain .csc-frame-frame1 table td {
    padding-right: 1em;
}


/* TEASERBOXES CSC-FRAME6  ####################################################################### */

.csc-frame-frame6 {
    margin-bottom: 0.9375em;
    padding: 0.5em 0em 0em 0.5em;    
}

.csc-frame-frame6 h4 {
    height: 1.5625em;
    margin: 0em;
    padding: 0em;
}

.csc-frame-frame6 h4 a {
    text-decoration: none;
    font-weight: bold;
    color: #49788C;
}

.csc-frame-frame6 a {
    text-decoration: none;
} 

.csc-frame-frame6 p {
    margin-bottom: 0em;
}

.csc-frame-frame10 .csc-textpic-text, 
.csc-frame-frame6 .csc-textpic-text {
    background: url(../images/teaserbox_link.gif) bottom right no-repeat;
    padding-bottom: 1em;
}

p.teaserboxlink a {
	bottom:2px;
	display:block;
	height:15px;
	position:absolute;
	right:2px;
	width:15px;
}

.csc-frame-frame10 .teaserboxlink a span, 
.csc-frame-frame6 .teaserboxlink a span {
    display: none;
}


/* TEASERBOXES CSC-FRAME7  ####################################################################### */
 
.csc-frame-frame7 {
    margin-bottom: 0.9375em;
    padding: 0.5em 0.5em 1em 0.5em;    
}

.csc-frame-frame7 ul li,
li.relContentRow {
    position: relative;
    font-size: 65%;
    margin-bottom: 0.3em;
    padding-left: 2em;
    background: url(../images/link_icon_blue.gif) 0em 0.1875em no-repeat;
}

.csc-frame-frame7 ul li a,
li.relContentRow a {
    font-weight: bold;
    color: #49788c;
    text-decoration: underline;
}

/* CSC-FRAME9  #################################################################################### */

#contentMain .csc-frame-frame9 ul li {
    position: relative;
    margin-bottom: 0.3em;
    padding-left: 1.9em;
    font-size: 90%;
    background: url(../images/link_icon_blue.gif) 0em 0.1875em no-repeat;

}

/* TABLE  ######################################################################################### */

#contentMain table {
    margin-bottom: 1.25em;
}

#contentMain table caption {
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 0.3125em;
}

#contentMain table td {
    padding: 0.1875em 0em 0.1875em 0.5em;
    font-size: 75%;
    vertical-align: top;
}

#contentMain table td p {
    font-size: 100%;
}

#contentMain table thead tr {
    padding: 0em;
    background: #CED6DB;
}

#contentMain table thead td {
    padding: 0.25em 0em 0.1875em 0.5em;
}

/* TOOLBOXES  #################################################################################### */
 
.toolbox {
    margin-bottom: 0.9375em;
    padding: 0.5em 0.5em 1em 0.5em;
    background: #F3F5F6;    
}

.toolbox ul li {
    position: relative;
    margin-bottom: 0.3em;
    padding-left: 2em;
    background: url(../images/link_icon_blue.gif) 0em 0.1875em no-repeat;
}

.toolbox ul li.tx_dam {
    background:transparent url(../images/link_download_icon.gif) no-repeat scroll 0 2px;
    margin-left:2px;
}

.toolbox ul li a {
    font-weight: bold;
    color: #49788c;
    text-decoration: underline;
}

.dateiinfo {
    font-size: 90%;
    color: #49788c;
}

/* METAFUNCTIONS  ################################################################################ */

div#metafunctions {
    width: 100%;
    position: absolute;
    bottom: 0.5em;
    left: 0;
}

div#metafunctions a {
    font-size: 80%;
}

a.printlink {
    float: left;
    background: url(../images/print.gif) 0em 0em no-repeat;
    color: #49788c;
    text-decoration: none;
    margin-right: 1.8em;
    padding-left: 1.5em;
}

a.pdflink {
    float: left;
    background: url(../images/pdf.gif) 0em 0em no-repeat;
    color: #49788c;
    text-decoration: none;
    margin-right: 1.8em;
    padding-left: 1.6em;
}

a.glossary-on {
    float: left;
    background: url(../images/glossary_icon_in.gif) 0em 0em no-repeat;
    color: #49788c;
    text-decoration: none;
    padding-left: 1.5em;
}

a.glossary-off {
    float: left;
    background: url(../images/glossary_icon_out.gif) 0em 0em no-repeat;
    color: #49788c;
    text-decoration: none;
    font-size: 80%;
    padding-left: 1.5em;
}

a.csc-linkToTop {
    float: right;
    color: #49788C;
    font-size: 80%;
    padding-left: 1.5em;
    background: url(../images/nach_oben_icon.jpg) 0em 0.0625em  no-repeat;
}

/* NEWS  ####################################################################################### */


.news-list-container {
    padding-top: 0.5em;
}

.news-list-item {
    margin-bottom: 0.6em;
    padding-bottom: 0.5em;
    background: url(../images/news_list_divider.gif) bottom repeat-x;
}

.news-list-container-left .news-list-item {
    padding-bottom: 0em;
}

.news-list-image {
    float: left;
    margin: 0em 1em 0em 0em;
}

.news-list-text {
    margin-bottom: 1em;
}

.news-list-text p {
    margin-bottom: 0.2em;
}

.news-list-text h3 {
    margin-top: 0.2em;
}


.news-list-morelink a { 
    font-size: 80%;
    color: #49788C;
    text-decoration: none;
}

.news-list-text h3 a {
    color: #000;
    text-decoration: none;
}


.news-list-date {
    font-size: 80%;
}

.news-single-item .clearer {
    display: none
}

.news_subheader {
    color: #49788c;
    margin-bottom: 0.8em;
}

.news-single-img {
    float: left;
    margin: 0em 0.625em 0.625em 0em;
}

.news-single-timedata {
    color: #49788c;
    text-decoration: none;
    font-size: 80%;
}

.news-single-backlink {
    background: url(../images/navi_clickpath_border.gif) bottom repeat-x;
    
}

.news-single-backlink a {
    display: block;
    color: #49788c;
    text-decoration: none;
    font-size: 80%;
    margin: 1em 0em 0em 27.7em;
    padding: 0.5em 0em 1.5em 1.4em;
    background: url(../images/newsarchiv_icon.gif) 0em 0.5625em no-repeat;
}

.tx-ttnews-browsebox {
    float: right;
}

.contactform {
    padding: 1em;
}

.contactform label {
    font-weight: bold;
}

.contactform fieldset {
    border: none;
}

#contactform input, 
#contactform select, 
#contactform textarea {
    margin-top: 0.125em;
    border: 0.0625em solid #487689;
    color: #000;
}

#contactform textarea {
    width: 36em;
    height: 6.25em;
    padding: 0.0625em 0em 0em 0.1875em;
    background: url(../images/cf_textarea_bg.gif) repeat-x;
}

#contactform input {
    background: url(../images/cf_input_bg.gif) repeat-x;
    width: 17.0625em;
    padding-left: 0.125em;
} 

#contactform #cf_input_submit {
    margin: 1em 0em 0em 15.1em;
    border: none;
    background: none;
    width: auto;
}

#cf_label_thema,
#cf_label_kontakt {
    font-weight: bold;
}

#cf_select_thema {
    margin-bottom: 0.625em;
}

#cf_label_anrede,
#cf_select_anrede {
    width: 4.75em;
}

#contactform input:focus,
#contactform textarea:focus {
    background: #F3F5F6;
}

.label_error {
    color: #F08A01;
}

#contentMain #form_errors li {
    margin-bottom: 0.5em;
}

.cf_headline {
    margin-bottom: -0.3125em;
}

.contactform fieldset {
    margin-bottom: -1.25em	;
    padding: 0.125em;
}

/* LONGLISTS  ################################################################################### */

.longlistsearch {
    position: relative;
    height: 25px;
    font-size: 80%;
    padding-top: 5px;
    text-align: right;
}

.longlistsearch #liste_suchfeld {
    width: 12em;
	border: none;
	background: url(../images/liste_suchen_bg.gif) no-repeat;
    color: #000000;
padding: 2px 2px 2px 2px;
    margin: 1px 18px 0 5px;
    font-size: 90%;
}

.longlistsearch select {
    height: 17px;
    border: 1px solid #4F4F4F;   
}

.longlistsearch #liste_suchen_submit {
    position: absolute;
    top: 6px;
    right: 0em;
}

.longlist_result table {
    width: 100%;
}

.longlist_result td {
    border-bottom: 1px solid #ccc;
}

.longlist_result .addresshead .columnname  {
    color: #636363;
    font-weight: bold;
}

tr.longlistrow {
    font-size: 75%;
}

.ascending span,
.descending span {
    display: none;
}

.longlist_result .addresshead th {
    position: relative;
    background: #ced6db url(../images/longlistheader_left.gif) no-repeat;
    padding: 4px;
    font-size: 75%;
}

.longlist_result .addresshead th.longlistheader_normal {
    background: #CED6DB none;
}


.longlist_result .addresshead th.longlistheader_last {
    background: #ced6db url(../images/longlistheader_right.gif) right no-repeat;
    padding: 4px;
}


.descending {
    float: left;
    display: block;
    width: 7px;
    height: 4px;
    margin-top: 5px;
    margin-right: 2px;
    background: url(../images/arrow_up.gif) no-repeat;
}

.ascending {
    float: left;
    display: block;
    width: 7px;
    height: 4px;
    margin-top: 5px;
    margin-right: 8px;
    background: url(../images/arrow_down.gif) no-repeat;
}

.columnname {
    width: 40px;
}

.tx-caglonglists-pi1 {
    position: relative;
}

.longlist_pages {
    float: right;
    margin-top: -1em;
    width: 100%;
}


.longlist_pages p {
   float: right; 
}

.liste_seite {
    display: block;
    float: left;
    width: 40px;
    margin-top: 0;
    color: #49788c;
}


.longlist_pages a {
    float: left;
    font-size: 80%;
    color: #49788c;
    margin-right: 5px;
}

.liste_weiter {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    background: url(../images/liste_weiter_button.gif) no-repeat;
}

.liste_weiter span {
    display: none;
}

.liste_ende {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    background: url(../images/liste_ende_button.gif) no-repeat;
}

.liste_ende span {
    display: none;
}

.liste_anfang {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    background: url(../images/liste_anfang_button.gif) no-repeat;
}

.liste_anfang span {
    display: none;
}

.liste_zurueck {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    background: url(../images/liste_zurueck_button.gif) no-repeat;
}

.liste_zurueck span {
    display: none;
}

.longlistheader_first {
    width: 105px;
}

.longlistheader_first select {
    width: 120px;
    margin-left: 4px;
}

.longlistheader_normal select {
    width: 120px;
    margin-left: 4px;
}

   
.liste_plus {
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    margin: 1px 4px 0 2px;
    background: url(../images/liste_hoch_button.gif) no-repeat;
}

.liste_minus {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin: 1px 6px 0 0;
    background: url(../images/liste_runter_button.gif) no-repeat;
}

.liste_plus span,
.liste_minus span {
    display: none;
}

#contentMain .csc-textpic-caption {
    color:#6F6F6F;
    line-height:1em;
    padding-bottom:0.2em;
}

#contentAdditional .csc-frame-frame6 {
    width: 13em;
    margin-bottom: 0.625em;
    padding-top: 0.625em;
}

#contentAdditional .csc-frame-frame6 h2 {
    font-size: 80%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.1875em 0;
}

#contentAdditional .csc-frame-frame6 h2 a {
    color: #49788C;
}

#contentMain .downloadlist_content ul li {
    margin-bottom:0.3em;
    padding-left:1.9em;
    position:relative;
    clear: both;
    background:transparent url(../../img/pdf.gif) no-repeat scroll 0 0;
    font-size: 90%;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#contentMain .downloadlist_content ul li .downloadinfo {
	text-transform: uppercase;
}

#contentMain .downloadlist_content ul li.download_custom {
    padding-left: 0;
    background: none;
}
#contentMain .downloadlist_content ul li.download_custom span {
    float: left;
    margin-bottom: 1em;
}
#contentMain .downloadlist_content ul li.download_custom a img {
    border: 1px solid #49788C;
}
#contentMain .downloadlist_content ul li.download_custom span.text {
    margin-left: 0.8em;
    width: 38em;
}

.longlist_result table {
    border-collapse: collapse;
}

#contentMain .longlist_result table td {
    padding-left: 1.5em;
}

#contentMain .csc-sitemap a {
    text-decoration: none;
}

#contentMain .csc-sitemap ul li {
    font-size: 1em;
}

#contentMain .csc-sitemap ul li ul {
    margin: 1em 0;
}

#contentMain .csc-sitemap ul li ul li {
    background: none;
    font-size: 1.2em;
}

#contentMain .csc-sitemap ul li ul li ul li {
    font-size: 1.3em;
}

.csc-frame-frame10 {
    margin-bottom:0.625em;
    width: 13.5em;
}

.csc-frame-frame10 .csc-textpic-imagewrap {
    margin-top: 0;
}

.csc-frame-frame10 .csc-textpic-text a, .csc-frame-frame5 .csc-textpic-text a {
    text-decoration:none;
}

#contentAdditional .csc-frame-frame10 .csc-textpic-text {
    padding-top:5px;
    padding:0 0 5px 10px;
}

#contentAdditional .csc-frame-frame10 .teaserbox_headline {
    font-size:1em;
    font-weight: bold;
    line-height:1em;
}

#contentAdditional .csc-frame {
    background: #F3F5F6; 
}

.tx-flvplayer2-pi1 {
    margin-bottom:1.5em;
}
