/*version for Milano furniture fair*/

img	{
	border:	none;
	/*border-style:	solid;*/
}

#tischlogo {
	position:		relative;
	top:		60px;
	left:		50px;
}

a {
	outline: none;
	color:	black;
}
a:link {
	outline: none;
	color:	black;
}
a:visited {
	outline: none;
	color:	#bab93a;
}

a:hover {
	outline: none;
	color:	black;
	font-weight:	bold;
}


p.text_coppa {
	font-family:	Courier New;
	font-size:		20px;
}

ol#ordlist {
	font-family:	Courier New;
	font-size:		20px;
	padding:		0px 70px 0px 40px;
}

.price {
	font-weight:	bold;
	font-size:		130%;
}

#allcontent {
	background: 	url(images/karo_1.gif) no-repeat;
	width:			800px;
	height:			612px;
	padding top:	5px;
	padding bottom:	5px;
	margin-left:	auto;
	margin-right:	auto;
	/*border-style:	solid;*/
}

#tischlogo {
	position:		relative;
	top:		60px;
	left:		50px;
}

#text {
	position:		relative;
	width:			700px;
	left:			50px;
	top:			165px;
	/*border-style:	solid;*/
	font-size:		13px;
	font-family:	Courier New;
	line-height:	1.6em
}

ul#nav {
   	padding:			0px; /* needs to be defined to overrule browser settings */
   	margin:				0px; /* will then be applied to anchor elements */
	list-style-type:	none;/* no bullets */
	/*border-style:		solid;*/
	
}

ul#nav li {
	display:			inline;/* lists the list elements beside each other */
}

ul#nav li a{ /*selects only links in the "nav" list */
	background:			url(images/emptylinks.gif) no-repeat;
	width:				96px;
	height:				27px;
	vertical-align:		middle;
	/*line-height:		27px:*/
	font-size:			85%;
	padding:			3px 10px 3px 10px;
	margin:				0px 10px;
	text-decoration:	none;
	text-align:			center;
	color:				#b0b512;
	font-family:		Arial Black;
	/*border-style:		solid;*/
}
	
ul#nav li a:hover {
	color:				black;
}

/*ul#nav li a:visited {
	color:				#bab93a;
}*/