/**
 * @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 */

    font-family: Arial;
	font-style: normal;
}


div.linkbox {
	position: relative; /* IE6 */
	 /* IE6, IE7, NS7 */
	width: 29em;
         margin-left:7px;
}


div.linkbox .linkboxbody {
	background-color:#3a3a3a;
	
	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("img/linkbox_bottom_left.png"/*tpa=http://www.burmester.de/de/pixel/linkbox_bottom_left.png*/);
	width: 7px;
	height: 11px;
	position: relative;
	bottom: 0;
	left: 0;	
}

div.linkbox div.linkboxCornerTopLeft {
	background-image: url("img/linkbox_top_left.png"/*tpa=http://www.burmester.de/de/pixel/linkbox_top_left.png*/);
	width: 7px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
}
div.linkbox div.linkboxCornerTopRight {
	background-image: url("img/linkbox_top_right.png"/*tpa=http://www.burmester.de/de/pixel/linkbox_top_right.png*/);
	width: 7px;
	height: 11px;
	position: absolute;
	top: 0;
	right: 0;
}
div.linkbox div.linkboxCornerBottomRight {
	background-image: url("img/linkbox_bottom_right.png"/*tpa=http://www.burmester.de/de/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("img/linkbox_hr.gif"/*tpa=http://www.burmester.de/de/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("img/nav_left.gif"/*tpa=http://www.burmester.de/de/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("img/nav_linkbox_download.gif"/*tpa=http://www.burmester.de/de/pixel/nav_linkbox_download.gif*/) no-repeat left top;
	padding-right: 3.2em;
}
div.linkbox ul li a.active {
	font-weight: bold;
}

td.linkboxUpLeft{
    background-image: url("img/linkbox_top_left.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-position: top;

}
td.linkboxBtLeft{
    background-image: url("img/linkbox_bottom_left.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-position: bottom;
	background-color: transparent;
}
td.linkboxBtRight{
    background-image: url("img/linkbox_bottom_right.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-position: bottom;
	background-color: transparent;
}
td.linkboxUpRight{
    background-image: url("img/linkbox_top_right.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-position: top;
	background-color: transparent;
}

a.linkText{
    text-decoration:none;
	font-size: 7;
	color: #ffffff;
	margin-left: 0.5em;
}

img.linkText{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}




