/**
* (C) by Andreas Zeman 2008,
* Gally Websolutions, www.websolutions.gally.ch
**/

#content #title h1 {
	color:#f39900;
	font-size:20px;
}

#content p {
	padding:0px;
	margin:0px 0px 15px 0px;
	font-size:14px;
}

#content ol, #content ul {
	margin-bottom:15px;
	margin-top:0px;
	font-size:14px;
}

#content h1 {
	font-size:16px;
	margin:0px 0px 15px 0px;
	padding:0px;
}

#content h2 {
	font-size:15px;
	margin:0px 0px 15px 0px;
	padding:0px;
}

#content a, #content a:link, #content a:visited {
	color:#000;
	text-decoration:underline;
}

#content a:hover {
	color:#f39900;
}

#content table {
	margin-bottom:15px;
	font-size:14px;
}

#content table td {
	padding:4px 10px 4px 0px;
}

#content #message {
	margin:5px 0 10px 0;
	padding:10px;
	border:1px solid #CCCCCC;
	font-weight:normal;
	color:#E83322;
	}

#content #message a, #content #message a:link, #content #message a:visited {
	color:#E83322;
	}

.marked {
	background-color:#fac6c5;
	}

#content table.shop {
	clear:both;
	border-collapse:collapse;
	}
	
#content table.shop th {
	text-align:left;
	}

#content table.shop td {
	border-top:0px solid #f5a830;
	padding:4px 4px;
	}

#content table.shop tr.white {
	background-color:#F5F5F5;
	}

#content table.shop tr.grey {
	background-color:#DCDCDC;
	}

#content table.shop-info {
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	border-collapse:collapse;
}

#content table.shop-info th {
	background-color:#DCDCDC;
	text-align:center;
	padding:0px 2px;
	}
	
#content table.shop-info th a {
	text-decoration:none;
}
	
#content table.shop-info td {
	padding:0px 4px;
	}

#content table.shop-category {
	border-collapse:collapse;
}

#content table.shop-category th, #content table.shop-category td {
	padding:0px;
}

#content img.shop-article {
	margin-left:10px;
	float:right;
}	

#content hr {
	border:1px solid #f5a830;
	margin:10px 0px;
	}
	
#content a.infobox, #content a.infobox:link, #content a.infobox:visited, #content a.infobox:hover {
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
	}

#content a.infobox:hover {
	color:#c30;
	background:fixed;
	z-index:5;
	}

#content a.infobox span.box {
	display:none;
	}
	
#content a.infobox:hover span.box {
    position:absolute;
    display:block;
	bottom:0px;
	left:15px;
    color:#000000;
    font-size:12px;
	line-height:1.3;
	background:#FFF;
	width:200px;
    padding:5px;
    text-align:left;
    border-top:2px solid #f5a830;
    border-bottom:2px solid #f5a830;
    text-decoration:none;
    z-index:10;
	cursor:hand;
    }
	
* html #content a.infobox:hover span.box {
	bottom:0px;
	width:210px;
	w\idth:200px;
}

#content a.infobox span.warenkorb-box {
	display:none;
	}
	
#content a.infobox:hover span.warenkorb-box {
    position:absolute;
    display:block;
	top:0px;
	right:0px;
    color:#000000;
    font-size:12px;
	background:url(foo);
	padding:48px 0px 0px 0px;
    text-align:right;
	width:200px;
    text-decoration:none;
    z-index:10;
	cursor:hand;
    }
	
#content table.infobox-holder {
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
}

#content a.infobox span.textlink {
	text-decoration:underline;
	}

#content table.infobox-holder td {
	padding:0px;
	border:0px;
}

#content #image-thumbs {
	width:125px;
	height:300px;
	overflow:hidden;
	float:left;
	display:block;
	
}

#content #image {
	width:400px;
	height:300px;
	float:left;
	overflow:hidden;
}

#content #image-thumbs div {
	position:relative;
	width:125px;
	height:100px;
	vertical-align:middle;
	line-height:100px;
	}
	
#content #image-thumbs div img {
	margin:0;
	padding:0;
	border:0;
	}

#content #image-thumbs div.img-act {
	background-image:url(../img/icons/pfeil.gif);
	background-repeat:no-repeat;
}
