/*
.acties {
	display:block;
	width: 696px;
	padding: 20px 19px 20px 20px;
	text-align:left;
	float:left;
}
.subnav {
	display:block;
	width: 180px;
	float: right;
	padding: 20px;
	text-align:left;
}
*/
.content2 {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	display:block;
	padding: 20px 0px 0px 0px;
	text-align:left;
}
.sidebar {
	float: right;
	display:block;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px;
	text-align:left;
}
.maincontent {
	margin: 0 217px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.maincontent UL.tabs {
	margin:0px;
	padding:0px;
}
.maincontent UL.tabs LI{
	list-style:none;
	float:left;
	width:221px;
	display:block;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	color:#CC0000;
}

.maincontent UL.tabs LI.tabhigh {
	background-image:url(/img/details/tab_high.gif);
}
.maincontent UL.tabs LI.tabhigh A {
	display:block;
	padding-top:8px;
	height:28px;
}

.maincontent UL.tabs LI.tabhigh_long {
	width:331px;
	background-image:url(/img/details/tab_high_long.gif);
}
.maincontent UL.tabs LI.tabhigh_long A {
	display:block;
	padding-top:8px;
	height:28px;
}

.maincontent UL.tabs LI.tablow {
	background-image:url(/img/details/tab_low.gif);
}
.maincontent UL.tabs LI.tablow A {
	display:block;
	padding-top:12px;
	height:24px;
}

.maincontent UL.tabs LI.tablow_long {
	width:331px;
	background-image:url(/img/details/tab_low_long.gif);
}
.maincontent UL.tabs LI.tablow_long A {
	display:block;
	padding-top:12px;
	height:24px;
}

.bestelbox {
	width:180px;
	background-image:url(/img/details/bestelbox_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-bottom:36px;
}
.sidebar .bestelbox UL{
	margin:0px;
	padding:0px;
	border:0px;
}

.sidebar .bestelbox LI{
	list-style-image:url(/img/template/bullit.gif);
	list-style-position:outside;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px -20px;
}