@CHARSET "ISO-8859-1";

/* -------------------------- GENERAL FORMATTING -------------------------------------------------*/

body a:active, body a:visited, body a:hover, body a:link {
	text-decoration: none; 
	color: #8F1B65;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.main ul {
    list-style-type: circle;	
}


.fineprint {
	font-size: 11px;
}

/* Used to ensure that there is no unwanted space between the list header and the first list item 
   write a list as follows <span class="listheader>A list title<ul><li> ...</li></ul></span> */
.listheader {
	margin-bottom: 0px; 
}

ul {
	margin-top: 0px;
}

.footer {
	color: Gray;
	text-align : center;
    right: 30px;
    left: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    top: 5px;
	clear: both; 
	background-color: white;
	width: 990px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
/*    margin-top: 10px;	*/
}

.footer table {
	margin-left: auto; 
	margin-right: auto; 
}

.footer td {
	padding-left: 10px; 
	padding-right: 10px; 
}

.footer a:link, .footer a:hover, .footer a:visited {
	color: black;
	text-decoration: none;
}


.footer a:hover {
	color: #8F1B65;
	text-decoration: underline;
}

/** This is the outmost container for a document */
.container {
	width: 990px;
	margin: 0px auto;
	position: relative;
}

.cont2 {
	width: 990px;
	margin-top: 75px; 
	position: absolute; 
/*	clear: both;*/
    background-image: url(../images/columns.gif);
    background-repeat: repeat-y;
	background-color: white;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



/** Container for the part of the text that is below the header  */
.main {
 top: 75px;
 width: 620px;	
 margin-left: 4px; 
 margin-bottom:10px; 
 float: left;
 /* IE Float Bug */
 overflow: hidden; 
background-color: #F4F6CC;
font-size: 15px;
}

.main h1  {
	color: #8F1B65;
	font-size: 20px; 
}

.main h2  {
	color: #8F1B65;
	font-size: 16px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

.main p {
 margin-top: 5px; 	
 margin-bottom: 5px; 
}


.main p, .main form, .main h1, .main h2, .main h3, .main h4 {
	padding-left: 10px; 
	padding-right: 10px; 
}



.mainFoto {
 top: 75px;
 width: 784px;	
 margin-left: 4px; 
padding-bottom:10px; 
 float: left;
 /* IE Float Bug */
 overflow: hidden; 
 background-color: #F4F6CC;
 min-height: 450px; 
}

.mainImageButton {
	position: absolute; 
	top: 70px; 
	left: 250px; 
	width: 201px;
	height: 60px;
}

.mainTeaser h1  {
	color: #F9B200;
	font-size: 14px;
	font-weight: bold; 
}

.mainTeaser {
	font-size: 12px; 
	width: 306px; 
	padding-left: 4px; 
	float: left;
	text-align: justify; 
}

.leftBar {
	top: 75px;
	width: 202px;
	float : left;
	/* IE Float Bug */
	overflow: hidden;
	background-color:	#E6EADF;	
    margin-bottom:10px; 	
	font-family: arial, sans-serif;	
	font-size: 13px; 
	font-weight: bold;
	min-height: 400px; 
}

.teaser {
	background-color: #6B8244;
	color: #CAD2BC;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom : 8px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 8px;
	text-align: left;
	font-weight : bold;
}

.rightBar {
	top: 75px;
	width: 160px;
	margin-left: 4px; 
   margin-bottom:10px; 	
	float : left;
	/* IE Float Bug */
	overflow: hidden;
  background-color: #FEF2D4;
  color: #899B69;
	
}

.rightBar h1 {
	
}


 img {
/*	width: 202px;*/
border-style: none;
border-width: 0px;
}

  
 .icon {
      border: 0px;
    }
	
/* e.g. for error messages that alert users about missing field entries */	
.warning {
  color: red; 	
}
   
 .markfields  {
      color: red; 
      font-size: 11px; 
  }
  
 .marktext  {
      color: red; 
  }

/* -------------------------- Skinned buttons -------------------------------------------------*/  

a.skButton {
    background: transparent url('../images/skButtonR.png') no-repeat top right;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; 
    text-decoration: none;
}

a.skButton span {
    background: transparent url('../images/skButtonL.png') no-repeat top left;
    display: block;
    color: white; 
    font-size: 12px;
    font-weight: bold; 
    line-height: 16px;
    padding: 4px 0px 4px 10px;
} 

a.skButtonBig {
    background: transparent url('../images/skButtonBigR.gif') no-repeat top right;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 55px;
    margin: 20px 25px 20px 25px;
    padding-right: 35px; 
    text-decoration: none;
}

a.skButtonBig span, a.skButtonBigFixed span {
    background: transparent url('../images/skButtonBigL.gif') no-repeat top left;
    display: block;
    color: white; 
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 15px 16px 15px 35px;
} 

a.skButtonBigFixed {
    background: transparent url('../images/skButtonBigR.gif') no-repeat top right;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 55px;
    width: 345px;
    text-align: left;
    margin: 15px 25px 15px 25px;
    padding-right: 35px; 
    text-decoration: none;
}

a.skButton:focus, a.skButtonBig:focus, a.skButtonBigFixed:focus {
	outline: none;
}

  

/* -------------------------- Data-type specific formatting -------------------------------------------------*/  
  
 .typeid {
	font-size: 8pt; 
} 

/** A number (needs to be right-aligned)*/
.num {
	text-align: right;
}

  
  
/* ---------------------------- TABLES ---------------------------------------------------------------------*/  

 .oddrow  {
      background-color: white; 
    }
    
 .total, .subtotal {
	font-weight: bold;
}	

.tablesubheading {
	background-color: #A9A9A9;
	font-weight : bold;
}	

.tablesubheading td {
	color: White;
	border-top : 20px solid White;   
	min-height: 20px; 
}

.itemTable a:link, .itemTable a:visited, itemTable a:active, a:hover {
	color: black;
}

.itemTable a:hover {
  text-decoration: underline;
}

  

/* ---------------------- TAB CONTROL -------------------------------------------------------------------*/

    .activetab {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0D6797;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	padding-right: 2em;
	padding-bottom: 3px;
	padding-left: 2em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	cursor: pointer;
}
    
    .inactivetab {
	color: #0D6797;
	text-decoration: none;
	background-color: #F3F3F3;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-right: 2em;
	padding-bottom: 1px;
	padding-left: 2em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom:1px none #666666;
	border-left: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
}
    
    .tabcontrol {

    	border-bottom: 4px solid #0D6797;
    	margin-top: 20px; 
    	margin-bottom: 20px; 
    	padding-left: 15px; 
    }
    
    .tabcontrol a:link, .tabcontrol a:visited, .tabcontrol a:active, .tabcontrol a:hover {
  	  text-decoration: none;       
    }   


/* -------------------------- TOP NUMIGO MENU -------------------------------------------------*/    

.topLogo {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 202px;
	height: 43px;
}

.topMenu {
	position: absolute;
	left: 206px;
	top:20px;
	width: 784px;
	height: 43px;
	background-image: url(../images/numigo_menu_784.jpg);
	background-repeat: no-repeat;
}

.topMenu table {
	margin-top: 19px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	color: white;
	font-family : sans-serif;
	font-size : 15px;
	font-weight: bold; 
}

.topMenu td {
	width: 152px;
	text-align: center;
}

.topMenu a:link, .topMenu a:visited, .topMenu a:active   {
	text-decoration: none;
	color: white;
}  

.topMenu a:hover   {
 color: white; 
 text-decoration: underline;
}  

/* -------------------------- SUBMENU OF THE TOP  MENU -------------------------------------------------*/  

.topSubMenu {
	position: absolute;
	left: 300px;
	top: 18px;
	width: 400px;
	height: 15px;
	color: Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.topSubMenu table {
    border-spacing: 25px 0px;
}

.topSubMenu a:link, .topSubMenu a:visited, .topSubMenu a:active   {
	text-decoration: none;
   color: gray;
}  

.topSubMenu a:hover   {
	color: #8F1B65;
	text-decoration: underline;
}  

.loginMenu {
	position: absolute;
	left: 730px;
	top: 0px;
	width: 250px;
	height: 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align : right;
	color: gray; 
}

.loginMenu input {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/** ---------------------------------------- Left navigation menu -------------------------------------*/

.leftBar p{
	background-color:	#E6EADF;
	border-style: none;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	margin: 0px; 
	background-image: url(../images/leftBarBullet.gif);
	background-position: center;
	background-repeat: no-repeat;
	
}

.leftBar p:hover {
	background-color: #C4CDB4;
}

.leftBarAd {
	margin-top: 40px; 
	margin-left: 25px; 
}

.seitzeichen {
	margin-top: 50px; 
	margin-left: 8px; 
}


.leftBar p a:link, .leftBar p a:visited, .leftBar p a:active, .leftBar p a:hover {
   color: #58585A;
}

.leftBar p .selected a:link, .leftBar p .selected a:visited, .leftBar p .selected a:active, .leftBar p .selected a:hover {
   color: #58585A;
}


.navi .selected td {
   border-left-color:  #474747 ;				
}

.navi .selected td {
	background-color: white; 
}

/*  This is used for showing larger amounts of text in a smaller font that need to be reviewed */
.review {
	font-size: 10pt; 
}

.review h1 {
	font-size: 12pt; 
}

.review input {
	font-size: 8pt; 
	margin-left: 40px; 
}

/** ------------------------------- Product pages  ----------------------------------------------------------*/

.productbrief {
 margin-left: 0px; 
 margin-right: 0px;
 padding-left: 10px; 
 padding-right: 10px;  
 padding-top: 10px; 	
 padding-bottom: 10px; 	 
 clear: both;
 border-top: solid thin #F9B200; 	 	
}
.productlist {
 border-bottom: solid 1px #F9B200;	
}

.productimage {
 float: left; 	
 margin-right: 10px; 
 margin-left: 10px;
}

.productdescription {
 font-size: 9pt; 
}

.producttitle {
 font-size: 15pt; 
}

.productbrief form {
	font-size: 10pt; 
	margin-left: 0px;
	padding-left: 0px;
}

.productbrief input {
	text-align: right; 
}

.ingredients {
	padding-left: 5px; 
}

/** Wizard footer e.g. at 'back' and 'continue' buttons at bottom of a page*/

.wizardbuttons {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px; 
    padding-bottom: 20px;
	border-top-color: black;
	border-top-width: 1px;
	text-align: right;
	
	/*border-top-style : solid;*/
}

.wizardbuttons form {
 display: inline; 
}

/** - - - - - - - - - - - - - - - - Right column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.shortinfo {
	font-size: 10pt;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
}

.shortinfo p {
	margin-top: 0px;
	margin-bottom: 0px;  
}

.shortinfo ol, .shortinfo ul  {
	margin-top: 0px;
	margin-bottom: 0px;  
	margin-left: 5px; 
	padding-left: 20px; 
}


.shortinfo h1 {
	font-size: 12pt; 
	margin-bottom: 0px; 
}

.shortinfo form {
	display: inline; 
}

.shortinfo input {
	font-size: 8pt;
}

/* -------------------------- Message-related -------------------------------------------------*/  

.messagelist  .dateinfo {
	width: 100px; 
	padding-left: 5px; 
}

.messagelist .messagefrom {
	width: 100px; 
	padding-left: 5px; 	
}

.messagelist .title {
	width: 300px; 
	padding-left: 5px; 		
}

/* -------------------------- Item-related -------------------------------------------------*/  

.itemTable .title {
	width: 280px; 
	padding-left: 5px; 
}

.itemTable .itemid {
	width: 130px;
	padding-left: 5px;
}

.itemTable td .itemtype {
  font-size: 10.5px;	
/*  font-size: 8pt;	*/
}

.itemTable .itemtype {
	width: 50px; 
	padding-left: 5px; 
}

/* -------------------------- Special effects -------------------------------------------------*/  

.numigofound {
	width: 350px;
	height: 159px;
	padding-right: 65px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/numigo-logo-found.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.numigofound p {
  padding-top: 126px; 
}

.progress {
	margin-top: 10px; 
	margin-left: 10px; 
	font-size: 14px; 
	color: #6B8244;
}

.progress .title {
  margin-right: 80px; 
}

.progress b {
	font-size: 18px;
}

.progress .details {
	text-align: center; 
}

table .address {
	margin-left: 10px; 
}

