/*
   ------------------------------------------------
	Html Elements
   ------------------------------------------------
*/
	body {
		color:#000;
		background:#F3F1DB url('../images/background-body.gif') scroll repeat-y 0 0;
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
		margin:0;
		padding:0;
		height:99%;
		}
	
	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 {
		position:absolute;
		top:20px;
		left:187px;
		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.3em;
		color:#9F1B1F;
		background-color:transparent;
		margin:2.5em 0 1em 0;
		padding:0;
		text-decoration:none;
		}
	h2 a {
		font-family:Georgia,'Times New Roman',Times,serif;
		font-size:1em;
		color:#9F1B1F;
		background-color:transparent;
		text-decoration:none;
		}
	p {
		margin:0 0 2em 0;
		font-size:1.1em;
		line-height:1.5em;
		}
	img {
		border:0;
		}
	td {
		vertical-align:top;
		font-size:1.1em;
		}
	input, select, textarea {
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
		font-size:11px;
		padding:0.2em;
		margin:0.1em;
		line-height:1.3em;
		border:1px solid #B69360;
		}
		
	img {
		border:0;
		}
/*
   ------------------------------------------------
	Div Containers
   ------------------------------------------------
*/
	#outerwrapper {
		width:100%;
		min-height:600px;
		/* background:transparent url('../images/background-wrapper.png') scroll no-repeat 0px bottom; */
		background:transparent url('../images/background-wrapper.gif') scroll no-repeat 770px 13px;
		}
	#wrapper {
		width:990px;
		}
	#menu {
		width:170px;
		float:left;
		color:#fff;
		background-color:#9F1B1F;
		}

	#content {
		float:left;
		width:780px;
		color:#000;
		padding:19px;
		background-color:transparent;
		}
		#content-left {
			float:left;
			width:368px;
			margin:0 0 1em 0;
			}
		#content-right {
			float:left;
			width:368px;
			margin:0 0 1em 14px;
			}
		#logo-big {
			margin:1em 0 2em 193px;
			}
		#content-left img, #content-right img {
			border:1px solid #B69360;
			margin:-0.7em 0 0 0;
			}	

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

	table.products {
		width:750px;
		}
		table.products th {
			font-size:1.1em;
			text-align:left;
			font-weight:normal;
			line-height:1.4em;
			padding:0.3em;
			}
		table.products td {
			font-size:1.1em;
			line-height:1.4em;
			padding:0.3em;
			}
	.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;
		}
		
	table.overview {
		margin:2.5em 0 1em 0;
		}
	table.overview td {
		height:15em;
		}
	table.overview td img {
		margin:0;
		}
		
	table td h2 {
		clear:both;
		font-family:Georgia,'Times New Roman',Times,serif;
		font-size:1.1em;
		color:#9F1B1F;
		background-color:transparent;
		margin:0 0 1em 0;
		padding:0;
		}
/*
   ------------------------------------------------
	Suckerfish
   ------------------------------------------------
*/

	#nav, #nav ul { /* all lists */
		padding:0;
		list-style:none;
		line-height:1;
		width:760px;
		}
	
	#nav li span {
		font-family:Georgia,'Times New Roman',Times,serif;
		font-size:2em;
		margin:105px 0 0 0;
		color:#9F1B1F;
		display:block;
		cursor:pointer;
		width:180px;
		}
	
	#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;
		width:180px;
		}
	
	#nav a:hover {
		color:#F3F1DB;
		background-color:#9F1B1F;
		}
		
	#nav li a.last {
		border-bottom:0;
		}
	
	#nav li { /* all list items */
		float: left;
		width:180px; /* width needed or else Opera goes nuts */
		margin-right:10px;
		border-bottom:1px solid #B69360;
		}
	
	#nav li li {
		margin:0;
		border-top:0;
		border-bottom:1px solid #B69360;
		}
	
	#nav li ul { /* second-level lists */
		background:#F0E5CE;
		position: absolute;
		width:180px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		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 {
		position:absolute;
		top:196px;
		left:0;
		width:170px;
		color:#fff;
		background-color:#9F1B1F;
		text-align:right;
		line-height:2em;
		font-size:1.1em;
		}
	#menu-left a:link, #menu-left a:visited, #menu-left a:active {
		color:#fff;
		background-color:#9F1B1F;
		text-decoration:none;
		display:block;
		width:150px;
		padding:0 20px 0 0;
		}
	#menu-left a:hover {
		color:#000;
		background:#F0E5CE;
		}
		#logo {
			margin:1em 0 0 0;
			}
	#menu-left span, #menu-left li {
		display:block;
		width:130px;
		}
	#menu-left span {
		border-top:3px double #B69360;
		}
/*
   ------------------------------------------------
	Misc Classes
   ------------------------------------------------
*/
	.clear {
		clear:both;
		}
	.error {
		color:#f00;
		}
	.required {
		font-weight:bold;
		}
	.cart {
		color:#fff;
		background-color:#9F1B1F;
		border-top:1px solid #B69360;
		border-bottom:1px solid #B69360;
		margin:0 20px 0 20px;
		}
	ul.liste {
		list-style-type:square;
		margin:1em 1.5em;
		margin:1em 1.5em;
		font-size:inherit;
		}
	ul.liste li {
		font-size:inherit;
		}
	td.contacttdleft {
		width:40%;
		vertical-align:middle;
		}
	td.contacttdright {
		width:60%;
		vertical-align:middle;
		}
		
		
		
/*
   ------------------------------------------------
	Kontaktformular
   ------------------------------------------------
*/		
		
		
.text
    {
     font-family: verdana, arial, helvetica, sans-serif;
     font-size: 11px;
     color: #000000;
    } 
   

.nachrichtenfeld
    {
     width: 220px;
     max-width: 220px;
     color: #000000;
     font-family: verdana, arial, helvetica, sans-serif;
     font-size: 11px;
     height: 100px;
     border: 1px solid #9F1B1F;
     background: #F3F1DB;
     overflow:auto;
    } 
.button
    {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:11px;
     color:#ffffff;
     font-weight:bold;
     background-color:#9F1B1F;
     height:18px;
     max-height:18px;
     width:103px;
     max-width:103px;
     border-style:solid;
     border-color:#9F1B1F;
     border-width:0px;
    }