 /*_______________________________________________________________________

                 styles.css
                 Layout for netzrezepte.de Standardlayout Kölnton
                 Thomas Krug, 5. April 2005
   ________________________________________________________________________ */

body {
   padding: 0;
   background-color: #A4C7EE;
   margin: 0px 0px 0px 10px;
   font-family: verdana,arial;
   font-size: 0.9em;
}

.boxwrap {
   padding: 0px;
   width: 990px;
   background-color: #FFFFFF;
   margin-top: 5px;
   margin-bottom: 20px;
   margin-left: 0px;
   margin-right: 0px;
   border-right: 2px solid #808080;
   border-left: 1px solid #808080;
   border-top: 2px solid #808080;
   border-bottom: 1px solid #808080;
}

.CEwrap {
   overflow: hidden;
   width: 98%;
   margin-bottom: 10px;
}


/* =======================================================================
         text formating
   =======================================================================*/

h1 {
   font-weight: bold;
   padding-left: 0px;
   padding-top: 5px;
   padding-bottom: 10px;
   margin: 0px;
   font-family: verdana,arial;
   font-size: 1.0em;
   color: #5F5F5F;
}

h1.mitunterstrich {
   font-weight: bold;
   padding-left: 0px;
   padding-top: 5px;
   padding-bottom: 3px;
   margin: 0px;
   margin-bottom: 5px;
   font-family: verdana,arial;
   font-size: 1.0em;
/*   color: #73838C;*/
   color: #444444;
   border-bottom: 1px solid #73838C;
}

h2 {
   font-weight: bold;
   font-family: verdana,arial;
   font-size: 1em;
   margin-top: 5px;
   margin-bottom: 3px;
   margin-left: 7px;
   color: #660000;
}

h3 {
   font-weight: bold;
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   margin: 0;
}

p {
   font-family: verdana,arial;
   font-size: 0.8em;
   color: black;
   margin: 0 0 0 0;
}

p.tt_products_listtitel {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: black;
   margin: 0px;
   margin-top: 15px;
   border-bottom: 1px dashed #000000;
   border-top: 1px solid #000000;
   padding-left: 4px;
   line-height: 20px;
}

p.product-search {
   margin-bottom: 20px;
}

p.rightheader {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #000000;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   padding-left: 5px;
   padding-top: 1px;   /*background-image:url(../Images/top_menu_verlauf.gif);*/
   border-bottom: 1px solid #000000;
   background-position: 0px 1px;
   height: 16px;
}

p.tt_products_list_vor_zurueck {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #FFFFFF;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   padding-left: 5px;
   padding-top: 1px;
   background-image:url(../Images/header_bg_verlauf2.gif);
   border-bottom: 1px solid #CCD6D8;
   background-position: 0px 1px;
   height: 16px;
   text-align: center;
}

p.tt_products_list_vor_zurueck:hover {
   border-left: 2px solid #B5B5B5;
   border-right: 2px solid #B5B5B5;
   text-decoration: underline;
   color: #FFFFFF;
}

p.positionnavigation {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   margin-left: 0px;
   margin-right: 10px;
   margin-bottom: 5px;
   padding-left: 0px;

}


dd.csc-textpic-caption {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: black;
   margin: 0 0 0 0;
}

fieldset {
   border: 0px solid #FFFFFF;
}

fieldset.csc-mailform {
   margin: 0px;
   padding: 0px;
}

label {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: black;
   margin: 0px 0px 0px 0px;
   display: block;
}


li {
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
  margin-left: 0px;
  margin-bottom: 0px;
}

td {
   vertical-align: top;
}

table p.bodytext {
   font-family: verdana,arial;
   font-size: 1.0em;
   color: black;
   margin: 0 0 0 0;
}

/*hr {
   color: #5F5F5F;
   height: 2px;
   line-height: 2px;
   padding: 0px;
   margin: 0px;
   border-top: 1px solid #5F5F5F;
   border-bottom: 1px solid #5F5F5F;
} */


/* =======================================================================
         navigation formating
   =======================================================================*/

a {
   font-family: verdana,arial;
   font-size: 1em;
   color: #12375F;
   text-decoration: bold;
   padding: 0px;
   margin: 0px;
   border: 0px solid #FFFFFF;
}

img {
   border: 0px solid #FFFFFF;
}

a:hover {
   text-decoration: underline;
}

a.PrimaryNav {
   font-weight: bold;
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
/*   border: 1px solid #5F5F5F; */
   padding: 0px 5px 0px 5px;
   margin: 1px;
}

a.PrimaryNav:hover {
/*   border: 1px solid #FFFFFF;*/
   text-decoration: none;
   color: #7B0008;
}

a.MainNavigation {
   font-family: verdana,arial;
   font-size: 0.9em;
   font-weight: bold;
   color: #660000;
   text-decoration: none;
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 1px;
   height: 15px;
   background-image:url(../Images/Navigation_BG.gif);
   border-bottom: 1px solid #73838C;
}

a.MainNavigation:hover {
   text-decoration: none;
   color: #222222;
   background-image:url(../Images/Navigation_BG_act.gif);
}

.MainNavigation_left {
   display: inline;
   width: 5px;
   background-image:url(../Images/Navigation_BG_left.gif);
   border-bottom: 1px solid #73838C;
/*   height: 15px;
   margin-top: 3px; */
}

.MainNavigation_right {
   display: inline;
   width: 5px;
   padding-right: 1px;
   background-image:url(../Images/Navigation_BG_right.gif);
   border-bottom: 1px solid #73838C;
/*   height: 15px;
   margin-top: 1px; */
}

a.MainNavigation_act {
   font-family: verdana,arial;
   font-size: 0.9em;
   font-weight: bold;
   color: #444444;
   text-decoration: none;
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 1px;
   height: 15px;
   background-image:url(../Images/Navigation_BG_act.gif);
   border-bottom: 1px solid #FFFFFF;
}

a.MainNavigation_act:hover {
   text-decoration: none;
   color: #222222;
}

.MainNavigation_act_left {
   display: inline;
   width: 5px;
   background-image:url(../Images/Navigation_BG_act_left.gif);
   border-bottom: 1px solid #FFFFFF;
}

.MainNavigation_act_right {
   display: inline;
   width: 5px;
   background-image:url(../Images/Navigation_BG_act_right.gif);
   border-bottom: 1px solid #FFFFFF;
}

a.MainbottomNavigation {
   font-family: verdana,arial;
   font-size: 0.7em;
   font-weight: bold;
   color: #666666;
   text-decoration: none;
   padding-right: 20px;
   padding-left: 20px;
   line-height: 20px;
}

a.MainbottomNavigation:hover {
   text-decoration: underline;
   color: #173275;
}

a.MainbottomNavigation_act {
   font-family: verdana,arial;
   font-size: 0.7em;
   font-weight: bold;
   color: #444444;
   text-decoration: none;
   padding-right: 10px;
   padding-left: 10px;
   line-height: 20px;
}

a.MainbottomNavigation_act:hover {
   text-decoration: underline;
   color: #173275;
}

a.LeftNav {
   font-family: verdana,arial;
   font-size: 0.8em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 20px;
   line-height: 20px;
   display: block;
   background-image: url(../Images/bg-nav-verlauf180x20.gif);
}

a.LeftNav:hover {
/*   background-image: url(../Images/bg-nav-verlauf180x20.gif);*/
   text-decoration: underline;
   color: #660000;
}

a.LeftNavSub {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 35px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub:hover {
   text-decoration: underline;
   color: #660000;
}

a.LeftNavSub2 {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 50px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub2:hover {
   text-decoration: underline;
   color: #660000;
}

a.LeftNavSub3 {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 65px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub3:hover {
   text-decoration: underline;
   color: #660000;
}

a.LeftNavSub4 {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 80px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub4:hover {
   text-decoration: underline;
   color: #660000;
}

a.LeftNav_act {
   background-image: url(../Images/bg-nav-verlauf180x20.gif);
   font-family: verdana,arial;
   font-size: 0.8em;
   color: #111111;
   text-decoration: underline;
   padding-left: 20px;
   display: block;
}

a.LeftNav_act:hover {
   text-decoration: underline;
   color: #111111;
}

a.LeftNavSub_act {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #111111;
   text-decoration: underline;
   padding-left: 35px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub_act:hover {
   text-decoration: underline;
   color: #111111;
}

a.LeftNavSub2_act {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #111111;
   text-decoration: underline;
   padding-left: 50px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub2_act:hover {
   color: #111111;
   text-decoration: underline;
}

a.LeftNavSub3_act {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #111111;
   text-decoration: underline;
   padding-left: 65px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub3_act:hover {
   color: #111111;
   text-decoration: underline;
}

a.LeftNavSub4_act {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #111111;
   text-decoration: underline;
   padding-left: 80px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub4_act:hover {
   color: #111111;
   text-decoration: underline;
}

a.TopNavigation {
   font-family: verdana,arial;
   font-size: 0.9em;
   font-weight: bold;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
   border-left: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
}

a.TopNavigation:hover {
   border-left: 2px solid #B5B5B5;
   border-right: 2px solid #B5B5B5;
   text-decoration: underline;
   color: #5F5F5F;
}

a.FootNavigation {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 15px;
   padding-right: 5px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   line-height: 12px;
}

a.FootNavigation:hover {
   color: #660000;
}

a.OptionNavigation {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.OptionNavigation:hover {
   text-decoration: underline;
}

a.DiscNavigation {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.DiscNavigation:hover {
   text-decoration: underline;
   color: #660000
}

a.positionlink {
   font-family: verdana,arial;
   font-size: 1em;
   color: #F70000;
   text-decoration: none;
   padding-left: 0px;
   padding-right: 0px;
   margin-left: 0px;
}

a.positionlink:hover {
   text-decoration: underline;
   font-size: 1.1em;
}
/* =======================================================================
         position and formating forms
   =======================================================================*/

input.searchfield {
   height: 15px;
   z-index: 3;
   width: 130px;
   font-size: 11px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-bottom: 0px;
   margin-top: 0px;
   padding: 0px;
}

input.submitbutton {
   color: #5F5F5F;
   margin-top: 0px;
   margin-bottom: 0px;
   border: 0px solid #5F5F5F;
   background-color: transparent;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   font-weight: bold;
   cursor: pointer;
}

input.loginfield {
   height: 12px;
   z-index: 3;
   width: 51px;
   font-size: 10px;
   font-family: verdana,arial;
   border: 1px solid #5F5F5F;
   margin-bottom: 5px;
}

form {
   margin: 0px;
}

input.tipafriend {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

textarea.tipafriendtext {
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tipafriendcheckbox {
   z-index: 3;
   color: #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
   border: 0px solid #5F5F5F;
}

input.tipafriendsubmit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-sword {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-button {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tt_products_search_field {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_search_submit {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

select {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

/*input {
   z-index: 3;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 1px solid #5F5F5F;
   padding: 0px;
}*/

input.newslettercheckboxen {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 0px solid #5F5F5F;
}

input.tt_products_anzahl {
   height: 16px;
   z-index: 3;
   width: 30px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tt_products_warenkorb {
   height: 16px;
   z-index: 3;
   width: 120px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_submit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_submit_large {
   height: 16px;
   z-index: 3;
   width: 200px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

textarea {
   z-index: 3;
   width: 215px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.index_search_erweiterte_vorschau {
   height: 16px;
   z-index: 3;
   width: 16px;
   font-size: 10px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.csc-mailform-submit {
   margin-top: 10px;
}

/* =======================================================================
         positions
   =======================================================================*/

.header {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   padding-top: 103px;
   border-bottom: 1px solid #73838C;
   background-image:url(../Images/header_bg_verlauf2.gif);
/*   background-image:url(../Images/header_bg_antenne1.jpg);*/
}

.header_newsl {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 20px;
   padding: 0px;
   padding-left: 20px;
   padding-top: 20px;
}

/* .topnav {
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 185px;
   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-image:url(../Images/top_menu_verlauf.gif);
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FFFFFF;
} */

.topline {
   position: absolute;
   left: 217px;
   top: 93px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.shopnavi {
   position: absolute;
   left: 820px;
   top: 93px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.homenav {
   position: absolute;
   right: 100%;
   margin-right: -980px;
   top: 15px;
   color: #5F5F5F;
   font-family: verdana,arial;
   font-size: 11px;
   text-align: right;
   width: 500px;
}
.language {
   text-align: right;
}

.searchform {
   position: absolute;
   right: 100%;
   margin-right: -980px;
   top: 35px;
   width: 500px;
   text-align: right;
}

.positionnav {
   padding-left: 25px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 5px;
   border-bottom: 0px solid #CCD6D8;
}

div.logo {
   position: absolute;
   top: 10px;
   left: 55px;
   z-index: 2;
   background-image:url(../Images/Dom_94x99.gif);
   background-repeat: no-repeat;
   width: 140px;
   height: 110px;
}

div.logo2 {
   position: absolute;
   top: 40px;
   left: 230px;
   z-index: 2;
   width: 550px;
   height: 20px;
   font-family: verdana,arial;
   font-size: 18px;
   font-weight:bold;
/* color: #666666;*/
   color: #444444;
}

div.headerhintergrund {
   position: absolute;
   top: 11px;
   left: 11px;
   z-index: 1;
   background-repeat: no-repeat;
}

/*div.font_size_selector {
   position: absolute;
   top: 95px;
   right: 100%;
   margin-right: -980px;
   z-index: 2;
   width: 95px;
   height: 24px;
}*/

div.sprachmenue {
   position: absolute;
   top: 62px;
   right: 100%;
   margin-right: -980px;
   z-index: 2;
   width: 75px;
   height: 18px;
   white-space: nowrap;
}

.mainfield {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   padding-left: 0px;
   background-image:url(../Images/background.gif);
   width: 100%;
   overflow: auto;
}

.mainfield_newsl {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   padding-left: 0px;
   width: 100%;
   overflow: auto;
}

.leftfield {
   float: left;
   width: 180px;
   max-width: 180px;
   margin: 0px;
   margin-top: 5px;
   margin-left: 0px;
   padding: 0px;
   padding-top: 20px;
   padding-bottom: 0px;
}

.rightfield {
   float: right;
   width: 180px;
   margin: 0px;
   padding-top: 9px;
}

.middlefield {
   padding: 0px;
   margin-right: 190px;
   margin-left: 180px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.bottomfield {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   padding-top: 0px;
   height: 16px;
   background-image:url(../Images/top_menu_verlauf.gif);
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FFFFFF;
   z-index: 1;
}

.bottomline {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 1px;
   padding-bottom: 1px;
   height: 18px;
   background-color: #B5B5B5;
}

.middlefieldcontent {
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
}

.maincontent {
   margin: 0px;
   padding-left: 25px;
   padding-right: 5px;
   padding-bottom: 20px;
   padding-top: 0px;
}

.footer {
   padding-bottom: 10px;
   padding-top: 10px;
   margin-bottom: 0px;
   margin-right: 0px;
   background-color: #FFFFFF;
   background-image:url(../Images/header_bg_verlauf.gif);
}

.footnav {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 187px;
   padding-right: 0px;
}


.disclaimernavnav {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 203px;
   padding-right: 0px;
}

.copyright {
   font-family: verdana,arial;
   font-size: 0.7em;
   color: #5F5F5F;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 640px;
   padding-right: 0px; 
}
.LeftNavLine {
   margin: 0px;
   padding: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   width: 180px;
   overflow: hidden;
/*   background-image:url(../Images/pfeil.gif);
   background-repeat: no-repeat;
   background-position: 27px 9px;
   white-space: normal; */
}

.LeftNavLineSub {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
/*   background-image:url(../Images/pfeil2.gif);
   background-repeat: no-repeat;
   background-position: 42px 8px;
   white-space: normal; */
}

.LeftNavLineSub1 {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
/*   background-image:url(../Images/pfeil2.gif);
   background-repeat: no-repeat;
   background-position: 57px 8px;*/
   white-space: normal; 
}

.LeftNavLineSub2 {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
/*   background-image:url(../Images/pfeil2.gif);
   background-repeat: no-repeat;
   background-position: 72px 8px;
   white-space: normal; */
}

.LeftNavLineSub3 {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
/*   background-image:url(../Images/pfeil2.gif);
   background-repeat: no-repeat;
   background-position: 87px 8px;
   white-space: normal; */
}

.RightNavLine {
   padding-bottom: 5px;
   padding-top: 5px;
}

.rightcontent {
   padding-bottom: 15px;
   padding-top: 0px;
   padding-right: 10px;
   margin: 0px;
}

.siteoptions {
   padding-bottom: 15px;
   padding-top: 0px;
   padding-right: 20px;
   margin: 0px;
   text-align: right;
}

.tx-indexedsearch {
   width: 100%;
   overflow: hidden;
}


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 0px; background-color: #FFFFFF; }
DIV.csc-menu P A { color: #5F5F5F; text-decoration: none; }
DIV.csc-menu P A:hover { color: #5F5F5F; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #5F5F5F; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #5F5F5F; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #000000; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #5F5F5F; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #5F5F5F; }
/************* END SITEMAP ****************/

/* ----------RTE--------------*/

.Ueberschrift_rot {
   font-weight: bold;
   font-size: larger;
   color: #CC0000;
}

.Ueberschrift_grau {
   font-weight: bold;
   font-size: larger;
   color: #5F5F5F;
}

.Ueberschrift_schwarz {
   font-weight: bold;
   font-size: larger;
   color: #000000;
}

.TEASER {
   font-size: 1.1em;
   color: #404040;
}

.KAPITAELCHEN {
   font-weight: bold;
   font-size: 0.9em;
   color: #444444;
}

span.ROT {
   color: #C60000;
}

span.GRAU {
   color: #5F5F5F;
}

span.SCHWARZ {
   color: #000000;
}

td.BG_grau {
   background-color: #dedede;
   padding-left: 10px;
   padding-right: 10px;
}

td.BG_hbl {
   background-color: #C3D9FF;
   padding-left: 10px;
   padding-right: 10px;
}

td.BG_hhbl {
   background-color: #C2D1E1;
   padding-left: 10px;
   padding-right: 10px;
}

td.BG_hhhbl {
   background-color: #E8EEF7;
   padding-left: 10px;
   padding-right: 10px;
}

td.BG_hhhbl_un {
   background-color: #E8EEF7;
   padding-left: 10px;
   padding-right: 10px;
   border-bottom: 1px solid #5F5F5F;
}

td.BG_hhhbl_br {
   background-color: #E8EEF7;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #5F5F5F;
}

td.Randabstand_10px {
   border-left: 1px solid #5F5F5F;
   border-right: 1px solid #5F5F5F;
   padding-left: 10px;
   padding-right: 10px;
}

/* ------------- Rahmen Definitionen --------------- */

.ceabschlusslinie {
   border-bottom: 1px solid #73838C;
}

.grauhintergrund {
   background-color: #FFFFFF;
}

.weisshintergrund {
   background-color: #FFFFFF;
}

td {
   padding: 0px;
   margin: 0px;
   font-family: verdana,arial;
   font-size: 1.1em;
}

div.tx-indexedsearch-res td {
   font-size: 0.7em;
}

div.tx-indexedsearch td {
   font-size: 0.7em;
}

td.cerahmenecke {
   width: 8px;
}

td.cerahmentopmiddle {
   background-color: #F0F0F0;
   border-top: 1px solid #73838C;
   padding: 0px;
   margin: 0px;
   height: 1px;
   line-height: 1px;
   width: 509px;
}

div.rightcontent td.cerahmentopmiddle {
   width: 154px;
}

td.cerahmenmiddle {
   background-color: #F0F0F0;
   border-left: 1px solid #73838C;
   border-right: 1px solid #73838C;
   padding: 0px;
   margin: 0px;
   padding-left: 7px;
   padding-right: 7px;
   width: 525px;
}

div.rightcontent td.cerahmenmiddle {
   width: 170px;
}

td.cerahmenbottommiddle {
   background-color: #F0F0F0;
   border-bottom: 1px solid #73838C;
   padding: 0px;
   margin: 0px;
   height: 1px;
   line-height: 1px;
   width: 509px;
}

.rightcontent td.cerahmenbottommiddle {
   width: 154px;
}

table.cerahmentable {
   width: 525px;
}

.rightcontent table.cerahmentable {
   width: 170px;
   table-layout: fixed;
}

/* weiss */

td.cerahmeneckeweiss {
   width: 8px;
}

td.cerahmentopmiddleweiss {
   background-color: #FFFFFF;
   border-top: 1px solid #73838C;
   padding: 0px;
   margin: 0px;
   height: 1px;
   line-height: 1px;
   width: 509px;
}

div.rightcontent td.cerahmentopmiddleweiss {
   width: 154px;
}

td.cerahmenmiddleweiss {
   background-color: #FFFFFF;
   border-left: 1px solid #73838C;
   border-right: 1px solid #73838C;
   padding: 0px;
   margin: 0px;
   padding-left: 7px;
   padding-right: 7px;
   width: 525px;
}

div.rightcontent td.cerahmenmiddleweiss {
   width: 170px;
}

td.cerahmenbottommiddleweiss {
   background-color: #FFFFFF;
   border-bottom: 1px solid #73838C;
   padding: 0px;
   margin: 0px;
   height: 1px;
   line-height: 1px;
   width: 509px;
}

.rightcontent td.cerahmenbottommiddleweiss {
   width: 154px;
}

table.cerahmentableweiss {
   width: 525px;
}

.rightcontent table.cerahmentableweiss {
   width: 170px;
   table-layout: fixed;
}

input.searchfield {
   height: 15px;
   z-index: 3;
   width: 130px;
   font-size: 11px;
   font-family: verdana,arial;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-bottom: 0px;
   margin-top: 0px;
   padding: 0px;
}

/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #ccc;
  background:#fff url(../Images/topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../Images/spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 6px;
  height: 26px;
  width: auto;
  background: url(../Images/tab-bkg.gif) bottom left repeat-x;
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../Images/tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../Images/tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 12px 0 0;
  text-decoration: none;
  outline:0;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(../Images/tab-off-l.gif) top left no-repeat;
}

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(../Images/tab-off-r.gif) top right no-repeat;
  color: #333;
}

