	
	/**
	* style-sheet des Online-Shops
	* 
	* @package Online-Shop
	* @name    onlineshop/warenkorb.php
	* @author  Remo Fritschi
	* @version 28.05.2010 / Raphael Horber
	*/
	
	
	body {
		font-family: /*Tahoma,*/ Arial, Helvetica, sans-serif;
		font-size: 12px; /* 10.5pt */
		margin: 0px;
	}
	
	
	tr.table_hell {
		text-align: center;
		color: #000000;
		background-color: #BAC6E6;
	}
	
	tr.table_dunkel {
		text-align: center;
		color: #000000;
		background-color: #9EB0D8;
	}
	
	tr.table_hell_rot {
		text-align: center;
		color: #000000;
		background-color: #E6C4BA;
	}

	tr.table_dunkel_rot {
		text-align: center;
		color: #000000;
		background-color: #D8AA9E;
	}

	tr.markier {
		text-align: center;
		color: #000000;
		background-color: #FFFACD;
	}
	
	
	td.titel {
		font-size: 16px; /* 12pt */
		color: #3B599F;
		font-weight: bold;
	}
	
	td.link {
		color: #3B599F;
		text-decoration: none;
		font-weight: bold;
	}
	
	td.beschreib {
		text-align: center;
		color: #FFFFFF;
		background-color: #3B599F;
	}
	
	td.resultat_ok {
		text-align: center;
		color: #000000;
		background-color: #90EE90;
	}
	td.resultat_stop {
		text-align: center;
		color: #000000;
		background-color: #FF8282;
	}
	
	
	a {
		color: #3B599F;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.text {
		font-weight: normal;
	}
	
	a.beschreib_link {
		color: #FFFFFF;
		font-weight: normal;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	
	img {
		border: 0px;
	}
	
	
	/***** Error *****/
	
	#error table {
		background-color: #FF0000;
	}
	
	#error td {
		background-color: #FFDDDD;
		color: #FF0000;
	}
	
	#error th {
		background-color: #FF0000;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
	}
	
	#error li {
		list-style: square;
	}
	
