/* 3styles.css
 * $Id$
 */
/* allgemein schatten fuer DIVs, shadow bg images, 4x4, 1x4, 4x1:
 *  +-+---+-+
 *  |8| 1 |2|
 *  +-+---+-+
 *  |7|   |3|
 *  +-+---+-+
 *  |6| 5 |4|
 *  +-+---+-+
 */
div.shadow-1 {
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(img/shadow/shadow4-1.png) top left repeat-x scroll transparent;
}
div.shadow-2 {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 4px;
	height: 4px;
	background: url(img/shadow/shadow4-2.png) top left no-repeat scroll transparent;
}
div.shadow-3 {
	position: absolute;
	top: 0;
	right: -4px;
	width: 4px;
	height: 100%;
	background: url(img/shadow/shadow4-3.png) top left repeat-y scroll transparent;
}
div.shadow-4 {
	position: absolute;
	bottom: -4px;
	right: -4px;
	width: 4px;
	height: 4px;
	background: url(img/shadow/shadow4-4.png) top left no-repeat scroll transparent;
}
div.shadow-5 {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(img/shadow/shadow4-5.png) top left repeat-x scroll transparent;
}
div.shadow-6 {
	position: absolute;
	bottom: -4px;
	left: -4px;
	width: 4px;
	height: 4px;
	background: url(img/shadow/shadow4-6.png) top left no-repeat scroll transparent;
}
div.shadow-7 {
	position: absolute;
	top: 0;
	left: -4px;
	width: 4px;
	height: 100%;
	background: url(img/shadow/shadow4-7.png) top left repeat-y scroll transparent;
}
div.shadow-8 {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 4px;
	height: 4px;
	background: url(img/shadow/shadow4-8.png) top left no-repeat scroll transparent;
}
/*
 * sites-1, laenderauswahl, megadropdown
 */
#hnav #sites-0 span {
	background: url(img/icons/weltkarte-34x18.png) 0 3px no-repeat scroll transparent;
	padding-left: 39px;
} 
#sites-1 {
	position: absolute;
	top: -2px;
	left: -5px;
	width: 293px;
	width: 353px;
	height: 190px;
	z-index: 17;
	display: none;
	background: #ffffff;
	padding: 4px;
	/* opacity: 1; */
	border: 1px solid #e0e0e0;
}
div#sites-1 div.ddHead {
	background: url(img/icons/weltkarte-34x18.png) 0 0px no-repeat scroll white;
	padding: 2px 5px 2px 39px;
	text-align: left;
}
div#sites-1 div.ddBody {
	padding: 0px;
	background-color: #f0f0f0;
}
div#sites-1 ul {
	border: 0px solid red;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#sites-1 li {
	border: 0px solid green;
	margin: 0;
	padding: 0;
	display: inline;
}
div#sites-1 li a {
	border: 0px none yellow;
	display: block;
	background: #f5f5f5;
	width: 160px;
	padding: 2px;
	margin: 2px 5px;
	float: left;
	text-align: left;
	z-index: 17;
}
div#sites-1 li a:hover,
div#sites-1 li a:focus {
	background: #359426;
	color: white;
}
p.csc-linkToTop {
	padding-left: 9px;
	background: url(img/icons/pfeil-n-5x7.png) 0 6px no-repeat scroll transparent;
}
div#fnav ul a.last {
	padding-left: 13px;
	background: url(img/icons/pfeil-n-5x7.png) 5px 5px no-repeat scroll transparent;
}
a.clickEnlarge  {
	display: block;
	height: 16px;
	margin-top: -16px;
	padding: 0;
	text-align: right;
}
table tr.hover {
	background-color: #f7f7f7 !important;
}
table tr.even {
	background-color: transparent;
}
table tr.odd {
	background-color: transparent;
}
