
/* Tags */
body, input,select, p, li, ul, label {
	margin: 0px;
	padding: 0px;
}
body, input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #353631;
	font-weight:normal;
}


input {
	padding: 0 3px;
	/*line-height: 130%;*/
	border: 1px solid #9F9D90;
	margin-bottom:2px;
	margin-right:2px;
}
p {
	margin-bottom: 6px;
}
a {
	text-decoration: none;
	color: #FFFFFA;
}
a:hover {
	color: #CBCBCB;
}
img {
	border: none;
}
li {
	list-style: square;
}
ul {
	margin-left:5px;
	padding-left:10px;
}
form {
	padding: 0px;
	margin: 0px;
}
label {
	padding-left:5px;
}
/* General Styles */
input.radio, input.checkbox {
	border: 0px;
}
.cFloatLeft {
	float: left;
}
.cFloatRight {
	float: right;
}
.cInputButton {
	font-weight: bold;
}
.cBox {
	background-color: #BCC1A3;
	color: #FDFFED;
	font-weight: bold;
	padding: 18px 10px 10px 20px;
}

.cBorderTop {
	border-top: 2px solid #FFFFFF;
}
.cBorderRight {
	border-right: 2px solid #FFFFFF;
}
.cBorderBottom {
	border-bottom: 2px solid #FFFFFF;
}
.cBorderLeft {
	border-left: 2px solid #FFFFFF;
}
.cBox .cHeading {
	margin: 0 -10px 15px -20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(/_data/media_layout/schreiner05/separator-horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cBox .cAlert {
	margin-top:10px;
	color:#666666
}
.cStruct {
	padding: 5px 10px 0px 20px;
	vertical-align:top;
}
.cNormal {
	color:#000000;
	font-weight:normal;
}

/* Header */
#iHeader {
	white-space: nowrap;
	margin: 12px 0;
	height: 102px;
	position: relative;
}
#iHeader img, #iHeader object {
	margin-left: 12px;
}

/* Search */
#iSearch {
	white-space: nowrap;
    position: absolute;
    top: 81px;
    left: 812px;
}
html>body #iSearch {
    left: 809px;
    top: 82px;
}

#iSearch input {
	width: 104px;
	height: 16px;
}
#iSearch img {
	vertical-align: top;
	margin-left: 0;
}


/* --------------- Erweiterungen 07 ---------------- */

div#logo {
    width: 197px;
    float: left;
    padding-top: 0px;
}

div#topnews {
    float: left;
    width: 600px;
    height: 100px;
    margin-left: 88px;
    margin-top: 0px;
    /*background: #e7e7de url(dotted-line.gif) repeat-x left bottom;*/
}

div#topnews h3 {
    margin: 8px 0 6px 0;
    padding-left: 11px;
    font-size: 12px;
    font-weight: bold;
}

div#topnews p {
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 11px;
}

div#topnews img {
    margin-left: 0;
}

/* Tabs */

#iTabsWrapper {
	width: 1000px;
}
#iTabs {
	float: left;
}
#iTabs tr {
	height: 18px;
}
#iTabs td {
	border-right: 1px solid #FFFFFF;
	background-color: #9F9D90;
	height: 18px;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: top;
}
#iTabs td#iTab1 {
	border-right: 3px solid #FFFFFF;
	width: 194px;
}
#iTabs td.cActive {
	background-color: #FFFFFF;
	background-image: url(/_data/media_layout/schreiner05/tab-hover.gif);
}
#iTabs div {
	float: left;
}

#iTabs div.cLeft, #iTabs div.cRight {
	width: 5px;
	/*height: 100%;*/
	height: 18px;
	background-repeat: no-repeat;
}
#iTabs div.cLeft {
	background-image: url(/_data/media_layout/schreiner05/left-tab.gif);
}
#iTabs div.cMiddle {
	padding: 2px 11px;
	font-weight: bold;
	color: #FFFFFA;
}
#iTabs div.cRight {
	/*float: right;*/
	background-image: url("/_data/media_layout/schreiner05/right-tab.gif");
}

#iTabs td#iTab1 div.cRight {float: right;} /*correction*/

#iTabs td.cActive div.cLeft {
	background-image: url(/_data/media_layout/schreiner05/left-tab-hover.gif);
}
#iTabs td.cActive div.cMiddle {
	color: #666666;
}
#iTabs td.cActive div.cRight {
	background-image: url(/_data/media_layout/schreiner05/right-tab-hover.gif);
}
#iTabsWrapper img {
	padding-left: 20px;
}

/* Content Table */
#iContentTable {
	margin-top: 0px;
	width: 1000px;
	clear: left; 
}
#iContentTable td {
	vertical-align: top;
}
#iContentTable .cSpacer {
	width: 0px;
}

/* Sidebar */
#iSidebar {
	width: 194px;
	height:400px;
	background-color: #9F9D90;
	background-image: url(/_data/media_layout/schreiner05/bg_white_dots.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-weight: bold;
	color: #FFFFFA;
}
#iSidebarFooter {
	width: 194px;
	height:50px;
	background-color: #9F9D90;
	background-image: url(/_data/media_layout/schreiner05/bg_white_dots.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-weight: bold;
	color: #FFFFFA;
}
#iSidebar a {
	display: block;
	padding: 4px 20px 3px 16px;
}
#iSidebar a.cActive {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(/_data/media_layout/schreiner05/bg_orange_dots.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#iSidebar a.cLevel2 {
	font-weight: normal;
	padding: 0px 20px 1px 32px;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(/_data/media_layout/schreiner05/bg_orange_dots.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#iSidebar a.cLevel2:hover,  #iSidebar a.cLevel3:hover{
	color: #000000;
}
#iSidebar a.cLevel3 {
	font-weight: normal;
	padding: 0px 20px 1px 37px;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(/_data/media_layout/schreiner05/bg_orange_dots.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#iSidebar a.cActive2 {
	color: #000000;
}
#iSidebar a.cActive3, #iSidebar a.cLevel3:hover {
	color: #FF9933;
}


/* Content */
#iContent {
	background-color: #E3E5D8;
}
#iContent h1, #iContent h2 {
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

/* Plain Content */
#iContent.cPlain {
	padding: 25px;
}
#iContent.cPlain h1, #iContent.cPlain p {
	margin-bottom: 20px;
}
#iContent a {
	color: #353631;
	text-decoration: underline;
}

#iContent td.cBox ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* News */
#iNews .cArticle {
	margin-top: 20px;
}
#iNews .cHeading {
	font-weight: bold;
}

/* Footer */
#iFooter {
	margin-top: 14px;
	/*margin-left: 197px;*/
	height: 50px;
	font-family: Tahoma;
	font-size: 10px;
}
#iFooter td {
	padding: 0 10px;
	vertical-align: top;
}
#iFooter .cSidebar {
	font-weight: bold;
}
#iFooter .cSeparator {
	width: 1px;
	background-image: url(/_data/media_layout/schreiner05/separator_dot.gif);
	background-repeat: repeat-y;
	padding: 0;
}
#iFooter a:hover{
	color:#FF9933;
	text-decoration:none;
	font-weight: normal;
}
#iFooter a {
	color: #353631;
}

/*Report from old Schreiner CSS */
.BgTableRow {
	background-color:#EEEFE7;
}
.PageNav {
	color:#FF9933;
}
input.Std,textarea.Std {
	width:300px;
}
input.Std {
 height:19px;
}
textarea.Std {
 height:100px;
}
.cBox .BgDGreen	{
	background-color:#7B7A68;
}
#iContent td.cBox td.BgDGreen {
	vertical-align: middle;
}
#iContent td.cBox td.BgDGreen  a{
	color: #FFFFFF;
	text-decoration: none;
}
#iContent a.Popup:link,a.Popup:visited,a.Popup:active,a.Popup:hover {
	color:#FF9933;
	text-decoration:none;
	font-weight:normal;
}
#iContentTable #iContent p { 
	margin:0px;
}

/*----- startseite ----- */

div#schreiner-start {
   margin: 0 auto;
	padding-top: 12px;
	background: #fff url(einstieg_schreiner.jpg) no-repeat 0 131px;;
	text-align: left;
	height: 524px;
	width: 844px;
	font-size: 12px;
}

div#schreiner-start .startBanner {
	float: none;
	height: 100px;
	overflow: hidden;
	margin-bottom: 205px;
}

div#schreiner-start div {
    float: left;
}

div.nav2 {
    padding-left: 522px;
}

div#schreiner-start ul li {
    margin-bottom: 5px;
}

div#schreiner-start ul li a {
    color: #353631;
    font-weight: bold;
}



/* Shop */

.cSearch .cBox {
	background-color: #C8C8BB;
	color: #353631;
	font-weight: normal;
	padding: 18px 10px 10px 20px;
}

.cSearch .cBox .cHeading, div#cRubrik .cHeading {
	margin: 0 0 15px;
	padding-left: 0;
	padding-bottom: 10px;
	background-image: url(/_data/media_layout/schreiner05/separator-horizontal_black.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

.cSearch .inputSearch {
    width: 226px;
    padding: 2px;
}

.cSearch .cBorderRight select {
    width: 226px;
}

table.cSearchBox td {
    vertical-align: middle !important;
    padding-bottom: 10px;
}

table.cSearchBox td.inputData {
    width: 64px;
}

.cSearchButton {
    color: #fff;
    background-color: #353631;
    border: 1px solid #353631;
    padding: 1px 2px;
    font-weight: bold;
    overflow: visible;
}

div#cRubrik {
    padding: 17px 20px;
}

table.tFunctions {
    border-collapse: collapse;
    margin-top: 6px;
}

#iContentTable table.tFunctions td {
    padding: 3px 10px 3px 0;
}


div.rBox {
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #c1c1b4;
    float: left;
    margin: 0 30px 30px 0;
}

div.rBox a {
    font-weight: bold;
}

div.rBox img {
    border: 1px solid #c1c1b4;
}

ul.lRubrik li {
    padding-bottom: 5px;
}

ul.lRubrik li a {
    font-weight: bold;
    padding-right: 5px;
}

#iContentTable #iContent p.paging {
    margin-bottom: 15px;
    text-align: right;
}

#iContentTable #iContent p.basketLink {
    margin-top: -33px;
    margin-bottom: 20px;
    text-align: right;
    font-weight: bold;
}

#iContentTable #iContent p.portal {
    margin-top: -37px;
    margin-bottom: 25px;
}

div#cBasket {
    width: 615px;
}

#iContentTable #iContent div#cBasket p {
    margin-bottom: 15px;
}

table.tBasket {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px;
}

table.tCheckout {
    width: 400px
}

table.tBasket th {
    background-color: #9F9D90;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
}

table.tBasket td {
    border-bottom: 1px solid #9F9D90;
    text-align: left;
    vertical-align: top;
    padding: 4px 6px;
}

table.tBasket .aRight, .aRight {
    text-align: right;
}

table.tBasket .aCenter {
    text-align: center;
}

table.tBasket .aArticle {
    /*width: 210px; changed to 195px; because the Label VSSM-Mitgl. is bigger than Mitlieder*/
    width: 195px;
    font-weight: bold;
}

table.tBasket th.aMember {
    padding-left: 0;
}

table.tBasket td.aMember {
    background-color: #C8C8BB;
    text-align: right;
}

table.tBasket tr.basketTotal td {
    border-bottom: 0;
    background-color: #C8C8BB;
    font-weight: bold;
    font-size: 12px;
}

input.iBasket {
    width: 20px;
    text-align: right;
}

span.fLeft {
    float: left;
}

table.tBasketForm {
    border-collapse: collapse;
    width: 380px;
}

#iContentTable table.tBasketForm td {
    vertical-align: middle;
    padding-bottom: 3px;
}

#iContentTable table.tBasketForm td.bLabel {
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
}


#iContentTable table.tBasketForm td.bButtons {
    padding-top: 10px;
    text-align: right;
}

table.tBasketForm input.iBasketForm {
    width: 280px;
    padding: 2px;
}

table.tBasketForm input.disabled {
    background-color: #E3E5D8
}

table.tBasketForm input.zip {
    width: 38px;
}

table.tBasketForm input.city {
    width: 231px;
}

table.tBasketForm input.rBasketForm {
    padding: 0;
    border: 0;
    margin: 0;
    position: relative;
    top: 1px;
}

table.tBasketForm textarea.tBasketForm {
    width: 280px;
    padding: 2px;
    border: 1px solid #9F9D90;
    height: 70px;
}


/* Shop Items */

div.shopItem {
	background: url(/_data/media_layout/schreiner05/separator-horizontal_black.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

div.itemPortal {
    margin-bottom: 0;
    background: none;
}

#iContent div.shopItem a {
    text-decoration: none;
    font-size: 12px;
}

div.shopItem div.pDesc {
    margin-left: 118px;
}

#iContentTable #iContent p.descTxt {
    margin-top: 3px;
    width: 470px;
}

#iContentTable #iContent div.itemPortal p.descTxt {
    width: auto
}

#iContentTable #iContent p.descAttachment {
    margin: 10px 0;
}

#iContentTable #iContent p.descAttachment a.textAttachment {
    text-decoration:underline;
    font-size:11px;
}

div.shopItem div.pAttr {
    float: right;
    margin-left: 5px;
    text-align: right;
}
div.shopItem img.pImg {
    border: 1px solid #353631;
    float: left;
    margin-bottom: 10px;
} 
div.pFunctions {
    margin-top: 12px;
}
div.pFunctions * {
    vertical-align: middle;
}

#iContent div.shopItem div.pFunctions a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}
div.inBasket {
    clear: both;
    background-color: #c8c8bb;
    padding: 5px 10px 10px 10px;
}
html>body div.inBasket {
    padding: 10px;
}

div.inBasket h3 {
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    background: url(images/separator-horizontal_black.gif) repeat-x left bottom;
} 