/*
   ------------------------------------------------
	Html Elements
   ------------------------------------------------
*/
	body {
		color:#000;
		background-color:#F3F1DB;
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
		}
	
	small {
		font-size:1em;
		}
	code {
		font-family:'Courier New', Courier, Arial, Helvetica, Sans-Serif;
		color:#00a;
		}
	acronym, abbr {
		border-bottom:1px dotted #000;
		}
	ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
	
	a:link, a:visited, a:active {}
	
	a:link {}
	a:visited {}
	a:active {}
	a:hover {}
	
	form {
		margin:1em 0 1em 0;
		padding:0;
		}
	input {}
	label {}
	caption {}
	
	h1 {
		font-size:3.5em;
		font-family:Georgia,'Times New Roman',Times,serif;
		color:#9F1B1F;
		font-weight:normal;
		}
	
	h2 {
		clear:both;
		font-family:Georgia,'Times New Roman',Times,serif;
		font-size:1.1em;
		color:#9F1B1F;
		background-color:transparent;
		margin:1.5em 0 1em 0;
		padding:0;
		}
	p {
		margin:0 0 2em 0;
		font-size:1.1em;
		line-height:1.5em;
		}
	img {
		border:0;
		}
/*
   ------------------------------------------------
	Div Containers
   ------------------------------------------------
*/
	#outerwrapper {
		min-height:600px;
		/* background:transparent url('../images/background-wrapper.png') scroll no-repeat 0px bottom; */
		background:transparent url('../images/background-wrapper.png') scroll no-repeat 800px 13px;
		}
	#wrapper {
		}
	#menu {
		color:#fff;
		background-color:#9F1B1F;
		}

	#content {
		color:#000;
		padding:19px;
		background-color:transparent;
		}

/*
   ------------------------------------------------
	Produkte
   ------------------------------------------------
*/

	table.products {
		}
		table.products th {
			font-size:1.1em;
			text-align:left;
			font-weight:normal;
			line-height:1.8em;
			}
		table.products td {
			font-size:1.1em;
			}
	.trhell {
		color:#000;
		background-color:#F3F1DB;
		}
		tr.trhell td {
			}
	.trdunkel {
		color:#000;
		background-color:#E8DBC1;
		}
		tr.trdunkel td {
			}
	.trhighlighthell {
		color:#fff;
		background-color:#9F1B1F;
		}
		tr.trhighlightdunkel th {
			background-color:#F3F1DB;
			}
		tr.trhighlighthell td img {
			color:#000;
			background-color:#F3F1DB;
			}
	.trhighlightdunkel {
		color:#fff;
		background-color:#9F1B1F;
		}
		tr.trhighlightdunkel th {
			color:#000;
			background-color:#E8DBC1;
			}
		tr.trhighlightdunkel td img {
			background-color:#F3F1DB;
			}
			
			
	table.products img {
		vertical-align: middle;
		}
	table.products input {
		font-size:1.1em;
		background-color:#F3F1DB;
		border:1px solid #B69360;
		vertical-align: middle;
		}

/*
   ------------------------------------------------
	Suckerfish
   ------------------------------------------------
*/

	#nav, #nav ul { /* all lists */
		padding:0;
		list-style:none;
		line-height:1;
		}
	
	#nav li span {
		font-family:Georgia,'Times New Roman',Times,serif;
		font-size:2em;
		color:#9F1B1F;
		display:block;
		cursor:pointer;
		}
	
	#nav li strong {
		line-height:2.5em;
		display:block;
		cursor:pointer;
		font-weight:normal;
		font-size:1.1em;
	 	}	
	#nav a:link, #nav a:visited, #nav a:active {
		display: block;
		font-size:11px;
		line-height:2em;
		text-decoration:none;
		color:#000;
		background:#F0E5CE;
		text-indent:0.3em;
		}
	
	#nav a:hover {
		color:#F3F1DB;
		background-color:#9F1B1F;
		}
		
	#nav li a.last {
		border-bottom:0;
		}
	
	#nav li { /* all list items */
		margin-right:10px;
		margin:0 0 2em 0;
		}
	
	#nav li li {
		margin:0;
		border-top:0;
		border-bottom:1px solid #B69360;
		}
	
	#nav li ul { /* second-level lists */
		background:#F0E5CE;
		border:1px solid #B29A77;
		border-bottom:0;
		}
	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		}

/*
   ------------------------------------------------
	Menu links
   ------------------------------------------------
*/

	#menu-left {
		color:#fff;
		background-color:#9F1B1F;
		text-align:right;
		line-height:2em;
		font-size:1.1em;
		margin:2em 0 0 0;
		}
	#menu-left a:link, #menu-left a:visited, #menu-left a:active {
		color:#fff;
		background-color:#9F1B1F;
		text-decoration:none;
		display:block;
		padding:0 20px 0 0;
		}
	#menu-left a:hover {
		color:#000;
		background:#F0E5CE;
		}
		#logo {
			margin:1em 0 1em 0;
			}

/*
   ------------------------------------------------
	Misc Classes
   ------------------------------------------------
*/
	.clear {
		clear:both;
		}
	div.cart {
		color:#000;
		background-color:#B69360;
		}