/* neu */
/* pseudo */

a:link {text-decoration: none; color: #c27700; }
a:visited {	text-decoration: none; color: #c27700; }
a:hover {	color: #818181; }
a:active { }
body { color: #000; font-family: "Droid Sans", Verdana, Helvetica, Arial; }
/*h1 { padding: 0; margin: 0; font-size: 20px; font-weight: bold; }*/

.btn-primary:link,.btn-primary:visited,.btn-success:link,.btn-success:visited { color: #fff; }
.btn-default:link,.btn-default:visited { color: #000; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #f49500 0%, #c27700 100%);
  background-image:      -o-linear-gradient(top, #f49500 0%, #c27700 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f49500), to(#c27700));
  background-image:         linear-gradient(to bottom, #f49500 0%, #c27700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #845100;
  background-color: #f49500;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  background-color: #c27700;
  background-position: 0 -15px;
}

.panel-primary { border-color: #f49500; }

.panel-back { background-color: #f5da81; }

.tColor > thead > tr > th, .tColor > tbody > tr > th, .tColor > tfoot > tr > th, .tColor > thead > tr > td { border-bottom: 0.5px solid #f49500; text-align: center; }
.tColor > tbody > tr > td, .tColor > tfoot > tr > td { border: 0px solid #f49500; }
.tColor { margin-bottom: 5px; }

#carousel-home .item { height: 190px; }
#carousel-home { margin-bottom: 10px; }
#carousel-home .carousel-indicators { bottom: 5px; }
#carousel-home .carousel-indicators li { border-color: #000; }
#carousel-home .carousel-indicators .active { background-color: #000; }

.carousel-fade .carousel-inner .item {
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
  left: 0;
}
.carousel-fade > .carousel-inner > .active.left,
.carousel-fade > .carousel-inner > .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-perspective: none;
            perspective: none;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: none;
            transform: none;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: none;
            transform: none;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: none;
            transform: none;
  }
}

.popover, .popover-title { background-color: #464646; color: #fff; }
.popover.bottom .arrow:after { border-bottom-color: #464646; }
/*.popover .btn-default { color: #000; float: none; width: auto; height: auto; }*/

.popover-cart {
  margin-top: 0px;
  max-width: 420px; 
}
.popover-cart .popover-title { font-weight: bold; }

.gs-main-body > .row {margin: 0;}

/* Top */
.gs-top-body {
	background: url(../pix/body_back.jpg) repeat-x #ffffff;
}

.gs-top-login {
	text-align: right;
	color: #ffffff;
	padding-right: 4px;
}

.gs-top-login-head {
	color: #ffffff;
}

input, select {
}

input:hover, select:hover {
  border: 1px solid #f49500;
}

input:focus, select:focus {
  border: 1px solid #f49500;
  background-color: #fff;
}

.gs-submit {
  border: 1px solid #000000;
	background-color: #f49500;
	color: #000;
	margin: 5px;
	padding: 2px 10px 2px 10px;
	text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

.gs-submit:link { color: #000; }
.gs-submit:visited { color: #000; }

.gs-top-1-left {
  float: left;
  color: #ffffff;
}

.gs-top-1-left :link {
  color: #ffffff;
}

.gs-top-1-left :visited {
  color: #ffffff;
}

.gs-top-1-right {
  float: right;
  text-align: right;
	color: #ffffff;
	padding-right: 4px;
	margin: 0px;
	padding-top: 0px;
	z-index: 10;
}

.gs-top-2 {
  height: 20px;
}

.gs-top-2-left {
  float: left;
}

.gs-top-2-right {
  float: right;
}

.gs-top-top :link{
	color: #ffffff;
	font-weight: bold;
}

.gs-top-top :visited {
	color: #ffffff;
	font-weight: bold;
}

.gs-top {
	background: #000000;
	border: 0px solid #774C00;
}

.gs-top-logo h2 {
  text-transform: lowercase;
	font-weight: normal;
	color: #000000;
  margin: 84px 0 0 280px;
	padding: 0;
	float: left;
	font-size: 14px;
}

.gs-top-logo h2 a {
	color: #000000;
  text-decoration: underline;
}

.gs-top-logo {
  background: url(../pix/top_home.jpg) no-repeat;
  height: 141px;
  margin: auto;
}

.gs-top-bottom {
	border: 0px;
	padding-right: 4px;
}

.gs-top-neukunde {
	text-align: center;
}

/* Nav Leiste */
.gs-navi-body {
  
}

.gs-navi {
	background: url(../pix/menu_top_all_bts.jpg) top left no-repeat;
	border: 0px solid #C5B88E;
	height: 50px;
	margin-top:0px;
}

.gs-navi-order {
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 3px;
	color: #774C00;
	border: 0px solid #774C00;
	padding-top: 0px;
	height: 20px;
	display: block;
}

.gs-navi-order :link {
	color: #000000;
}

.gs-navi-order-pic {
	padding-top: 3px;
}

.gs-navi-lang {
	float: right;
	display: block;
	text-align: center;
	padding-right: 10px;
}

.gs-navi-lang :link {
	border: 0px;
	text-decoration: none;
	color: #C5B88E;
}

.gs-navi-lang :visited {
	border: 0px;
	text-decoration: none;
	color: #C5B88E;
}

.gs-navi-ata {
	float: left;
	display: block;
	height: 50px;
	color: #D8D8D8;
  margin-right: 1px;
  margin-top: -2px;
  padding: 6px 25px 0 15px;
  font-weight: bold;
  text-align:center;
	text-transform: uppercase;
	text-decoration: none;
  background: url(../pix/top_button_back2.gif) repeat-x;
}

.gs-navi-ata:link {
	color: #D8D8D8;
}

.gs-navi-ata:visited {
	color: #D8D8D8;
} 

/* linke navi */

.gs-lnav-abschnitt {
	padding:3px;
	border-bottom: 1px solid #f49500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* display products */

.gs-main-body {
	background: url(../pix/content_cat.jpg) no-repeat #f0f0f0;
  border-bottom: 2px solid #f49500;
}

.gs-main-table {
	height: 100%;
	color: #000;
	font-weight: normal;
	padding-top: 5px;
}

.gs-main-gruss {
	text-align: center;
	margin-bottom: 30px;
}

.gs-main-gruss-header {
	font-size: 22px;
	width: 100%;
	font-weight: bold;
}

.gs-main-gruss-2 {
	font-size: 13px;
	color: #774C00;
}

.gs-main-krumen {
	border-bottom: 0px dashed #C5B88E;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	color: #774C00;
}

.gs-main-notiz {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}

.gs-main-red {
	font-size: 11px;
	color: #dc143c;
}

.gs-list-item-container {
	font-size: 11px;
	text-align: left;
	color: #000;
	font-weight: normal;
	display: block;
	border: 1px solid #f49500;
	padding: 0 0 0 5px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  width: 764px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gs-list-item-pic {
	width: 165px;
	margin-top: 2px;
	float: left;
}

.gs-list-item-text {
  float: left;
  min-height: 102px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 0px;
  width: 425px;
  border-right: 1px dashed #f49500;
}

.gs-list-item-text-small {
	padding-top: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.gs-list-item-text-atnr {
  font-size: 10px;
  padding-bottom: 6px;
  text-align: center;
}


.gs-list-item-price {
  float: right;
  width: 160px;
/*  height: 95px;*/
	padding-top: 10px;
	text-align: right;
	padding-right: 4px;
}

.gs-item-price-text {
  font-weight: bold;
}

.gs-item-price-no {
  font-weight: bold;
  color: #ff0000;
  text-decoration: line-through;
}

.gs-main-top-container {
	font-size: 11px;
	text-align: left;
	color: #774C00;
	margin-top: 10px;
	font-weight: normal;
	width: 165px;
	margin-left: 0px;
	display: block;
	float: left;
	border-bottom: 1px solid #E0D2AB;
	padding-bottom: 10px;
}

.gs-main-top-pic {
	width: 165px;

}

.gs-main-top-text {
	padding-top: 0px;
	text-align: center;
	padding-bottom: 13px;
	height: 35px;
}

.gs-main-top-text :link {
	font-size: 11px;
}

.gs-main-top-price {
	border-top: 1px dashed #E0D2AB;
	padding-top: 5px;
	text-align: center;
	padding-right: 4px;
}

.gs-main-grouplist-container {
	font-size: 11px;
	text-align: center;
	color: #774C00;
	margin-top: 10px;
	font-weight: normal;
	width: 165px;
	margin-left: 20px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.gs-main-top-at {
	border: 1px solid #E0D2AB;
}

.gs-main-at {
	padding: 15px;
}

.gs-main-at-nav {
	margin-bottom: 4px;
	text-align: center;
}

.gs-main-at-item-neu {
	color: #DC143C;
	font-weight: bold;
}

.gs-main-at-footer {
	color: #774C00;
	font-size: 11px;
}

.gs-main-at-footer :link {
	color: #774C00;
	font-size: 11px;
}

.gs-main-at-footer :visited {
	color: #774C00;
	font-size: 11px;
}

.gs-main-at-item-klein {
	font-size: 9px;
	color: #774C00;
	text-align: center;
	font-variant: small-caps;
}

.gs-main-at-item-klein :link {
	color: #774C00;
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
}

.gs-main-at-item-klein :visited {
	font-size: 9px;
	color: #774C00;
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
}

.gs-main-at-item-price {
	font-size: 11px;
	color: #774C00;
	text-align: left;
	margin: 4px;
}

.gs-main-grouplist {
  border: 1px solid #C5B88E;
  width: 100%;
  text-align: center;
}

.gs-main-std {
  border: 0px solid #C5B88E;
}

.gs-news {
/*	font-size: 11px;*/
	margin: 4px 0;
  border: 1px solid #f49500;
  background: #fff;
  padding: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gs-news-head {
	color: #000;
	font-weight: bold;
  margin-bottom: 5px;
}

.gs-news-text {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.gs-news-short {
	font-size: 9px;
	margin-bottom: 4px;
	color: #774C00;
	padding-top: 4px;
	font-weight: normal;
	background: #ffffff;
}

.gs-news-short :link {
	font-size: 9px;
}

.gs-news-short :visited {
	font-size: 9px;
}

.gs-news-2 {
	font-size: 11px;
	border-top: 1px solid #C5B88E;
	margin-bottom: 4px;
	color: #774C00;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
	padding-left: 19px;
	background: #ffffff url(../pix/nav_rechts.gif) left top no-repeat;
}

.gs-news-2 :link {
	font-size: 11px;
	color: #774C00;
	font-weight: normal;
	text-align: left;
}

.gs-news-2 :visited {
	font-size: 11px;
	color: #774C00;
	font-weight: normal;
	text-align: left;

}


.gs-news-2 :hover {
/*	background: #fff url(../pix/nav_rechts_hov.gif) left bottom no-repeat; */
	text-decoration: none;
/*	padding-left: 15px;*/
}



.gs-news-3-input {
	font-size: 11px;
	border: 1px solid #774C00;
	color: #774C00;
	margin-top: 3px;
	margin-bottom: 3px;
}

.gs-news-3 {
	font-size: 11px;
	border-top: 1px solid #C5B88E;
	margin-bottom: 4px;
	color: #774C00;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
}

.gs-news-3 :link {
	font-size: 11px;
	color: #774C00;
	font-weight: normal;
	text-align: left;
}

.gs-news-3 :visited {
	font-size: 11px;
	color: #774C00;
	font-weight: normal;
	text-align: left;
}

.gs-detail-header {
	border-bottom: 1px solid #f49500;
	padding-bottom: 0px;
	padding-left: 10px;
  margin-bottom: 10px;
}

.gs-detail-pic {
	padding-right: 15px;
}

.gs-detail-bestellen {
	color: #000;
	padding: 15px;
	text-align: center;
  width: 270px;
}

.gs-detail-form {
	font-weight: normal;
	border-top: 1px solid #f49500;
	margin-top: 4px;
	padding-top: 4px;
}

.gs-detail-price {
	vertical-align: top;
	color: #000;
}

.gs-detail-klein {
	font-size: 10px;
	font-weight: normal;
	color: #f49500;
}

.gs-detail-text {

}

.gs-detail-gallery-pic {
  float: left;
  display: block;
}

.gs-detail-verfugbar {
  font-weight: bold;
  text-decoration: underline;
}

.gs-detail-footer {
	font-size: 10px;
	border-top: 1px solid #f49500;
	margin-top: 20px;
	padding-left: 10px;
	margin-right: 0px;
}

.gs-order-table {
	width: 750px;
	font-size: 11px;
}

.gs-order-table-header {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 4px;
}

.gs-order-table-item {
	border: 1px solid #f49500;
	padding: 3px;
	font-size: 11px;
}

.gs-order-table-item :link {
	text-decoration: none;
	color: #000;
}

.gs-order-table-item :hover {
	text-decoration: underline;
	color: #f49500;
}

.gs-fehler {
	font-size: 11px;
}

.gs-dologin-noway {
	color: #666666;
	height: 25px;
	vertical-align: baseline;
	padding-left: 10px;
	padding-top: 18px;
	font-size: 13px;
	font-weight: bold;
}

.gs-dologin {
	border-left: 1px solid #774C00;
	height: 25px;
	margin-top: 30px;
	color: #774C00;
	margin-left: 30px;
}

.gs-dologin :link {
	color: #774C00;
	height: 25px;
	vertical-align: baseline;
	padding-left: 10px;
	padding-top: 18px;
	font-size: 11px;
	font-weight: bold;
}

.gs-dologin :visited {
	color: #774C00;
	height: 25px;
	vertical-align: baseline;
	padding-left: 10px;
	padding-top: 18px;
	font-size: 11px;
	font-weight: bold;
}

.gs-adduser {
	font-size: 11px;
	color: #000;
	border: 0px solid #C5B88E;
	padding: 5px;
}

.gs-back {
	margin-top: 20px;
	margin-left: 10px;
}

.gs-adress {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.gs-copyright {
	font-size: 11px;
	color: #C5BBAB;
	margin-left: 250px;
	padding-bottom: 5px;
}

.gs-copyright :link {
	font-size: 11px;
	color: #C5BBAB;
}

.gs-copyright :visited {
	font-size: 11px;
	color: #C5BBAB;
}

.gs-nix {
	background-color: #fff;
}

/* Tpps */
.gs-main-tipp-link {
	float: left;
	display: block;
	border: 1px solid #cccccc;
	background-color: #cccccc;
	text-align: center;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px;
	width: 120px;
	height: 57px;
}

.gs-main-wg-item {
	width: 235px;
	display: block;
	border-bottom: 0px solid #C5B88E;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 20px;
	background: #ffffff url(../pix/dreieck2.gif) left center no-repeat;
}

.gs-main-wg-item :hover {
	background: #ffffff url(../pix/dreieck2.gif) left center no-repeat;
	text-decoration: none;
}

.gs-main-wg-item :link {
	width: 235px;
	display: block;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #774C00;
	padding-left: 19px;
}

.gs-main-wg-item :visited {
	width: 235px;
	display: block;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #774C00;
	padding-left: 19px;
}

.gs-checkout-table {
     border: 0px solid #f49500;
     padding: 3px;
}

.gs-checkout-table-top {
     background: #f49500;
     color: #000;
     font-weight: bold;
     font-size: 14px;
     text-align: center;
}

.gs-checkout-table-3 {
	border: 1px solid #f49500;
	margin-top: 5px;
	height: 80px;
	padding: 15px;
}

.gs-checkout-table-2 {
	border: 1px solid #f49500;
	margin-top: 5px;
	padding: 2px;
}

.gs-checkout-table-3-top {
	font-weight: bold;
	text-align: center;
  padding-bottom: 10px;
}

.gs-checkout-table-1 {
	border: 0px solid #C5B88E;
	margin-top: 5px;
	padding: 2px;
	width: 100%;
}

.gs-checkout-table-summen {
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
}


.gruss-img{
	float: right;
	margin-top: 21px;
	margin-left: 5px;
}

.gruss{
	margin-left: 5px;
}

/*.gs-home-table-main {
	border: 1px solid #f49500;
  margin-right: 5px;
  margin-left: 0px;
  -moz-border-radius: 4px;
  border-radius: 4px;
} */

.gs-small-text {
  color: #774C00;
  font-size: 10px;
}

.gs-vanschrift-search-table {
	border: 1px solid #C5B88E;
	margin-top: 5px;
	padding: 2px;
}

.gs-vanschrift-search-table-top {
	background: #ffffff;
	font-weight: bold;
	text-align: center;
}

.gs-vanschrift-search-table-item {
	border: 1px solid #C5B88E;
	margin-top: 5px;
	/*width: 190px;*/
	width: 100%;
	/*height: 80px;*/
	padding: 2px;

	color: #774C00;
	background: url() no-repeat bottom right #C5B88E;
	
}

.gs-vanschrift-search-table-item td.col_1,
.gs-vanschrift-search-table-item td.col_2,
.gs-vanschrift-search-table-item td.col_3,
.gs-vanschrift-search-table-item td.col_4 {
  padding: 0px 2px;
  width: 142px;
}
.gs-vanschrift-search-table-item td.col_5 {
  width: 162px;
}
.gs-vanschrift-search-table-item td.col_6 {
  width: 19px;
}

.gs-vanschrift-search-table-link:link {
  /*width: 150px;*/
  /*display: block;*/
	color: #774C00;  
	border: 1px solid #774C00;
	padding: 2px 4px;
	background-color: #E0D2AB;
}

.gs-vanschrift-search-table-link:visited {
  /*width: 150px;*/
  /*display: block;*/
	color: #774C00;
	border: 1px solid #774C00;
	padding: 2px 4px;
	background-color: #E0D2AB;
}

.gs-vanschrift-search-table-link:hover {
  text-decoration: none;
	color: #E0D2AB;
	border: 1px solid #774C00;
	padding: 2px 4px;
	background-color: #937F44;
}

.gs-main-searchview { border: 1px solid #f49500; margin-bottom: 4px; background: #f5da81; text-align: center; -moz-border-radius: 4px; border-radius: 4px; padding: 8px; }
/*.gs-main-searchview { border-bottom: 1px solid #f49500; margin-bottom: 4px; text-align: center; padding: 8px; }*/
.gs-main-fullscreen { width: 1250px; background: #ffffff;  border: 0px solid #C5B88E;  padding: 0px;  margin-left: auto;  margin-right: auto;  margin-top: 0px; }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./js/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*  ====================
    Akkordeon
====================  */
#akkordeon {
  width: 550px;
  margin: 5px auto 0;
}

#akkordeon h2 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

#akkordeon .akk-title {
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0,0,0,.75);
  padding: 4px 10px 5px;
  margin-bottom: 5px;
  border: 1px solid #f49500;
  background: #f5da81;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#akkordeon .akk-title h2 {
  background: url(../pix/arrow-right.png) no-repeat right;
}

#akkordeon .akk-content {
  display: none;
  background: #fff;
  padding: 12px 13px 12px;
  margin-bottom: 5px;
}

#akkordeon .akk-title-content {
  box-shadow: 0 0 6px rgba(0,0,0,.75);
  padding: 4px 10px 5px;
  margin-bottom: 5px;
  border: 3px solid #ff0000;
  background: #f5da81;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*  ==========================
    wenn Akkordeon offen
==========================  */
#akkordeon .akk-open {
  border-top: 1px solid #a0c279;
  background: #f49500;
}

#akkordeon .akk-open h2 {
  background: url(../pix/arrow-down.png) no-repeat right;
}

div.gs-oldOrder1 {
  border: 1px solid #f49500;
  border-radius: 6px;
  margin: 4px;
}

div.gs-oldOrder-left {
  float: left;
  width: 192px;
  padding: 4px;
}

div.gs-oldOrder-left h2 {
  font-size: 200%;
  padding: 0px;
  margin: 0px;
}

div.gs-oldOrder-right {
  float: left;
  border-left: 1px solid #f49500;
  width: 570px;
  padding: 0 0 15px 5px;
}

div.gs-oldOrder-right h3 {
  font-size: 150%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.tooltip:hover { outline: none; text-decoration: none; position: relative; }
.tooltip span { display: none; width: 0px; margin-left: -999em; position: absolute; z-index: 99; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.tooltip:hover span { display: block; position: absolute; left: 1em; top: 2em; margin-left: 0; width: 250px; font-weight: normal; }
.tooltip:hover span img { border: 0; margin: -10px 0 0 -55px; float: left; position: absolute; }
.tooltip:hover em { font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold; display: block; padding: 0.2em 0 0.6em 0; }
.tt-custom { padding: 0.5em 0.8em 0.8em 2em; }
.tt-classic { padding: 0.8em 1em; background: #FFFFAA; border: 1px solid #FFAD33; }
.tt-critical { background: #FFCCAA; border: 1px solid #FF3334; }
.tt-help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.tt-info { background: #4c4c4c; border: 1px solid #000; color: #fff; }
.tt-warning { background: #FFFFAA; border: 1px solid #FFAD33; }

