/* modul css */
html, body {
	height: auto !important; 
	
	}
body   {
	margin: 0;
	padding: 0;
	/*overflow-y: hidden;*/
	}

/* shop */

#shopheader        {
	color: #fcfcfc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #494949;
	/* background-image: url("/pictures/shop.gif"); */
	background-repeat: repeat-x;
	text-align: left;
	display: block;
	padding: 3px 5px;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	border-bottom: 4px solid #fcfcfc }
	
#shopheader2       {
	color: #fcfcfc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ff2a00;
	background-image: url("/pictures/shop.gif");
	background-repeat: repeat-x;
	text-align: left;
	display: block;
	padding: 3px 5px;
	position: relative;
	z-index: 1;
	width: 100%;
	border-bottom: 4px solid #fcfcfc }
	
#shop        {
	margin-top: 35px;
	position: static;
	width: 100% }
#shop table  {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border-left: 1px solid #b1b1b1;
	border-collapse: collapse     }
html>body #shop table {
	/* border-left: 2px solid #b1b1b1; */
	}
#shop th     {
	font-weight: bold;
	background-color: #e6e6e6;
	text-align: left;
	padding: 5px 3px;
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 2px solid #b1b1b1 }
#shop .ausrichtung   {
	text-align: right }

#shop td   {
	padding: 3px;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1 }
#shop td.option  {
	padding: 3px 3px 3px 15px;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1 }
#shop td.rubrik  {
	font-weight: bold;
	background-color: #f1f1f1 }
#shop td.total  {
	font-weight: bold;
	background-color: #f1f1f1 }
#shop td.trennlinie {
	border-top: 2px solid #b1b1b1 }
#shopfooter {
	text-align: right }
#shop strong.abstand  {
	width: 65px;
}
#shop strong.titel  {
	width: 100%;
	text-align: center;
	text-align: underline;
}
#shop td.aktion  {
	background-image: url("images/icon_aktion.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 18px }
/* shop IE hack */	

#shopheader   {
	/color: #fcfcfc;
	/background-color: #ff2a00;
	/background-image: url("/pictures/shop.gif");
	/background-repeat: repeat-x;
	/text-align: right;
	/padding: 3px 5px;
	/position: absolute;
	/z-index: 1;
	/top: 0;
	/left: 0;
	/width: 100%;
	/border-bottom: 4px solid #fcfcfc }

#hintergrund {
		/z-index: 0;
		/width: 100%;
		/height: 100%;
		/overflow: auto;
}
/*aus globalem CSS*/
input, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e6e6e6;
	cursor: pointer;
	padding: 2px;
	width: auto;
	border: solid 1px #b1b1b1 }
select {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif }
input:focus, input:hover, textarea:focus, textarea:hover {
	color: #000;
	background-color: #fcfcfc;
	border: solid 1px }
input.nostyles {
	background-color: transparent;
	border: none }
.docsize {
	display: none;
	white-space: nowrap;
	}
label.labelcheckbox, label.labelradio {
	display: block;
	}
th.rubrik {
	/* width: 300px; */
	}

