/* ### Allgemeines####################################################### */

html {
    text-align: left;
    height: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;

    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    word-spacing: -0.1em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;

    font-size: 11px;
}

td {
    vertical-align: top;
}

ul {
    list-style-image: url('../icons/bullet.gif');
    margin-top: 10px;
    margin-bottom: 5px;
}

li {
    margin-bottom: 8px;
}

a {
    text-decoration: none;
    color: #000000;
}

#all-drucken {
    font-size: 12px;
}

#main a {
    text-decoration: underline;
    color: #000000;
}

a[href $=".pdf"], a[href $=".PDF"] {
    background: url("../icons/pdf-icon_neutral.gif") top left no-repeat;
    padding-left: 28px;
}

a[href $=".pdf"]:hover, a[href $=".PDF"]:hover {
    background: url("../icons/pdf-icon_rollover.gif") top left no-repeat;
    padding-left: 28px;
}

a[href $=".doc"], a[href $=".DOC"] {
    background: url("../icons/doc-icon_neutral.gif") top left no-repeat;
    padding-left: 28px;
}

a[href $=".doc"]:hover, a[href $=".DOC"]:hover {
    background: url("../icons/doc-icon_rollover.gif") top left no-repeat;
    padding-left: 28px;
}

a[href $=".zip"], a[href $=".ZIP"] {
    background: url("../icons/zip-icon_neutral.gif") top left no-repeat;
    padding-left: 28px;
}

a[href $=".zip"]:hover, a[href $=".ZIP"]:hover {
    background: url("../icons/zip-icon_rollover.gif") top left no-repeat;
    padding-left: 28px;
}

a[href ^="mailto"] {
    background: url("../icons/email-icon_neutral.gif") center left no-repeat;
    padding-left: 17px;
}

a[href ^="mailto"]:hover {
    background: url("../icons/email-icon_rollover.gif") center left no-repeat;
    padding-left: 17px;
}

a[class = "external-link-new-window"], a[class = "external-link"] {
    background: url("../icons/linkextern-icon_neutral.gif") top left no-repeat;
    padding-left: 24px;
}

a[class = "external-link-new-window"]:hover, a[class = "external-link"]:hover {
    background: url("../icons/linkextern-icon_rollover.gif") top left no-repeat;
    padding-left: 24px;
}

a[class = "internal-link-new-window"], a[class = "internal-link"] {
    background: url("../icons/linkintern-icon_neutral.gif") top left no-repeat;
    padding-left: 22px;
}

a[class = "internal-link-new-window"]:hover, a[class = "internal-link"]:hover {
    background: url("../icons/linkintern-icon_rollover.gif") top left no-repeat;
    padding-left: 22px;
}

a[id = "nachoben"] {
    background: url("../icons/up-icon_neutral.gif") center left no-repeat;
    padding-left: 14px;
}

a[id = "nachoben"]:hover {
    background: url("../icons/up-icon_rollover.gif") center left no-repeat;
    padding-left: 14px;
}

a[id = "drucken"] {
    background: url("../icons/print-icon_neutral.gif") center left no-repeat;
    padding-left: 20px;
}

a[id = "drucken"]:hover {
    background: url("../icons/print-icon_rollover.gif") center left no-repeat;
    padding-left: 20px;
}

a[id = "empfehlen"] {
    background: url("../icons/empfehlen-icon_neutral.gif") center left no-repeat;
    padding-left: 18px;
}

a[id = "empfehlen"]:hover {
    background: url("../icons/empfehlen-icon_rollover.gif") center left no-repeat;
    padding-left: 18px;
}

a[href $=".ogg"], a[href $=".OGG"], a[href $=".mid"], a[href $=".MID"], a[href $=".midi"], a[href $=".MIDI"], a[href $=".mp3"], a[href $=".MP3"], a[href $=".wav"], a[href $=".WAV"], a[href $=".wma"], a[href $=".WMA"] {
    background: url("../icons/playaudio-icon_rollover.gif") top left no-repeat;
    padding-left: 25px;
}
a[href $=".ogm"], a[href $=".OGM"], a[href $=".avi"], a[href $=".AVI"], a[href $=".mpeg"], a[href $=".MPEG"], a[href $=".mpg"], a[href $=".MPG"], a[href $=".wmv"] {
    background: url("../icons/playvideo-icon_rollover.gif") top left no-repeat;
    padding-left: 19px;
}


img {
    border: 0px;
}

/* ### Bereiche ######################################################### */

#all {
    width: 1100px;
    clear: both;
    float: none;
}

#content {
    width: 850px;
    float: left;
}

#rightbanner {
    width: 156px;
    background-color: rgb(92%,92%,92%);
    float: left;
    margin-left: 12px;
}

#rightbanner table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}

#topbanner {
    height: 96px;
    margin-bottom: 20px;
    margin-left: 29px;
}

#banner {
    height: 96px;
    background: url("../img/banner.jpg") center right no-repeat;
}

#left {
    width: 213px;
    float: left;
}

#main {
    width: 429px;
    float: left;
    margin-left: 12px;
}

#main-drucken {
    width: 600;
    float: left;
    margin-left: 12px;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    font-size: 130%;
    color: rgb(20%,20%,20%);
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: normal;

}

#footer {
    margin-top: 24px;
    clear: both;
    width: 100%;
}

#footer table {
    width: 100%;
}

#footer td {
    vertical-align: bottom;
}

#drucken_footer {
    float: left;
}

#drucken_cell {
    text-align: center;
}

#empfehlen_cell {
    text-align: right;
}

#empfehlen_cell a {
    background: url("../icons/empfehlen-icon_neutral.gif") center left no-repeat;
    padding-left: 18px;
}

#empfehlen_cell a:hover {
    background: url("../icons/empfehlen-icon_rollover.gif") center left no-repeat;
    padding-left: 18px;
}

#right {
    width: 184px;
    float: left;
    margin-left: 12px;
}

#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
    height: 20px;
    background-color: rgb(92%,92%,92%);
    padding-left: 5px;
    border-left: 2px solid #feaf00;
    margin: 0px;
    margin-bottom: 5px;
    border-bottom: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    word-spacing: -0.1em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;

    font-size: 100%;
    font-weight: normal;
} 

#right .csc-header {
    border-bottom: 20px;
    padding-bottom: 0px;
}

.bodyclass {
    border-top: 0px;
}

#right .bodytext {
    margin-top: 0px;
}

.bodytext {
    margin-top: 0px;
}

/* ### Menüs ############################################################# */

.menutitle {
    height: 20px;
    line-height: 20px;
    border-top: 2px solid #feaf00;
    border-bottom: 2px solid #feaf00;
    clear: right;
    background-color: rgb(92%,92%,92%);
    margin-left: 29px;
    font-size: 120%;
    font-weight: bold;
}

.menulink {
    margin-left: 29px;
    clear: right;
}

.menulink2 {
    margin-left: 37px;
    clear: right;
}

.menulink3 {
    margin-left: 45px;
    clear: right;
}

.menulink_active {
    margin-left: 29px;
    clear: right;
    background-color: rgb(92%,92%,92%);    
    font-weight: bold;
}

.menulink_active_sub {
    margin-left: 29px;
    clear: right;
    font-weight: bold;
}

.menulink2_active {
    margin-left: 37px;
    clear: right;
    background-color: rgb(92%,92%,92%);    
    font-weight: bold;
}

.menulink2_active_sub {
    margin-left: 37px;
    clear: right;
    font-weight: bold;
}

.menulink3_active {
    margin-left: 45px;
    clear: right;
    background-color: rgb(92%,92%,92%);    
    font-weight: bold;
}

.menulink3_active_sub {
    margin-left: 45px;
    clear: right;
    font-weight: bold;
}

.menulink a, .menulink a:visited, .menulink2 a, .menulink2 a:visited, .menulink3 a, .menulink3 a:visited  {
    text-decoration: none;
    color: #000000;
}

.menulink_active a, .menulink_active a:visited, .menulink2_active a, .menulink2_active a:visited, .menulink3_active a, .menulink3_active a:visited  {
    text-decoration: none;
    #color: #000000;
}

.menuthemenabstract {
    margin-left: 29px;
    clear: right;
    font-style: italic;
    color: #7a7a7a;
}

/* ### Navigation oben ######################################################## */

#topnavicontainer {
    height: 20px;
    line-height: 20px;
    border-top: 2px solid #feaf00;
    border-bottom: 2px solid #feaf00;
    #clear: right;
    margin-bottom: 5px;
}

#topnavicontainer a {
    text-decoration: none;
}

/* ### News ############################################################# */

.newstitle {
    font-size: 110%;
    font-weight: bold;
    color: rgb(20%,20%,20%);
    margin-bottom: 5px;
}

.newstitle-single {
    font-size: 130%;
    color: rgb(20%,20%,20%);
    margin-top: 12px;
    margin-bottom: 5px;
}

#main .newstitle a, #main .newstitle a:visited {
    color: rgb(20%,20%,20%);
    text-decoration: none;
}

.news-latest-container {
    border: 0px; 
    background-color: #ffffff;
}

.news-latest-item {
    padding: 0px;	
    margin: 0px;
    border: 0px;
    background-color: #FFFFFF;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.news-latest-item a {
    background: none;
    padding-left: 0px;
}    

.news-latest-item a:hover {
    background: none;
    padding-left: 0px;
}    

.news-more a, .news-more a:visited {
    color: #feaf00;
    text-decoration: none;
}

span.news-more a {
    background: none;
    padding-left: 0px;
    text-decoration: none;
}

span.news-more a:hover {
    background: none;
    padding-left: 0px;
    text-decoration: none;
}

.news-latest-date {
    font-style: italic;
    color: rgb(46%,46%,46%);    
    margin-right: 5px;
}

.news-date {
    font-style: italic;
    color: rgb(46%,46%,46%);    
    margin-right: 5px;
}

.news-single-item {
    color: rgb(12%,12%,12%);
}

.news-single-body {
    margin-top: 11px;
}

.news-single-files dd {
    margin-left: 0px;
}

.news-single-related dd {
    margin-left: 0px;
}

.news-single-links dd {
    margin-left: 0px;
}

.news-single-imgcaption {
    margin-top: 8px;
    font-size: 9px;
    max-width: 180px;
}

.news-single-backlink {
    margin-top: 8px;

}
.news-single-backlink a {
    color: #feaf00;
}

.news-latest-item IMG {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.news-more img {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.news-separator {
    border-bottom: 2px solid #feaf00;
    clear: right;
    width: 100%;
    height: 10px;
}

.news-single-teaser {
    font-weight: bold;
}

.news-single-img {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    padding: 0px;
}

.news-list-browse {
    clear: both;
}

.news-publication {
    clear: both;
}

/* ### Publikationen ######################################################## */

.publication_item {
    margin-bottom: 8px;
}

/* ### Teaser ############################################################### */

.contact_teaser_image, .image_teaser_image {
    clear: both;
}

.contact_teaser_image a, .image_teaser_image a {
    background: none;
    padding-left: 0px;
}

.text_image_teaser_image {
    width: 49px;
    float: left;
    margin-right: 8px;
}

.text_image_teaser_image img {
    width: 49px;
    float: left;
}

.text_image_teaser_image a {
    background: none;
    padding-left: 0px;
}

.teaser_heading {
    height: 20px;
    clear: both;
    background-color: rgb(92%,92%,92%);
    padding-left: 5px;
    border-left: 2px solid #feaf00;
    margin-bottom: 5px;
}


.contact_teaser {
    margin-bottom: 16px;
}

.text_teaser {
    margin-bottom: 16px;
}

.text_image_teaser {
    margin-bottom: 16px;
}

.image_teaser {
    margin-bottom: 16px;
}


/* ### Misc, Temp ########################################################### */

.csc-mailform {
    border: none;
}
.csc-mailform input,  .csc-mailform textarea {
    padding: 3px;
}
.csc-mailform-field label {
    width: 80px;
    display:block;
    float: left;
}
.csc-mailform-field {
    padding-bottom: 5px;
}

#search {
    width: 184px;
    height: 20px;
    line-height: 20px;
    border-top: 2px solid #feaf00;
    border-bottom: 2px solid #feaf00;
    clear: right;
    margin-bottom: 5px;
    vertical-align: middle;
}

.search-input {
/*     font-style: italic; */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 0px;
    color: #7a7a7a;
}

#adright {
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.content-title {
    font-size: 130%;
    color: rgb(20%,20%,20%);
    margin-top: 12px;
    margin-bottom: 5px;
}

#startpagesubheading {
    margin-bottom: 15px;
    clear: both;
}

.rdesubheading {
    font-size: 130%;
    color: rgb(20%,20%,20%);
    margin-top: 18px;
    margin-bottom: 5px;
    border-bottom: 2px solid #feaf00;
    padding-bottom: 2px;
}

.login {
    #margin-bottom: 8px;
}

.csc-textpic-caption {
    margin-top: 8px;
    font-size: 9px;
/*     font-style: italic; */
}

#drucken_container {
    width: 429px;
    clear: both;
    text-align: right;
}

#drucken_footer {
    font-size:9px;
    color:#666666;
    line-height: 1;
}

#drucken-header-text {
    vertical-align: bottom;
    font-weight: bold;
}

#sitemap-header {
    font-weight: bold;
}

.tx-efafontsize-pi1 {
    line-height: 0px;
    text-align: right;
    clear: none;
    float: none;
}

#topnavi {
    clear: none;
    float: left;
}

#login {
    clear: none;
    float: left;
}

/* ### RTE Text ########################################################### */
/* ACHTUNG: Änderungen unbedingt auch in rte.css einpflegen */
span.telefon {
    background: url("../icons/telfestnetz-icon_neutral.gif") center left no-repeat;
    padding-left: 14px;
}

span.telefon:hover {
    background: url("../icons/telfestnetz-icon_rollover.gif") center left no-repeat;
    padding-left: 14px;
}

span.mobil {
    background: url("../icons/telmobil-icon_neutral.gif") center left no-repeat;
    padding-left: 10px;
}

span.mobil:hover {
    background: url("../icons/telmobil-icon_rollover.gif") center left no-repeat;
    padding-left: 10px;
}

span.fax {
    background: url("../icons/telfax-icon_neutral.gif") center left no-repeat;
    padding-left: 17px;
}

span.fax:hover {
    background: url("../icons/telfax-icon_rollover.gif") center left no-repeat;
    padding-left: 17px;
}

/**
	Rechtsberatung - Datenbank
**/
.weiss {
	background-color:#ffffff;
}
#frmrb label {
	float:left;
	font-size:11px;
	width:110px;
	/*padding-bottom:15px;*/
	padding:10px 0 5px 0;
}
#frmrb input {
	float:left;
	margin-bottom:5px;
}
#frmrb select {
	width:360px;
}
.clear {
	clear:both;
}
.submit {
	margin:10px 0 0 0;
}


.searchresult {
	padding-top:10px;
	/*margin-left:110px;*/
}
.resultinfo {
	padding-top:10px;
	/*margin-left:110px;*/
}
.resultmessage{
	padding-bottom:10px;
	/*margin-left:110px;*/
}
.copy {
	font-size:11px;
}
.copy a.orange {
	color:#FEAF00;
}
div.hl {
	font-weight:bold;
	font-size:11px;
	color:#333333;
}
