/*
die grundfarben haben die folgenden web-werte:
dunkelbraun:  663221
rot:          b55731
orange:       df9a1a
hellgruen:    8cb63c
dunlelgruen:  3a662a
koenigsblau:  006 
volltongrau:  868686
*/

html {
 width: 100%;
 height: 101%;
 font-size: 12px;
 margin: 0;
 padding: 0;
}

body {
 position: relative;
 width: 100%;
 height: 100%;
 padding: 0;
 margin: 0;
 color: #646466;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 background-image: url(/fileadmin/sentinel-haus/images/layout/hg-kachel.png);
 background-position: top left;
 background-color: #f3f4de;
}

p {
 margin: .5em 0;
 padding: 0;
}

h1 {
 margin: 1em 0 .5em 0;
 padding: 0;
 font-size: 1.6em;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}

h2 {
 margin: 1em 0 .5em 0;
 padding: 0;
 font-size: 1.4em;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}

h3 {
 margin: 1em 0 .5em 0;
 padding: 0;
 font-size: 1.2em;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}

h4 {
 margin: 1em 0 .5em 0;
 padding: 0;
 font-size: 1.1em;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}

h5 {
 margin: .5em 0;
 padding: 0;
 font-size: 1em;
 font-weight: normal;
 font-style: italic;
 text-decoration: none;
}

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader,
h5.csc-firstHeader {
 margin-top: .5em;
}

a img {
 border: 0;
}

#wrapper {
/*
position: absolute;
 top: 20px;
 left: 50%;
 margin: 0 0 0 -488px;
*/

 position: relative;
 margin: 20px auto;
 width: 975px;
}

#content {
 float: left;
 margin-top: 135px;
 margin-left: 24px;
 width: 697px;
 background-color: #fff;
 border: 1px #868686 solid;
 background-image: url(/fileadmin/sentinel-haus/images/layout/linke-spalte-verlauf.png);
 background-repeat: no-repeat;
 background-position: top left;
}

.group-bauherr #content {
 border-color: #006;
 background-image: url(/fileadmin/sentinel-haus/images/layout/linke-spalte-verlauf-bauherr.png);
}
.group-planer #content {
 border-color: #8cb63c;
 background-image: url(/fileadmin/sentinel-haus/images/layout/linke-spalte-verlauf-planer.png);
}
.group-bauuntern #content {
 border-color: #df9a1a;
 background-image: url(/fileadmin/sentinel-haus/images/layout/linke-spalte-verlauf-bauuntern.png);
}
.group-hersteller #content {
 border-color: #b55731;
 background-image: url(/fileadmin/sentinel-haus/images/layout/linke-spalte-verlauf-hersteller.png);
}
.group-fachhandel #content {
 border-color: #663221;
 background-image: url(/fileadmin/sentinel-haus/images/layout/linke-spalte-verlauf-fachhandel.png);
}

#logo {
 position: absolute;
 top: 0;
 right: 0;
}

/* -------------------------------------------
 Mitte Formate
----------------------------------------------*/

#mitte {
 margin: 10px 0px;
 width: 510px;
 padding: 0 22px 44px 22px;
 float: right;
}
/*
#mitte-text {
 float: left;
 width: 375px;
 margin-right: 25px;
}

#info-spalte {
 width: 95px;
 float: right;
}
*/

#mitte .tx_ghinfoblock_all {
 width: 100%;
}

#mitte .tx_ghinfoblock_content {
 width: 375px;
 float: left;
}

#mitte .tx_ghinfoblock_contentonly {
 width: 100% !important;
}

#mitte .tx_ghinfoblock_infoblock {
 width: 95px;
 float: right;
}

#mitte .tx_ghinfoblock_infoblock > * {
 margin-top: 0;
}

#mitte .tx_ghinfoblock_clear {
 clear: both;
}

#mitte h1 {
 color: #3a662a;
 margin-top: 0;
}
#mitte a {
 color: #3a662a;
}
#mitte a:hover {
 color: #8cb63c;
}

.group-bauherr #mitte h1,
.group-bauherr #mitte a {
 color: #006;
}
.group-bauherr #mitte a:hover {
 color: #77c;
}
.group-planer #mitte h1,
.group-planer #mitte a {
 color: #8cb63c;
}
.group-planer #mitte a:hover {
 color: #3a662a;
}
.group-bauuntern #mitte h1,
.group-bauuntern #mitte a {
 color: #df9a1a;
}
.group-bauuntern #mitte a:hover {
 color: #b55731;
}
.group-hersteller #mitte h1,
.group-hersteller #mitte a {
 color: #b55731;
}
.group-hersteller #mitte a:hover {
 color: #df9a1a;
}
.group-fachhandel #mitte h1,
.group-fachhandel #mitte a {
 color: #663221;
}
.group-fachhandel #mitte a:hover {
 color: #b55731;
}

#mitte #seitentitel {
 margin-top: 3em;
}

#mitte h2 {
 color: #3a662a;
/* font-size: 12px; */
}
#rechts ul {
 padding-left: 15px;
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-point.gif);
}

#mitte ul {
 padding-left: 25px;
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-bullet-dkl-gruen.jpg);
}
.group-bauherr #mitte ul {
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-bullet-blau.jpg);
}
.group-planer #mitte ul {
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-bullet-hellgruen.jpg);
}
.group-bauuntern #mitte ul {
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-bullet-orange.jpg);
}
.group-hersteller #mitte ul {
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-bullet-terra.jpg);
}
.group-fachhandel #mitte ul {
 list-style-image: url(/fileadmin/sentinel-haus/images/layout/list-bullet-braun.jpg);
}

#mitte ul li, #rechts ul li {
 padding-bottom: 10px;
}
#rechts a {
 color: #F49E00;
}
#rechts a:hover {
 color: #BD850C;
}


/* -------------------------------------------
 Mitte-Text Formate
*/

ul#breadcrump {
 list-style-type: none !important;
 list-style-image: none !important;
 margin: 0;
 padding: 0;
}

ul#breadcrump li {
 float: left;
 padding: 0 .25em;
 font-size: .8em;
}

ul#breadcrump li a {
 color: #98b58d;
}
ul#breadcrump li a:hover {
 color: #3a662a;
}
.group-bauherr ul#breadcrump li a {
 color: #bbf;
}
.group-bauherr ul#breadcrump li a:hover {
 color: #006;
}
.group-planer ul#breadcrump li a {
 color: #b4c19c;
}
.group-planer ul#breadcrump li a:hover {
 color: #8cb63c;
}
.group-bauuntern ul#breadcrump li a {
 color: #ddbc7e;
}
.group-bauuntern ul#breadcrump li a:hover {
 color: #df9a1a;
}
.group-hersteller ul#breadcrump li a {
 color: #cda494;
}
.group-hersteller ul#breadcrump li a:hover {
 color: #b55731;
}
.group-fachhandel ul#breadcrump li a {
 color: #af857a;
}
.group-fachhandel ul#breadcrump li a:hover {
 color: #663221;
}

#mitte ul.browsebox {
 list-style-image: none;
 list-style-type: none;
 padding-left: 0;
}

#mitte ul.browsebox li {
 display: inline;
 padding: 0 2px;
}

/* -------------------------------------------
 Quermenu Formate
*/

ul#quermenu {
 list-style-type: none !important;
 list-style-image: none !important;
 margin: 0;
 padding: 0;
}

ul#quermenu li {
 margin: 0 3px 0 0;
 float: left;
 white-space:nowrap;
}

ul#quermenu li a {
 background-color: #3a662a;
 color: #e5e5e5;
 border: 1px solid #e5e5e5;
 padding: 3px 8px;
 font-size: .9em;
 text-decoration: none;
}
ul#quermenu li.selected a,
ul#quermenu li a:hover {
 background-color: #e5e5e5;
 color: #3a662a;
 border-color: #3a662a;
}

.group-bauherr ul#quermenu li a {
 background-color: #006;
 color: #eaeaff;
 border-color: #eaeaff;
}
.group-bauherr ul#quermenu li.selected a,
.group-bauherr ul#quermenu li a:hover {
 background-color: #eaeaff;
 color: #006;
 border-color: #006;
}

.group-planer ul#quermenu li a {
 background-color: #8cb63c;
 color: #eaf0e0;
 border-color: #eaf0e0;
}
.group-planer ul#quermenu li.selected a,
.group-planer ul#quermenu li a:hover {
 background-color: #eaf0e0;
 color: #8cb63c;
 border-color: #8cb63c;
}

.group-bauuntern ul#quermenu li a {
 background-color: #df9a1a;
 color: #f2ebdf;
 border-color: #f2ebdf;
}
.group-bauuntern ul#quermenu li.selected a,
.group-bauuntern ul#quermenu li a:hover {
 background-color: #f2ebdf;
 color: #df9a1a;
 border-color: #df9a1a;
}

.group-hersteller ul#quermenu li a {
 background-color: #f3e6e1;
 color: #b55731;
 border-color: #b55731;
}
.group-hersteller ul#quermenu li.selected a,
.group-hersteller ul#quermenu li a:hover {
 background-color: #b55731;
 color: #f3e6e1;
 border-color: #f3e6e1;
}

.group-fachhandel ul#quermenu li a {
 background-color: #663221;
 color: #ece1df;
 border-color: #ece1df;
}
.group-fachhandel ul#quermenu li.selected a,
.group-fachhandel ul#quermenu li a:hover {
 background-color: #ece1df;
 color: #663221;
 border-color: #663221;
}


/* -------------------------------------------
 leftmenu Formate
----------------------------------------------*/

#leftmenu {
 width: 135px;
 font-size: 106%;
 margin-bottom: 44px;
}

#leftmenu ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#leftmenu li {
 margin: 0;
 padding: 0;
 border-right: 5px solid #fff;
}

#leftmenu li a {
 background-color: #3a662a;
 color: #e5e5e5;
 border-bottom: #e5e5e5 1px solid;
 text-decoration: none;
 display: block;
 height: 2em;
 line-height: 1em;
 padding: .5em 5px;
 font-size: .9em;
 font-weight: normal;
 width: 120px;
}

#leftmenu li:hover a,
#leftmenu li.selected a,
#siteId-2 #leftmenu li.menuId-76 a {
 color: #3a662a;
 background-color: #e5e5e5;
 border-bottom-color: #3a662a;
}
#leftmenu li:hover,
#leftmenu li.selected,
#siteId-2 #leftmenu li.menuId-76 {
 border-right: 5px solid #3a662a;
}

.group-bauherr #leftmenu #gen-menu li a {
 background-color: #006;
 color: #eaeaff;
 border-bottom: #e2ecdf 1px solid;
}
.group-bauherr #leftmenu #gen-menu li:hover a,
.group-bauherr #leftmenu #gen-menu li.selected a {
 background-color: #eaeaff;
 color: #006;
 border-bottom-color: #3a662a;
}
.group-bauherr #leftmenu #gen-menu li:hover,
.group-bauherr #leftmenu #gen-menu li.selected {
 border-right-color: #006;
}

.group-planer #leftmenu #gen-menu li a {
 background-color: #8cb63c;
 color: #eaf0e0;
 border-bottom: #eaf0e0 1px solid;
}
.group-planer #leftmenu #gen-menu li:hover a,
.group-planer #leftmenu #gen-menu li.selected a {
 background-color: #eaf0e0;
 color: #8cb63c;
 border-bottom-color: #8cb63c;
}
.group-planer #leftmenu #gen-menu li:hover,
.group-planer #leftmenu #gen-menu li.selected {
 border-right-color: #8cb63c;
}

.group-bauuntern #leftmenu #gen-menu li a {
 background-color: #df9a1a;
 color: #f2ebdf;
 border-bottom: #f2ebdf 1px solid;
}
.group-bauuntern #leftmenu #gen-menu li:hover a,
.group-bauuntern #leftmenu #gen-menu li.selected a {
 background-color: #f2ebdf;
 color: #df9a1a;
 border-bottom-color: #df9a1a;
}
.group-bauuntern #leftmenu #gen-menu li:hover,
.group-bauuntern #leftmenu #gen-menu li.selected {
 border-right-color: #df9a1a;
}

.group-hersteller #leftmenu #gen-menu li a {
 background-color: #b55731;
 color: #f3e6e1;
 border-bottom: #f3e6e1 1px solid;
}
.group-hersteller #leftmenu #gen-menu li:hover a,
.group-hersteller #leftmenu #gen-menu li.selected a {
 background-color: #f3e6e1;
 color: #b55731;
 border-bottom-color: #b55731;
}
.group-hersteller #leftmenu #gen-menu li:hover,
.group-hersteller #leftmenu #gen-menu li.selected {
 border-right-color: #b55731;
}

.group-fachhandel #leftmenu #gen-menu li a {
 background-color: #663221;
 color: #ece1df;
 border-bottom: #ece1df 1px solid;
}
.group-fachhandel #leftmenu #gen-menu li:hover a,
.group-fachhandel #leftmenu #gen-menu li.selected a {
 background-color: #ece1df;
 color: #663221;
 border-bottom-color: #663221;
}
.group-fachhandel #leftmenu #gen-menu li:hover,
.group-fachhandel #leftmenu #gen-menu li.selected {
 border-right-color: #663221;
}


/* -------------------------------------------
 Rechts Formate
----------------------------------------------*/


#rechts {
 margin-top: 175px;
/* margin-left: 18px; */
 margin-right: 1px;
 width: 230px;
 float: right;
}

#rechts h1 {
 color: #1d1d1d;
 margin-top: 2em;
 padding-top: 5px;
 font-size: 1.15em;
 border-top: 1px solid #868686;
}

#rechts h2 {
 color: #1d1d1d;
 padding: 0;
 margin: .5em 0;
 font-size: 1.05em;
}

#rechts h3,
#rechts h4,
#rechts h5 {
 color: #1d1d1d;
 padding: 0;
 margin: .5em 0;
 font-size: 1em;
}

#rechts h1.csc-firstHeader {
 border-top: none;
 margin-top: .5em;
}

#rechts a {
 color: #1d1d1d;
}

#sidebarsearchform {
 background-color: #878787;
 color: #fff;
 font-size: 10px;
 padding: 2px 5px 5px 5px;
 margin-bottom: 5px;
}

#sidebarsearchform label {
 display: block;
 float: left;
 width: 42px;
 padding-top: 3px;
}

#sidebarsearch2eddff2118bf1a70e54400aae9a90660 {
 border: 0;
 height: 12px;
 width: 150px;
 margin: 0 5px;
 padding: 1px;
 font-size: 10px;
}

#sidebarsearchc62a29100a77d86bad02c53df956bb9a {
 position: relative;
 top: 2px;
 right: 0;
}

#service-menu #shi-link,
#service-menu #lang-menu,
#service-menu .tx-ghfontsize-pi1 {
 background-color: #878787;
/* color: transparent; */
 font-size: 0;
 padding: 0;
 margin: 0 5px 5px 0;
 float: left;
}

#service-menu #shi-link,
#service-menu #lang-menu a,
#service-menu .tx-ghfontsize-pi1 a {
/* color: transparent !important; */
 text-decoration: none;
}

#service-menu #shi-link {
 height: 21px;
 width: 104px;
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-shi.png);
 background-repeat: no-repeat;
 background-position: top right;
 display: block;
}

#service-menu #lang-menu {
 height: 13px;
 width: 165px;
/* width: 56px; */
 padding: 4px 5px;
}

#service-menu #lang-menu a {
 background-repeat: no-repeat;
 background-position: top right;
 height: 12px;
 width: 23px;
 display: block;
 float: left;
 margin-right: 8px;
}

#service-menu #lang-menu a#deutsch {
 background-image: url(/fileadmin/sentinel-haus/images/layout/flagge-deutsch.jpg);
}

#service-menu #lang-menu a#deutsch:hover,
#service-menu #lang-menu a#deutsch.selected {
 background-image: url(/fileadmin/sentinel-haus/images/layout/flagge-deutsch-selected.jpg);
}

#service-menu #lang-menu a#english {
 background-image: url(/fileadmin/sentinel-haus/images/layout/flagge-uk-english.jpg);
}

#service-menu #lang-menu a#english:hover,
#service-menu #lang-menu a#english.selected {
 background-image: url(/fileadmin/sentinel-haus/images/layout/flagge-uk-english-selected.jpg);
}

#service-menu #lang-menu a#francais {
 background-image: url(/fileadmin/sentinel-haus/images/layout/flagge-frankreich.jpg);
}

#service-menu #lang-menu a#francais:hover,
#service-menu #lang-menu a#francais.selected {
 background-image: url(/fileadmin/sentinel-haus/images/layout/flagge-frankreich-selected.jpg);
}

#service-menu .tx-ghfontsize-pi1 {
 height: 21px;
 width: 50px;
 margin-right: 0;
}

#service-menu .tx-ghfontsize-pi1 a#tx-ghfontsize-smaller {
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-font-small.png);
 background-repeat: no-repeat;
 background-position: top right;
 height: 21px;
 width: 13px;
 display: block;
 float: left;
}
#service-menu .tx-ghfontsize-pi1 a:hover#tx-ghfontsize-smaller {
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-font-small-sel.png);
}

#service-menu .tx-ghfontsize-pi1 a#tx-ghfontsize-reset {
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-font-middle.png);
 background-repeat: no-repeat;
 background-position: top right;
 height: 21px;
 width: 13px;
 display: block;
 float: left;
}
#service-menu .tx-ghfontsize-pi1 a:hover#tx-ghfontsize-reset {
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-font-middle-sel.png);
}

#service-menu .tx-ghfontsize-pi1 a#tx-ghfontsize-larger {
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-font-large.png);
 background-repeat: no-repeat;
 background-position: top right;
 height: 21px;
 width: 17px;
 display: block;
 float: left;
}
#service-menu .tx-ghfontsize-pi1 a:hover#tx-ghfontsize-larger {
 background-image: url(/fileadmin/sentinel-haus/images/layout/button-font-large-sel.png);
}

/* -------------------------------------------
 rechts tabs Formate
*/

#tabs {
 border: 1px solid #868686;
 margin-top: 0;
 clear: both;
 margin-top: 15px;
 padding: 0;
 background-color: #e0e0e0;
}

#tabs .pid126,
#tabs .pid126 a,
#tabs .selected126  {
 background-color: #e0e0e0;
 color: #878787;
 text-decoration: none;
}

#tabs .pid125,
#tabs .pid125 a,
#tabs .selected125 {
 background-color: #e8e8e8;
 color: #878787;
 text-decoration: none;
}

#tabs .pid124,
#tabs .pid124 a,
#tabs .selected124 {
 background-color: #efefef;
 color: #878787;
 text-decoration: none;
}

#tabs .pid123,
#tabs .pid123 a,
#tabs .selected123 {
 background-color: #f6f6f6;
 color: #878787;
 text-decoration: none;
}

#rechts .news-tab a:hover,
#rechts .termine-tab a:hover,
#rechts .service-tab a:hover,
#rechts .kontakt-tab a:hover {
 color: #1d1d1d;
}

#tabs .tabbed_links div {
 width: 56px;
 height: 24px;
 padding-top: 10px;
 margin-bottom: 20px;
 text-align: center;
 float: left;
 display: block;
 font-size: .9em;
 font-weight: bold;
 border-right: 1px solid #868686;
 border-bottom: 1px solid #868686;
}

#tabs .tabbed_links .pid123 {
 border-right: none;
 width: 57px;
}

#tabs .selected126 .pid126,
#tabs .selected125 .pid125,
#tabs .selected124 .pid124,
#tabs .selected123 .pid123 {
 color: #000;
 border-bottom: none;
 
}

.tabbed_content {
 margin: 20px 10px 0 10px;
 padding-bottom: 170px;
 clear: both;
}

#tabs .tabtermin {
 margin-top: 2em;
}

/* -------------------------------------------
 Main Menu Formate
----------------------------------------------*/

#mainmenu {
 position: absolute;
 top: 35px;
 left: 24px;
 height: 100px;
 width: 700px;
}

#mainmenu ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#mainmenu li {
 height: 100px;
 float: left;
}

#mainmenu li a {
 width: 130px;
 height: 68px;
 display: block;
 margin: 15px 0;
 text-align: center;
 line-height: 19px;
 color: white;
 text-decoration: none;
 background-repeat: no-repeat;
 background-position: bottom left;
}

#mainmenu li#menuId-3 {
 background-color: transparent;
}
#mainmenu li#menuId-3 a {
 width: 50px;
 background-color: #3a662a;
 border-bottom: 2px solid #3a662a;
 background-image: url(/fileadmin/sentinel-haus/images/layout/main-shi.png);
}
#mainmenu li#menuId-3.selected,
#mainmenu.shi-selected li#menuId-3 {
 background-color: #3a662a;
}
#mainmenu li#menuId-3 a:hover,
#mainmenu li#menuId-3.selected a,
#mainmenu.shi-selected li#menuId-3 a{
 background-image: url(/fileadmin/sentinel-haus/images/layout/main-shi-sel.jpg);
}

#mainmenu li#menuId-9 {
 background-color: transparent;
}
#mainmenu li#menuId-9 a {
 background-color: #006;
 border-bottom: 2px solid #006;
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_bauherr_sw.jpg);
}
#mainmenu li#menuId-9.selected {
 background-color: #006;
}
#mainmenu li#menuId-9 a:hover,
#mainmenu li#menuId-9.selected a {
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_bauherr.jpg);
}

#mainmenu li#menuId-7 {
 background-color: transparent;
}
#mainmenu li#menuId-7 a {
 background-color: #8cb63c;
 border-bottom: 2px solid #8cb63c;
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_planer_sw.jpg);
}
#mainmenu li#menuId-7.selected {
 background-color: #8cb63c;
}
#mainmenu li#menuId-7 a:hover,
#mainmenu li#menuId-7.selected a {
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_planer.jpg);
}

#mainmenu li#menuId-8 {
 background-color: transparent;
}
#mainmenu li#menuId-8 a {
 background-color: #df9a1a;
 border-bottom: 2px solid #df9a1a;
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_bauunternehmen_sw.jpg);
}
#mainmenu li#menuId-8.selected {
 background-color: #df9a1a;
}
#mainmenu li#menuId-8 a:hover,
#mainmenu li#menuId-8.selected a {
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_bauunternehmen.jpg);
}

#mainmenu li#menuId-10 {
 background-color: transparent;
}
#mainmenu li#menuId-10 a {
 background-color: #b55731;
 border-bottom: 2px solid #b55731;
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_hersteller_sw.jpg);
}
#mainmenu li#menuId-10.selected {
 background-color: #b55731;
}
#mainmenu li#menuId-10 a:hover,
#mainmenu li#menuId-10.selected a {
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_hersteller.jpg);
}

#mainmenu li#menuId-6 {
 background-color: transparent;
}
#mainmenu li#menuId-6 a {
 background-color: #663221;
 border-bottom: 2px solid #663221;
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_fachhandel_sw.jpg);
}
#mainmenu li#menuId-6.selected {
 background-color: #663221;
}
#mainmenu li#menuId-6 a:hover,
#mainmenu li#menuId-6.selected a {
 background-image: url(/fileadmin/sentinel-haus/images/layout/main_fachhandel.jpg);
}


/* -------------------------------------------
 Footer Formate
----------------------------------------------*/

#footer {
 clear: both;
 position: relative;
 top: -50px;
 background-image: url(/fileadmin/sentinel-haus/images/layout/balk.png);
 background-repeat: no-repeat;
 color: #fff;
 height: 62px;
 width: 645px;
 padding: 30px 150px 15px 50px;
 text-align: center;
 font-size: .9em;
}

#footer a {
 color: #fff;
}

/* Social Bookmarks */

.addthis_button {
 display: block;
 margin-top: 25px;
 margin-left: 2px;
}

.szwidget {
 margin-top: 5px;
 margin-left: 2px;
}

/* -------------------------------------------
 Sonstige Formate
----------------------------------------------*/


div.hr,
p.hr,
div.csc-frame-rulerAfter {
/* height: 15px; */
 background: #fff url(/fileadmin/sentinel-haus/images/layout/pattern_dots.gif) repeat-x bottom;
 padding-bottom: 7px;
 margin-bottom: 7px;
}

div.bodytext {
 padding-bottom: 3px;
}

.clear-right {
 clear: right;
}
.clear-left {
 clear: left;
}
.clear {
 clear: both;
}

.silent-clear {
 clear: both;
 font-size: 0em;
}

.float-left {
 float: left;
}

.float-right {
 float: right;
}

.align-left {
 text-align: left;
}

.align-center {
 text-align: center;
}

.align-right {
 text-align: right;
}

.align-justify {
 text-align: justify;
}

.csc-frame-rulerBefore {
 border-top: dotted 1px #cccabe;
 margin-top: 7px;
 padding-top: 7px;
}

fieldset {
 margin: 0;
 border: 0;
 padding: 0;
}

.csc-mailform-field {
 margin-top: .5em;
 clear: left;
}

.csc-mailform-field-radio {
 margin-bottom: 1em;
}

.csc-mailform-field label {
 display: block;
 width: 9em;
 float: left;
 text-align: right;
 padding-right: .5em;
}

.csc-mailform-field-radio label {
 width: 100%;
 float: none;
 text-align: left;
 padding-right: 0;
}

.csc-mailform-field-radio div.csc-mailform-radio,
.csc-mailform-submit {
 margin-left: 9em;
 font-size: 1em;
}

.csc-mailform-field-radio .csc-mailform-radio label {
 display: inline;
 width: inherit;
 padding-right: 0;
 float: none;
 text-align: inherit;
}

.csc-mailform-label {
 margin-top: .2em;
}

.tx_ghaccordion_status0,
.tx_ghaccordion_status1 {
 background-position: left 3px;
}

div.csc-textpic div.csc-textpic-imagewrap ul {
 list-style-image: none !important;
 padding-left: 0 !important;
}

fieldset.tx-powermail-pi1_fieldset legend {
	display: none;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html {
	clear: left;
	margin: 13px 10px 8px 0;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html label,
fieldset.tx-powermail-pi1_fieldset fieldset legend,
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_radio p {
	display: block;
	float: left;
	width: 160px;
	margin: 4px 10px 0 0;
	text-align: right;
/*	font-size: .9em; */
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_radio label {
	display: inline;
	position: relative;
	top: 3px;
	float: none;
	width: auto;
	margin: 0 0 0 .5em;
	font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html input[type~=text],
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html input[type~=email] {
	width: 250px;
	margin: 1px 1px 1px 5px;
	border: 1px solid #2b4c20;
	font-size: 14px;
	color: #2b4c20;
	background-color: #dfedd6;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_radio input {
	float: left;
	margin-bottom: 8px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
	width: 80px;
	float: left;
	margin-left: 175px;

}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submit {
	margin-left: 175px;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submit input {
	width: 150px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #2b4c20;
	margin: 0;
	font-size: 14px;
	color: #2b4c20;
	background-color: #dfedd6;
	cursor: pointer;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submit input:hover {
	background-color: #8cb63c;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html input.validation-failed {
	border-color: red;
	background-color: #fee;
}

fieldset.tx-powermail-pi1_fieldset .powermail_mandatory {
	padding-left: .25em;
}

fieldset.tx-powermail-pi1_fieldset .powermail_mandatory_js {
	margin-left: 175px;
	color: red;
}

fieldset.tx-powermail-pi1_fieldset .powermail_mandatory_list {
	margin-bottom: 0;
	color: red;
}

/* Admin-Panel */

a[name=TSFE_ADMIN] {
 position: absolute;
 top: 0;
 left: 0;
}

form[name=TSFE_ADMIN_PANEL_FORM] {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 99999;
}

