#optionsContainer
{
	width: 440px;
	display: block;
}

.optionDiv
{
	display: inline-block;
	width: 430px;
}

/*
INPUT
{
	font-size: 20px;
	letter-spacing: 2px;
	padding: 4px;
	width: 80px;
	text-align: center;
}
*/

INPUT#continueQuantity
{
	font-size: 16px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

SELECT
{
	margin: 10px;
}

.navcontainer {
	width: 380px;
}

UL.navcontainer
{	
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 0px; margin-bottom: 0px;
	padding-top: 0px; margin-top: 0px;
	/*background-color: #036;*/
}

.navcontainer li
{
	display: inline;
	/*background-color: #036;*/	
	padding: 0px 10px 0px 0px;
	/*float: left;*/
}

.navcontainer INPUT
{
	margin: 6px;
	margin-left: 26px;
}

.navcontainer a
{
	display: inline-block;
	padding: 4px;
	padding-left: 26px;
	margin-bottom: 6px;
	color: black !important;
	/*background-color: #036;*/
	/*border-bottom: 1px solid #036;*/
}

.navcontainer li DIV.option
{	
	display: inline-block;
	min-width: 175px;
}

.navcontainer li DIV.optionLink
{
	/* Only IE */
}

.navcontainer a:link, .navcontainer a:visited
{
	color: black !important;
	text-decoration: none;
	
	background: url(images/icons/ds_raute.gif) #fff6bd;
	background-repeat: no-repeat;
	background-position: 3px;
}

.navcontainer a:hover
{
	background: url(images/icons/ds_raute.gif) #E50F9F;
	background-repeat: no-repeat;
	background-position: 3px;
	
	color: #fff !important;
	text-decoration: none !important;
}

.navcontainer a.selected
{
	background: url(images/icons/ds_raute.gif) #E50F9F;
	background-repeat: no-repeat;
	background-position: 3px;
	
	color: #fff !important;
}

DIV.selected
{
	border-left: 1px solid #E50F9F;
	border-right: 1px solid #E50F9F;
	border-bottom: 1px solid #E50F9F;
	width: 428px;
}

P.tip
{
	display: block;
	border: 1px solid #00f;
	padding: 5px;
	float: right;
	width: 150px;
	clear: both;
}

P.tip LABEL
{
	color: blue;
	font-weight: bold;
}

DIV.optionDiv H2.stepHead {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  background: #009EDF;
  padding: 5px 8px;
}

DIV.optionDiv SPAN.stepHead {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

DIV.optionDiv H2.stepHead:hover {  
  background: #E50F9F;
  color: white;
  cursor: pointer;
}

DIV.optionDiv.selected H2.stepHead {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: white;
  font-weight: bold;
  background: #E50F9F;
  padding: 5px 8px;
}

DIV.progress
{
	position: fixed;
	height: 25px;
	width: 350px;
	left: 50px;
	bottom: 0px;
	background: #036;
	color: #fff;
	border: 1px outset #aaa;
}

DIV.progress #progressBg
{
	position: absolute;
	width: 60px;
	height: 100%;
	background: #069;
}

DIV.progress #progressText
{
	position: absolute;
	color: white;
	z-index: 2;
	width: 100%;
	text-align: center;
}

DIV#cartButton
{
	width: 150px;
	color: #fff;
	background: #069;
	border: 1px outset #aaa;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin-left: 10px;
}

P.prices
{
	margin: 10px;
}

SPAN.priceBrutto
{
	display: block;

	padding-left: 30px; 
	font-size: 17px;
	width: 180px;
	height: 50px;
}

SPAN.priceNetto
{		
	font-style: italic;
	
	display: block;

	padding: 0px 0px 0px 30px;
	font-size: 20px;
	width: 150px;
	height: 30px;
	
	font-size: 13px;
}

DIV.priceBox
{
  position: relative;
  display: block;
  width: 100%;
}

DIV.priceBrutto
{
  width: 420px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

DIV.datumInfo
{
  width: 420px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

DIV.taxInfo
{
  width: 420px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 10px;
}

DIV.priceNetto
{
  float: left;
  width: 212px;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  line-height: 20px;
}

DIV.datumInfoSub
{
  float: right;
  width: 200px;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
}

DIV.editionPriceBox
{
  	width: 428px;
	clear: both;
	text-align: center;
	border-top: 1px solid #E50F9F;
	padding-top: 8px;
}

DIV.editionPriceBox SELECT
{
	padding: 0px;
	margin: 0px;
}

DIV#buttons
{
	position: relative;
  	display: block;
  	width: 100%;
	clear: both;	
}

/* Dateien Hochladen */
.templates {
  background: #F9EF9E;
  padding: 4px 0px;
  margin-top: 5px;
  width: 100%;
}

.templates_upload {
  padding: 8px 0px 0px 0px;
  margin: 5px 0px;   
  width: 100%;
}

DIV.errorText {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.print_steps {
  background: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFB500;
  padding: 2px;
  margin: 5px 0px;
}

.selectionError {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background: #ff0000;
  font-weight: bold;
  padding: 2px;
}

label {
	cursor: pointer;
}

DIV.uploadStatic
{
	display: none;
}

DIV.uploadFlash
{
	display: none;
}

.swfupload
{
	background: #ddd;
	margin-bottom: 5px;
}

DIV#priceDetails
{
	display: none;
}

DIV#priceDetails TD {
	font-size: 11px;
}

/* Anzeige der Optionsbeschreibung */
DIV.optionsInfo
{
	padding: 5px 5px 10px 35px;
	background: url(images/icons/info.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border-bottom: 1px dashed #E50F9F;
	margin: 0px 0px 5px 0px;
}
