/***********************************
/***********************************
CSS fuer profishop.dreusicke.de
Online Now! GmbH - 2016
Michael Boeneke

CSS - Hauptdatei styles.css


grün		:	#33CD99
hell grün	:	#a5e7d1
mittel grün	:	#8adbc0
dunkel grün	:	#2eba8b 
orangehell  :   #FF9934   headcontent / footer
orange		:	#FF6634
orange dunkler  #FC7A00  // mouseover warenkorb tab
grau suche	:	#E0E0E0
grau suche	:	#4a4a4a
grau inhalt	:	#F3F3F3
grau schrift:	#676767
************************************/


/* 
RESET 
*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}


html {
 margin:0;
 padding:0;
 font-size:14px;
 font-family: Arial, Helvetica, sans-serif;
 overflow-y: scroll !important;
}

body {
  margin:0;
  padding:0;
  line-height: 0;	  
}

.clear {
 clear:both;	
}


button, input, optgroup, select, textarea  {
 color:#000;
}
.form-horizontal .form-group  {
 margin:0;
 padding:0;
}


.loginform {
 	margin: 30px 0 0 0;	
}

.loginstart {
margin: 10px 0 20px 0;	
}

.loginstart .form-group {
	margin-right: 20px;
}

.loginhint {
	padding:2px;
}

.form-group label {
 text-align: left !important;
}

#wrapper {
 /* 
 max-width: 998px; 
 siehe mediaqueries
 */ 
 margin:0 auto !important;
 padding:0;
} 

#headcontent {
	background-color: #FF9934;
	color: #fff;
	margin:0;
	padding: 20px;
 -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);	
}
.container , .row{
  margin:0;
  padding:0;
  width:100%;
}


/* Logo und Firma */
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
 margin-left:0;
}
.navbar-brand {
 padding: 0;
 float:	left;
}

.navbar-firma {
    margin: 0 0 0 10px;
    width: 220px;
    background-color: #fff;
    height: 95px;
    color: #000;
    position: absolute;
    top: 0;
    left: 260px;
    padding: 0 5px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;

}
.navbar-firma h3 {
    font-size:16px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FF6634;
}

.navbar-default #zusatznav-cartlogin > li a:hover, 
.navbar-default #zusatznav-cartlogin > li a:focus{
   color: #fff; 
}
.navbar-default #zusatznav-cartlogin > li a:hover span{
   text-decoration: underline; 
}

.navbar-default #zusatznav-cartlogin > li img  {
  transition: all 1s;
  transform: scale(1);
}
.navbar-default #zusatznav-cartlogin > li a:hover img {
    transition: all 1s;
    transform: scale(1.2);
}
#zusatznav-cartlogin .download a:hover span.glyphicon-download {
    text-decoration:none;
}





#loginpopupstart {
 cursor: pointer;	
 position: relative;
}

.prospekt.download {
  position: relative;  
}

#loginpopup {
 display:none;	
 border:1px solid #33CD99;
 padding: 5px;
 position:absolute;
 list-style: none;
 top: 100px;
 right:0;
 background-color: #fff;
 z-index:1000;
 /* width:250px; */
 line-height: 2em;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);	
color:#000;
}

#loginpopup strong {
 
}
#downloadpopup {
 display:none;	
 border:1px solid #33CD99;
 padding: 5px;
 position:absolute;
 list-style: none;
 top: 115px;
 right:120px;
 background-color: #fff;
 z-index:1000;
 /* width:250px; */
 line-height: 2em;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);	
color:#000;
padding: 10px;
width:190px;
}

#loginpopup strong,#downloadpopup strong {
 font-size: 18px;
}

#downloadpopup ul {
list-style: none;
padding-left: 0;
}
#downloadpopup ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#downloadpopup ul li a:hover span.glyphicon-download {
    text-decoration: none;
}


#zusatznav-cartlogin {
    display:flex;
    width: 350px;
justify-content: space-between;
align-items: center;
margin-right: 0;
margin-top: 20px;
}

#zusatznav-cartlogin .download {
    font-size:18px;
}

#zusatznav-cartlogin .download .glyphicon {
    padding:0 0 0 5px;
}



/* Inhalt Start */
#webcontent {
 margin: 10px 0 0 0;
 padding: 0 10px;
 line-height: 1.5em;
 position: relative;
 z-index: 10;
}

/* alte Variante Start 
#left-webcontent {
  width: 200px;
  float: left;
  position:absolute;
  z-index:1000;
}

#main-webcontent-unterseite {
  margin-left:210px;
  width:75%;
  position:relative;
  z-index:100;
  height:100%;
}
 alte Variante Ende */


#left-webcontent {
  width: 20%;
  float: left;
}

#main-webcontent-unterseite {
  margin-left:20px;
float:left;
 width:75%;
}

#main-webcontent-unterseite2 {
 margin-left:20px;
 float:none;
}

#footer {
 margin: 20px 0 0 0;
 background-color: #FF9934;
 color: #fff;
 padding: 5px 10px 5px 0;
 line-height: 20px;
 position: relative;
}

#footer a {
 color: #fff;
 padding: 20px;

}

#footer span {
margin: 10px 0 0 0;
border-right: 1px solid #FFF;
display: inline-block;
}

#footer span.close {
margin: 0;
}


#footer span:last-child {
	border:0;
}

#footer #kontaktpop {
 cursor: pointer;	
 position: relative;
}

#footer #kontaktpopup {
 display:none;	
 border:1px solid #FF9934;
 padding: 5px;
 position:absolute;
 list-style: none;
 bottom: 40px;
 left:0;
 background-color: #fff;
 z-index:1000;
 /* width:250px; */
 height:auto;
 line-height: 2em;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.32);	
}
#footer #kontaktpopup strong {
 font-size: 18px;
 color: #000;
}

#footer #kontaktpopup li, 
#footer #kontaktpopup li a {
 color: #000;
}
#footer #kontaktpopup li a  {
 padding: 5px 0;
}


/* Kontaktformular */
.kontakthinweis {
	margin: 30px 0 30px 0;
}

.kontakthinweis p {
 padding: 10px;	
}




/* Headline Warenkorb */

.headline-warenkorb, 
.headline-lieferadresse, 
.headline-bestellung { 
	position: relative; 
	z-index:2;
	background: #FF9934; 
	text-align: center;
	margin: 5px 0 10px 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	color: #fff; 
} 


.headline-warenkorb, 
.headline-lieferadresse, 
.headline-bestellung {
	 /*width:93%;*/
    margin-right:30px; 
} 	
.headline-warenkorb {  
	z-index:3;
}
.headline-bestellung {  
	z-index:1;
}


.headline-lieferadresse, .headline-bestellung { 
	background: #d0d0d0; 
}
.headline-lieferadresse:after, 
.headline-bestellung:after {  
	border-left-color: #d0d0d0; 
}

.headline-warenkorb a, 
.headline-lieferadresse a, 
.headline-bestellung a ,
.headline-warenkorb span, 
.headline-lieferadresse span, 
.headline-bestellung span {
 color:#bbb;
font-size: 1.2em;
font-weight:bold;
padding: 10px 0;
display:block;
}

.headline-lieferadresse a {
 color:#fff;
}

.headline-lieferadresse.aktiv {
background: none repeat scroll 0% 0% #FC7A00;
}

.headline-warenkorb.aktiv a, 
.headline-lieferadresse.aktiv a, 
.headline-bestellung.aktiv a {
color: #fff;
font-size: 1.2em;
font-weight:bold;
}


.headline-warenkorb:after, 
.headline-lieferadresse:after, 
.headline-bestellung:after { 
	left: 100%; 
	top: 50%; 
	border: solid transparent; content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(53, 216, 161, 0); 
	border-left-color: #FF9934; 
	border-width: 20px; 
	margin-top: -20px; 
} 

.headline-lieferadresse:after, 
.headline-bestellung:after { 
	border-color: rgba(208, 208, 208, 0); 
	border-left-color: #d0d0d0;
}

.headline-lieferadresse.aktiv:after {
border-left-color:  #FC7A00;
}


.headline-warenkorb.aktiv:hover,
.headline-lieferadresse.aktiv:hover, 
.headline-bestellung.aktiv:hover { 
	background: #FC7A00; 
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3); 
} 

.headline-warenkorb.aktiv:hover:after,
.headline-lieferadresse.aktiv:hover:after, 
.headline-bestellung.aktiv:hover:after { 
	border-color: rgba(45, 182, 136, 0);
	border-left-color: #FC7A00;
}

.headline-warenkorb.aktiv:hover a, 
.headline-lieferadresse.aktiv:hover a, 
.headline-bestellung.aktiv:hover a {
 color: #fff;
 text-decoration:none;
}

.warenkorbHeadline div,  .warenkorbItem div{
 float:left;
}

.warenkorbHeadline {
 border-bottom: 1px solid #35d8a1;
 margin: 0 0 10px 0;
}

.warenkorbItem {
 padding: 5px 0;
}

.warenkorbItemCol1 {
 width: 4%;
} 

.warenkorbItemCol2 {
 width: 15%;
} 

.warenkorbItemCol3 {
 width: 30%;
} 

.warenkorbItemCol4 {
 width: 15%;
} 

.warenkorbItemCol5 {
 width: 11%;
} 

.warenkorbItemCol6 {
 width: 10%;
} 

.warenkorbItemCol7 {

} 

/* Checkout */
.checkoutWarenkorb {
 display:none;
}

/* Anzeige Rechnungsadresse */
#rechnungsadresse {
 /* display:none; */
}

/* Anzeige Vat ID Nr.  */
#VATIDNr{
 display:none;
}

#landlieferung optgroup {
 margin: 10px 0;
}
#landlieferung  {
 font-size: 1.2em;
}

.niederlassung {
  border: 1px solid #DFF0D8;
  padding: 5px 10px; 
  margin: 10px 0 20px 0;	
}

/* Sprachauswahl */
.sprachauswahl {
	margin:0 0 20px 0;
	color:#fff;
}
.sprachauswahl a {
	color:#fff;
}

/* Navigation warenkorb/Login */
/*  .navbar-default .navbar-nav > li > a { */
.navbar-default .navbar-nav > li a,
.navbar-default .navbar-nav > li img {
    color: #fff;
	/* padding: 15px 10px !important; */
    padding: 0 !important;
}

/* DPS User Bereich - Verwaltung */
.dpsuser .navbar-default .navbar-nav > li a {
	padding: 2px !important;
}

.dpsusernavi { position: relative; }
.dpsnavi { position: absolute; bottom:0; right:0; }
.dpsnavi li { float:left; margin: 0 5px;}

.dpsnavi li a { font-size:1.2em;}
.dpsnavi li a:hover, .dpsnavi li a:focus, .dpsnavi li a:active,
.dpsnavi li.aktiv a  { 
 text-decoration:underline; color:#fff !important; 
}

.dpsuser .panel-heading a {
	display:block;
	text-decoration: none;
	font-size: 1.2em;
}
.dpsuser .panel-heading a:hover {
  text-decoration:underline;
  color:#FF9934;
}

.dpsuser .panelFreigabe .panel-heading {
    padding: 10px 5px;
	font-size:  1.2em;
}

.dspkundeFirma {
	margin-left: -10px;
}	

.dpsuser .panel-heading a span {
	float:right;
}

.panelFreigabe td {
	vertical-align: middle !important;
}

.panelFreigabeSpalte5 {
	width:100px;
}

.inputkurz {
 width: 400px;
}
 
.dp_daypicker {
	height: 250px;	
}


.navbar-header {
 margin-bottom:30px;
}

/* Startseite */
.container-kategorien {
 height: auto;
 margin: 0 0 20px 0;
}

.container-kategorien h3 {
 font-size: 1.1em;
}

.container-suche {
  /* border:1px solid #dedede; */
  margin: 30px 0 0 0;
}

#main-webcontent h1 {
	font-size:1.5em;
	color: #676767;
	font-weight:bold;
}

#main-webcontent h2 {
	font-size:1.3em;
	color: #676767;
}

.teaser-kategorie-rahmen {
 padding: 0 5px;
 margin: 0 0 20px 0;
}

.teaser-kategorie{
 height: 100%;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.32);
box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.32);
background: #F3F3F3 url(teaser_kategorie_ecke.gif) no-repeat right bottom;
margin-bottom: 20px;
}


.teaser-kategorie a {
	color: #676767;
}
.teaser-kategorie h3 {
 width: 80%;
 height: 70px;
 padding: 0px 0px 0px 10px;
}

.teaser-kategorie  img {
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
 border:2px solid #fff;
}

.teaser-neuheiten {
	 -webkit-border-radius: 10px ;
 -moz-border-radius: 10px ;
 border-radius: 10px ;
 background-color:#F3F3F3;
}

.teaser-neuheiten-text {
	color: #676767;
	font-size:1em;
}

.teaser-neuheiten-text span {
	font-size:0.9em;
}

.teaser-neuheiten-text h3 {
	color: #FF6634;
	font-size:1.2em;
	padding: 10px 0;
}


.teaser-neuheiten-btn {
  text-align:right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.teaser-neuheiten-btn span {
 -webkit-border-radius: 2px ;
 -moz-border-radius: 2px;
 border-radius: 2px;
 background-color:#FF6634;
 color: #fff;
 font-size:1em;
 padding: 5px;

}

.teaser-neuheiten-img img {
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
border: 2px solid #fff;
	
}

// Kategorie 2

.kategorie2Items {
	padding: 5px;
}

.kategorie2Items div.catimg {
	float: left;
	width: 150px;
	margin: 0;
}

.kategorie2Items a img {
  border-radius: 10px;
}


.kategorie2Items div.cattext {
  margin: 0 0 0 150px;
}
.kategorie2Items div.cattext a {
 display:block;
}	

.kategorie2Items div.cattext a p {
 margin: 0 ;
}	
/* store.php */
/* eshop_anzeige_produkte.php */

.sortparameter {
	background-color: #ececec;
	padding: 5px 20px 5px 0;
}

.sortparameter #Sortierung,
.sortparameter #Anzahl {
margin: 0 20px 0 0;	
}

.sortparameter #Anzahl option{
	float:left;
}

/* -------  start store-warenkorb-modal */ 
#dwkModal .modal-inhaltpreis {
	padding: 10px 0 0 0;
}

#dwkModal .modal-inhaltinfo,#dwkModal .modal-preis, #dwkModal .modal-sonderpreis {
	line-height:normal !important;
}

#dwkModal .modal-inhaltinfo .showmoreinfofade {
	display:none;
}


 #dwkModal .anzahlLabel {
  height:2em;	
  margin: 0 5px;
  font-size: 1.2em
}


/* Auswahl Anzahl */

.quantity {
  position: relative;
  display: inline-flex;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 100px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #eee;
  font-size: 1.2em
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 22px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 0.9;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
/* Auswahl Anzahl */

/* -------  Ende store-warenkorb-modal */ 


#countDown {
	font-weight:bold;
	font-size: 1.4em; 
}

/* Block teaser orange - z.B. Vor-Ort-Abholung */
.blockteaserorange {
	padding: 10px 5px;
	border:1px solid #FC7A00;
	margin: 0 0 20px 0;
}

.blockteaserorange strong.verkauf {
	padding: 2px 0;
}

.blockteaserorange ul {
	list-style: none;
	padding:0;
}
.blockteaserorange ul li  {
   margin: 0 0 3px 0;
}

.blockteaserorange ul li a {
   background-color: #FC7A00;
   color: #fff;
   display:block;
   line-height: 1.5em;
   font-weight:bold;
   font-size:1.2em;
   padding: 2px 5px;
   margin:0;
}


/* Suchformular */ 

#suchformular {
  background-color: #ECECEC;
  font-size: 14px;
  padding: 10px 20px;
  position:relative;
  z-index:20;
   -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 /* width: 90%; */
}

#suchformular label {
 font-weight:bold;
 float:left;
 width:80px;
 color: #4a4a4a;
 padding: 15px 0 ;
}

#suchformular input#sucheingabe {
 height: 30px;
 /* min-width: 400px; */
 margin: 0; 
 font-size: 14px;
 padding: 0px 5px;
}

#suchformular input.submitbtn,
.submitbtn {
    padding: 5px 10px;
	background-color: #FF6634;
	color: #fff;
	font-size: 14px;
	border:0;
	height: 30px;
}
#suchformular #msg {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 5px;
  margin: 1px 0 0 0;
  display:none;
  min-height: 50px;
  max-height: 200px;
  position:absolute;
  z-index: 10000;
  overflow-x:auto;
  overflow-x: auto;
  color: #4a4a4a;
}
#suchformular #msg  ul {
 margin:0;
 padding:0;
 list-style: none;
}


#suchformular #msg  ul li {
 font-size: 14px;
 line-height: 20px;
}

#suchformular #msg  ul li:hover {
 background-color:#cdcdcd;
}


/* Unterseite */
.seitentitel {
	text-align: right;
	font-size: 2em;
}

/* Navigation links */
label.facette {
  font-weight:normal;
  cursor:pointer;  
}

.facetten-suche {
 padding: 5px 10px;
 margin: 0 0 20px 0;
 background-color: #F3F3F3;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 color:#000;
 position:relative;
  z-index:100;
}

.facetten-suche-gross {
 padding: 5px 10px;
 margin: 0 0 20px 0;
 background-color: #F3F3F3;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 color:#000;
 position:relative;
  z-index:100;
 width:100%;
}

#suche-hersteller-mehr-btn,
#suche-kategorie-mehr-btn,
#suche-tags-mehr-btn
 {
 cursor: pointer;
 font-size: 0.5em;
 padding: 4px;
 display: inline;
 background-color: #FF6634;
}

#suche-hersteller-mehr-btn .glyphicon,
#suche-kategorie-mehr-btn .glyphicon,#suche-tags-mehr-btn .glyphicon {
  color: #fff;
}
  
#suche-hersteller-mehr,
#suche-kategorie-mehr ,
#suche-tags-mehr{
  display:none;
}


.downloadCatalog {
	margin:0;
	padding:10px 0 5px;
}

/* Shoplist */
.shopliststart div {
	/* bootstrap Ã¼berschreiben */ 
	padding-left:0;
	padding-right: 0
}


.shoplistitem {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #cdcdcd;
}

.shoplistitem1 {
	text-align:center;
}

.shoplistitem1 .img-responsive {
    max-height:200px;
    display: inline-block;
}

.shoplistitem3 {
 text-align:center;
}


.showmoreinfo {
 position: relative;
 z-index:10;
 overflow:hidden;
 height: 7.5em;
 margin: 10px 0 0 0;
}

.shownomoreinfo {
 position: relative;
 z-index:10;
 margin: 10px 0 0 0;
}


.showmoreinfo.showmoreall {
	height: auto !important;
	overflow: visible;
}

.showmoreinfofade {
	background: transparent url('transparent_50.png') repeat-x;
    height:	50px;
	position:absolute;
	bottom:0;	
	z-index: 100;
	width:100%;
}

.showmoreinfobtn {
  cursor: pointer;
  color: #FF6634;	
  text-decoration: underline;
}

.pagebrowserbtn {
	background-color: #FF6634;
	color: #fff;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	padding: 2px 4px;
}
.pagebrowserbtn:hover {
	color: #fff;
} 

.pagebrowserseite {
	padding: 0 2px 0 0;
	color: #FF6634;
}

.pagebrowserseite.aktiv{
	color: #000;
}

/* fg.php */
.freigabetext {
	padding: 10px;
}

/* Inhalt Ende */

  