/**
 * @package: Burmester
 * @creator: Jan Konzack
 * @copyright New Image GmbH
 * @created: 04.09.2007
 *
 * CSS fuer die an unterschiedlichen Stellen verwendete Linkbox
*/


body {
	position: relative; /* NS7 */
}


div.linkbox {
	position: relative; /* IE6 */
	width: 29em; /* IE6, IE7, NS7 */
}


div.linkbox .linkboxbody {
	background-color:#3a3a3a;
	margin-left:7px;
	margin-right:7px;
}
div.linkbox .linkboxcontent {
	background-color:#3a3a3a;
	margin-right:-7px;
	padding-right:7px;
}
div.linkbox .linkboxcontentwrap {
	background-color:#3a3a3a;
	margin-left:-7px;
	padding-left:0.5em; /* > 7px */
}
div.linkbox .linkboxupperborder, div.linkbox .linkboxbottomborder {
	height: 11px;
}



div.linkbox div.linkboxCornerBottomLeft
{
	background-image: url("../pixel/linkbox_bottom_left.png");
	width: 7px;
	height: 11px;
	position: absolute;
	bottom: 0;
	left: 0;	
}

div.linkbox div.linkboxCornerTopLeft {
	background-image: url("../pixel/linkbox_top_left.png");
	width: 7px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
}
div.linkbox div.linkboxCornerTopRight {
	background-image: url("../pixel/linkbox_top_right.png");
	width: 7px;
	height: 11px;
	position: absolute;
	top: 0;
	right: 0;
}
div.linkbox div.linkboxCornerBottomRight {
	background-image: url("../pixel/linkbox_bottom_right.png");
	width: 7px;
	height: 11px;
	position: absolute;
	bottom: 0;
	right: 0;
}


div.linkbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 1em;
	clear: both;
}
div.linkbox ul li {
	background-image: url("../pixel/linkbox_hr.gif");
	background-repeat: no-repeat;
	padding-top: 0.7em;
}

div.linkbox ul li.first-child {
	background-image: none;
}
div.linkbox ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	
	background: transparent url(../pixel/nav_left.gif) no-repeat left top;
	padding-left: 2em;
	
	display: block;
	padding-bottom: 0.5em;
}
div.linkbox ul li a.download {
	background: transparent url(../pixel/nav_linkbox_download.gif) no-repeat left top;
	padding-right: 3.2em;
}
div.linkbox ul li a.active {
	font-weight: bold;
}
