/* Aktienboard.com CSS */

/* -- Body -- */
body {
	background: #f2f2f2;
	color: #000000;
	font: 12px Verdana, Geneva, Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
}

#main-page-1, #main-page-2 {
	margin: 0 0 35px;
	padding: 0;
	border: 0;
}
#main-page-1 {
	width: 1000px;
	background: #ffffff url(/images/layout/main-content-bg-1.gif?v=1.00) repeat-y top left;
}
#main-page-2 {
	width: 830px;
	background: #ffffff url(/images/layout/main-content-bg-2.gif?v=1.00) repeat-y top left;
}

a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #3366ee;
	text-decoration: underline;
}
a:active {
	color: #000080;
	text-decoration: none;
}
a.wiki {
	color: #000080;
	text-decoration: none;
	border-bottom: 1px dashed;
}

/* Header */
.main-banner-header {
	margin: 0;
	padding: 8px 0 4px 20px;
}

#main-header {
	/* width: 1000px; */
	margin: 0;
	padding: 0;
}

#main-header .top a,
#main-header .top a:link,
#main-header .top a:visited,
#main-header .top a:hover,
#main-header .top a:active {
	color: #000000;
	text-decoration: none;
}
#main-header .top a:hover {
	text-decoration: underline;
}
#main-header .top {
	height: 36px;
	background: #f2f2f2 url(/images/layout/header/header-top-left.gif?v=1.00) no-repeat left bottom;
	color: #000000;
	line-height: 30px;

	font-size: 11px;
}
#main-header .top .community {
	float: left;
	height: 36px;
	padding: 0 0 0 12px;
}
#main-header .top .register, #main-header .top .logout {
	float: right;
	height: 36px;
	padding: 0 12px 0 0;
	background: #f2f2f2 url(/images/layout/header/header-top-right.gif?v=1.00) no-repeat right bottom;
}
#main-header .top object, #main-header .top embed {
	vertical-align: top;
}

#main-header .content {
	background: #315e8b url(/images/layout/header/header-bg.gif) repeat-x 0px 4px;
	margin: 0 3px;
	padding: 0;
}

#main-header .logo {
	float: left;
	width: 350px;
	height: 66px;
	margin: 0;
	padding: 6px 0 0;
}
#main-header .search {
	height: 56px;
	margin: 0;
	padding: 16px 0 0;
}
#main-header .search input, #main-header .search select, #main-header .search option {
	color: #000000;
}
#main-header form {
	display: inline;
}
#main-header .search a {
	color: #ffffff;
	font-size: 11px;
}
#main-header .search a:link {
	color: #ffffff;
	text-decoration: none;
}
#main-header .search a:visited {
	color: #ffffff;
	text-decoration: none;
}
#main-header .search a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#main-header .search a:active {
	color: #ffffff;
	text-decoration: none;
}

/* -- Footer -- */
#main-footer {
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
#main-footer .top {
	margin: 0 auto;
	text-align: right;
	width: 84%;
}
#main-footer .content {
	margin: 0 auto;
	font-size: 11px;
	width: 86%;
}
#main-footer .content hr {
	height: 1px;
	border-bottom: 0px none;
	border-top: 1px solid #bdbab1;
	margin: 4px 0 4px;
}
#main-footer .bottom {
	height: 18px;
	background: #f2f2f2 url(/images/layout/footer/footer-bottom-left.gif?v=1.00) no-repeat left bottom;
}
#main-footer .bottom span {
	display: block;
	height: 18px;
	padding: 0 0 0 12px;
	background: url(/images/layout/footer/footer-bottom-right.gif?v=1.00) no-repeat right bottom;
}

/* -- Sidebar -- */
#main-sidebar {
	position: relative;
}

/* -- Main Content -- */
#main-content {
	margin: 0;
	padding: 5px 2px 10px 12px;
}
/* -- IE Hack -- */
* html #main-content { width: 100%; }

#main-content .main-content-column-1, #main-content .main-content-column-2 {
	float: left;
	margin: 0;
	padding: 0;
}
#main-content .main-content-column-1 {
	width: 784px;
}
#main-content .main-content-column-2 {
	width: 806px;
}

#main-content .column-1a, #main-content .column-1b, #main-content .column-2a, #main-content .column-2b, #main-content .column-3a {
	float: left;
	padding: 0;
}
#main-content .column-1a {
	margin: 10px 8px 0 0;
	width: 474px;

	/* IE left margin float bug */
	display: inline;
}
#main-content .column-1b {
	margin: 10px 0 0;
	width: 300px;
}
#main-content .column-2a {
	margin: 10px 8px 0 0;
	width: 626px;

	/* IE left margin float bug */
	display: inline;
}
#main-content .column-2b {
	margin: 10px 0 0;
	width: 170px;
}

.column-2b .primary {
	margin: 0;
	padding: 0;
}
.column-2b .secondary {
	margin: 0;
	padding: 0;
}

#main-content .main-content-sidebar {
	float: left;
	margin: 10px 0 0 8px;
	width: 180px;

	/* IE left margin float bug */
	display: inline;
}

.main-banner-sidebar {
	position: absolute;
	top: 0;
	right: -170px;

	margin: 0;
	padding: 0;
	width: 160px;
}

#main-content .datetime {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

/* -- CSS Menu -- */
#menu {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	white-space: nowrap;
	height: 24px;
	z-index: 1000;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline-block;
	display: inline;
}
#menu ul {
	position: absolute;
	left: -9999px;

	margin: 0;
	padding: 3px;
	list-style: none;
	background: #f6f6f6;
	border: 1px solid #bcbcbc;
	border-width: 0 1px 1px;
	white-space: nowrap;
	z-index: 5000;
	height: auto;
}

#menu li.level-1 {
	float: left;
	display: block;
	margin-right: 5px;
	width: 0;
}
#menu > li.level-1 {
	width: auto;
}

#menu a {
	display: block;
	padding: 4px 6px 4px 4px;
	color: #000;
	text-decoration: none;
}

#menu li a.level-1 {
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 9px;
	cursor: pointer;
	background: url(/images/layout/menu/header-tab-1.png) no-repeat 0% 0px;
}
#menu li a.level-1 span {
	display: block;
	float: left;
	padding: 0 9px 0 0;
	height: 24px;
	background: url(/images/layout/menu/header-tab-2.png) no-repeat 100% 0px;
}

#menu li a.level-1:hover,
#menu li.level-1 a.selected {
	color: #fff;
	background: url(/images/layout/menu/header-tab-1.png) no-repeat 0% -24px;
}
#menu li a.level-1:hover span,
#menu li.level-1 a.selected span {
	background: url(/images/layout/menu/header-tab-2.png) no-repeat 100% -24px;
}

#menu li.level-1:hover > a.level-1 {
	color: #fff;
	background: url(/images/layout/menu/header-tab-1.png) no-repeat 0% -24px;
}
#menu li.level-1:hover > a.level-1 span {
	background: url(/images/layout/menu/header-tab-2.png) no-repeat 100% -24px;
}

#menu ul li a.fly {
	background: transparent url(/images/layout/menu/arrow-right.gif) no-repeat 96% 54%;
	padding-right: 15px;
}
#menu li:hover > a.fly,
#menu ul li a.fly:hover {
	background: #ff4b37 url(/images/layout/menu/arrow-rightHL.gif) no-repeat 96% 54%;
}

#menu li a.level-1:hover,
#menu li.level-1:hover {
	position: relative;
}

#menu :hover a:hover {
	background: #ff4b37;
	color: #fff;
}
#menu li.level-1:hover > a,
#menu li.level-1:hover ul :hover > a {
	background: #ff4b37;
	color: #fff;
}

#menu :hover ul {
	left: 0;
	top: 24px;
}
#menu :hover ul a {
	white-space: nowrap;
}

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul
{left: 85%; margin-top: -24px;}

#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul ul
{left: -9999px;}

#menu table {
	border-collapse: collapse;
	margin-top: -1px;
}

#menu ul li.section strong {
	color: #000;
	background: #e6e6e6;
	margin: 4px 0 2px;
	padding: 4px;
	display: block;
}

#menu ul.sub2 ul {
	width: 416px;
	border-width: 1px;
	padding: 6px 3px 3px;
}
#menu ul.sub2 dl {
	display: inline;
	margin: 0 4px 10px;
	padding: 0;
	float: left;
	width: 200px;
}
#menu ul.sub2 dl a {
	padding: 2px 5px;
	font-size: 11px;
}
#menu ul.sub2 dl dt {
	background-color: #e6e6e6;
	text-decoration: none;
	font-weight: bold;
}
#menu ul.sub2 dl dd {
	margin: 0;
	padding: 0;
}
#menu .clear {
	clear: both;
	display: inline;
}

.css-menu-bar {
	background: #dcdcdc url(/images/layout/header/bar.gif) repeat-x top left;
	height: 5px;
	width: 100%;
}

/* -- Navigation Box -- */
.block-menu, .block-user {
	margin: 0 0 15px;
	background: #e0e9e9 url(/images/layout/menu/right.gif) repeat-y right;
}
.block-menu .top, .block-user .top {
	width: 100%;
	height: 23px;
	background: url(/images/layout/menu/top-right.gif) no-repeat top right;

	border-bottom: 1px solid #ddd;
}
.block-menu .top h2, .block-user .top h2 {
	position: relative;
	height: 23px;
	margin: 0;
	padding: 0 8px;
	line-height: 24px;
	background: url(/images/layout/menu/top.gif) no-repeat top left;
	font-size: 1.0em;
	color: #000000;
}
.block-menu .content, .block-user .content {
	position: relative;
	background: #edf2f2 url(/images/layout/boxes/side/right.gif) repeat-y right top;
	margin: 0;
	padding: 0;
}
.block-menu ul, .block-user ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-menu li, .block-user li {
	display: inline;
	padding: 0;
	margin: 0;
}
/* used for un-linked menu items */
.block-menu li span.unlinked, .block-user li span.unlinked {
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}
.block-menu li a, .block-user li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #edf2f2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}
.block-menu li a.active, .block-user li a.active {
	color: #000080;
}
.block-menu li a:hover, .block-user li a:hover {
	background: #e0e9e9;
}
/* used for un-linked menu items */
.block-menu li li span.unlinked, .block-user li li span.unlinked {
	padding: 4px 8px 4px 20px;
}
.block-menu li li a, .block-user li li a {
	padding: 6px 8px 6px 14px;
	font-weight: normal;
}
.block-menu .bottom, .block-user .bottom {
	width: 100%;
	height: 8px;
	background: url(/images/layout/menu/bottom-right.gif) no-repeat bottom right;

	line-height: 0.1;
	font-size: 1px;
	border-top: 1px solid #fff;
}
.block-menu .bottom span, .block-user .bottom span {
	display: block;
	height: 8px;
	background: url(/images/layout/menu/bottom.gif) no-repeat bottom left;
}

.inline-banner {
	margin: 0 auto 15px;
	padding: 0;
}

/* -- Boxes -- */

/* -- Side Box -- */
.side-box {
	margin: 0 0 15px;
	background: #fafafa url(/images/layout/boxes/side/left.gif) repeat-y left top;
}
.side-box .top {
	width: 100%;
	height: 25px;
	background: url(/images/layout/boxes/side/top.gif) no-repeat left top;
}
.side-box .top h2 {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 0 8px;
	line-height: 24px;
	background: url(/images/layout/boxes/side/top-right.gif) no-repeat right top;
	font-size: 12px;
	color: #000000;
}
.side-box .content {
	position: relative;
	background: url(/images/layout/boxes/side/right.gif) repeat-y right top;
	margin: 0;
	padding: 5px 4px 2px;
}
.side-box .sponsor, .side-box .topsites {
	text-align: center;
}
.side-box .sponsor img, .side-box .sponsor iframe {
	margin: 4px 0 1px;
	border: 1px solid #9b9b9b;
}
.side-box .content ul {
	list-style: none;
	margin: 0;
	padding: 3px 1px 3px 1px;
}
.side-box .content ul li {
	list-style: none;
	margin: 0;
	padding: 1px 1px 1px 8px;
	background: transparent url(/images/layout/square.gif) no-repeat 0px 7px;
}
.side-box .content ul li a:hover {
	text-decoration: underline;
}
.side-box .bottom {
	width: 100%;
	height: 20px;
	background: url(/images/layout/boxes/side/bottom.gif) no-repeat left bottom;
}
.side-box .bottom span {
	display: block;
	height: 20px;
	background: url(/images/layout/boxes/side/bottom-right.gif) no-repeat right bottom;
}

/* -- Content Box -- */
.content-box {
	width: 474px;
	margin: 0 0 15px;
	background: url(/images/layout/boxes/content/left.gif) repeat-y left top;
}
.content-box .top {
	width: 100%;
	height: 25px;
	background: #dddedf url(/images/layout/boxes/content/top.gif) no-repeat left top;
}
.content-box .top h2 {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 0 8px;
	line-height: 24px;
	background: url(/images/layout/boxes/content/top-right.gif) no-repeat right top;
	font-size: 12px;
	color: #000000;
}
.content-box .content {
	position: relative;
	background: url(/images/layout/boxes/content/right.gif) repeat-y right top;
	margin: 0;
	padding: 5px 8px 2px;
	line-height: 1.2em;
}
.content-box .content .more {
	text-align: right;
}
.content-box .content .more a {
	padding: 5px 5px 0 20px;
	background: url(/images/layout/boxes/more-button.gif) no-repeat left 6px;
}
.content-box .content h3 {
	margin: 0;
	padding: 3px 0 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
.content-box .content .author {
	color: #a3a3a3;
	font-size: 10px;
	padding: 0 0 3px;
	line-height: 12px;
}
.content-box .content img {
	float: left;
	border: 1px solid #9b9b9b;
	margin: 2px 5px;
}
.content-box .content ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 8px 1px 2px;
}
.content-box .content ul li {
	list-style: none;
	margin: 0;
	padding: 1px 1px 2px 10px;
	background: transparent url(/images/layout/boxes/content/square.gif) no-repeat 0px 6px;
}
.content-box .bottom {
	width: 100%;
	height: 20px;
	background: url(/images/layout/boxes/content/bottom.gif) no-repeat left bottom;
}
.content-box .bottom span {
	display: block;
	height: 20px;
	background: url(/images/layout/boxes/content/bottom-right.gif) no-repeat right bottom;
}

/* -- Indice Table -- */
table.indice {
	width: 168px;
	margin: 4px 0 4px 2px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
}
table.indice th {
	height: 19px;
	padding: 0 6px 1px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background-color: #999999;
}
table.indice td {
	padding: 0;
	background-color: #dedede;
}
table.indice td.footer {
	height: 18px;
	padding: 2px;
	font-size: 10px;
	background-color: #ffffff;
}
table.indice span.green {
	color: green;
}
table.indice span.red {
	color: red;
}

/* -- Main Content Table -- */
table.listing {
	clear: both;
	width: 100%;
	margin: 0px 0 15px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-collapse: separate;
}
table.listing th {
	height: 24px;
	padding: 2px 8px 2px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #f5f6fb;
}
table.listing th a {
	font-weight: normal;
	margin: 0 5px;
	padding: 5px 5px 0 20px;
	background: url(/images/layout/boxes/more-button.gif) no-repeat left 6px;
}
table.listing th.left {
	background: #f5f6fb url(/images/layout/boxes/content/top.gif) no-repeat left top;
}
table.listing th.center {
	text-align: center;
	background: #f5f6fb url(/images/layout/boxes/content/top.gif) no-repeat -24px 0%;
}
table.listing th.right {
	text-align: center;
	background: #f5f6fb url(/images/layout/boxes/content/top-right.gif) no-repeat right top;
}
table.listing td {
	padding: 3px;
	border-width: 1px;
	border-style: none;
}
table.listing td.title {
	margin: 0;
	padding: 3px 3px 3px 11px;
	background: #f5f5ff url(/images/layout/square.gif) no-repeat 4px 10px;
	display: block;
}

/* -- Plain Box -- */
.plain-box {
	margin: 0 0 15px;
	background: url(/images/layout/boxes/plain/left.gif) repeat-y left top;
}
.plain-box .top {
	width: 100%;
	height: 30px;
	background: url(/images/layout/boxes/plain/top.gif) no-repeat left top;
}
.plain-box .top h2 {
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0 8px;
	line-height: 28px;
	background: url(/images/layout/boxes/plain/top-right.gif) no-repeat right top;
	font-size: 12px;
	color: #000000;
}
.plain-box .content {
	position: relative;
	background: url(/images/layout/boxes/plain/right.gif) repeat-y right top;
	margin: 0 0 -50px 0;
	padding: 4px 8px 2px;
	z-index: 100;
}
.plain-box .content .image {
	float: left;
	border-style: none;
	margin:2px 5px;
}
.plain-box .content .more {
	clear: both;
	text-align: right;
}
.plain-box .content .more a {
	padding: 5px 5px 0 20px;
	background: url(/images/layout/boxes/more-button.gif) no-repeat left 6px;
}
.plain-box .content ol {
	margin: 0;
	padding: 0 0 3px 30px;
}
.plain-box .content ul {
	clear: both;
	margin: 0;
	padding: 0 0 3px 4px;
	list-style: none;
}
.plain-box .content ul.poll {
	padding: 0 0 6px 0;
}
.plain-box .content ol li {
	margin: 0;
	padding: 1px 1px 2px 0;
}
.plain-box .content ul li {
	list-style: none;
	margin: 0;
	padding: 1px 1px 2px 10px;
	background: transparent url(/images/layout/boxes/content/square.gif) no-repeat 0px 6px;
}
.plain-box .content div.question {
	padding: 0 0 4px;
}
.plain-box .content ul.poll li {
	clear: both;
	padding: 0 1px 1px 1px;
	background: none;
}
.plain-box .content ul.poll li.question {
	padding: 6px 1px 4px 2px;
}
.plain-box .content ul.poll li span {
	display: block;
	float: left;
	width: 120px;
}
.plain-box .content ul.poll li span img {
	margin: 4px 0;
}
.plain-box .bottom {
	width: 100%;
	height: 60px;
	background: url(/images/layout/boxes/plain/bottom.jpg) no-repeat left bottom;
}
.plain-box .bottom span {
	display: block;
	height: 60px;
	background: url(/images/layout/boxes/plain/bottom-right.gif) no-repeat right bottom;
}
.plain-box .content .tborder {
	background: none;
}
.plain-box .content td.tcat {
	display: none;
}
.plain-box .content td.alt1 {
	background: none;
}

/* -- Term List -- */
#main .subterm-container {
	margin: 10px 0;
	background: url(/images/layout/boxes/plain/left.gif) repeat-y left top;
}
#main .subterm-container .top {
	width: 100%;
	height: 26px;
	background: url(/images/layout/boxes/plain/top.gif) no-repeat left top;
}
#main .subterm-container .top h2 {
	position: relative;
	height: 26px;
	margin: 0;
	padding: 0 8px;
	line-height: 32px;
	background: url(/images/layout/boxes/plain/top-right.gif) no-repeat right top;
	color: #000000;
}
#main .subterm-container .content {
	position: relative;
	background: url(/images/layout/boxes/plain/right.gif) repeat-y right top;
	margin: 0 0 -50px 0;
	padding: 0 8px 2px;
	z-index: 400;
}
#main .subterm-container .bottom {
	width: 100%;
	height: 60px;
	background: url(/images/layout/boxes/plain/bottom.jpg) no-repeat left bottom;
}
#main .subterm-container .bottom span {
	display: block;
	height: 60px;
	background: url(/images/layout/boxes/plain/bottom-right.gif) no-repeat right bottom;
}
#main .subterm-container dl {
	display: inline;
	margin: 0 2px 2px;
	padding: 0;
	float: left;
	width: 186px;
}
#main .subterm-container dl dt {
	width: 200px;
	background: #e6e6e6;
	margin: 4px 0;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
}
#main .subterm-container dl dd {
	margin: 4px 0;
	padding: 0;
}

div.columns {
	width: 450px;
	margin: 4px 0 15px;
	color: #444444;
	line-height: 1.2em;
}
div.columns div.column {
	margin: 0;
}
div.columns img {
	margin: 10px 0;
}
div.columns img.image {
	float: left;
	border: 1px solid #9b9b9b;
	margin: 2px 5px;
	/* IE left margin float bug */
	display: inline;
}
div.columns h3 {
	margin: 0;
	padding: 3px 0 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
div.columns div.author {
	color: #a3a3a3;
	padding: 0 0 3px;
	font-size: 10px;
	line-height: 12px;
}

/* -- Misc -- */
.breadcrumb {
	margin: 0 0 10px 0;
}
.breadcrumb span {
	margin: 5px 0 0 0;
}

.green {
	color: green;
}

.red {
	color: red;
}

.musterdepot-location {
	color: #777777;
	font-size: 10px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	line-height: 0;
}

body div#toolTip {
	position: absolute;
	z-index: 1000;
	width: 200px;
	background: #000;
	border: 2px double #fff;
	text-align: left;
	padding: 5px;
	min-height: 1em;
	-moz-border-radius: 5px;
}
body div#toolTip p {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 11px/12px Verdana, Arial, sans-serif;
}
body div#toolTip p em {
	display: block;
	margin-bottom: 3px;
	color: #f60;
	font-style: normal;
	font-weight: bold;
}
body div#toolTip p em span {
	font-weight: bold;
	color: #fff;
}


/* -- Inline Tabs -- */
.inline-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.inline-tabs li {
	display: block;
	float: left;
	margin: 0 2px 0;
}
.inline-tabs li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #000;
	cursor: pointer;
	background: url(/images/layout/boxes/menu/tab-1.png) no-repeat 0% 0px;
}
.inline-tabs li a span {
	display: block;
	float: left;
	height: 24px;
	padding: 0 10px 0 0;
	background: url(/images/layout/boxes/menu/tab-2.png) no-repeat 100% 0px;
}
.inline-tabs li a:visited {
	color: #2d2b2b;
	text-decoration: none;
}
.inline-tabs li a:hover {
	background: url(/images/layout/boxes/menu/tab-1.png) no-repeat 0% -30px;
	text-decoration: none;
}
.inline-tabs li a:hover span {
	background: url(/images/layout/boxes/menu/tab-2.png) no-repeat 100% -30px;
	text-decoration: none;
}
.inline-tabs li a.selected {
	background: url(/images/layout/boxes/menu/tab-1.png) no-repeat 0% -30px;
	text-decoration: none;
}
.inline-tabs li a.selected span {
	background: url(/images/layout/boxes/menu/tab-2.png) no-repeat 100% -30px;
	text-decoration: none;
}

/* -- Content Tabs -- */
.content-tabs-container {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 5px;
	border: 1px solid #cfcfd1;
	background: #fafafa;
}
.content-tab {
	display: none;
	padding: 8px 8px 2px 8px;
}
#content-tab-1 {
	display: block;
}
.content-tab h3 {
	font-size: 13px;
	padding: 0 0 0.4em;
	margin: 0;
}
.content-tab ul.login, .content-tab ul.links, .content-tab ul.profile {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-tab ul.login .stayloggedin {
	border-bottom: 1px dotted #000000;
	cursor: help;
	font-size: 11px;
}
.content-tab ul.links {
	padding: 0.2em 0;
}
.content-tab ul.profile {
	padding: 0.6em 0;
}
.content-tab li {
	margin: 0;
	padding: 2px 4px 1px;
	list-style: none;
}
.content-tab ul.login li {
	padding: 1px 0;
}
.content-tab ul.links li, .content-tab ul.profile li {
	padding: 1px 1px 1px 8px;
	background: transparent url(/images/layout/square.gif) no-repeat 0px 7px;
}
.content-tab .buddylist {
	padding: 6px 0 2px;
}
.content-tab form {
	display: inline;
}
.content-tab input {
	margin: 3px 1px 1px 0;
}
@media print {
	.content-tab {
		display: block !important;
	}
}

.content-tabs {
	margin: 1px 0 0;
	padding: 3px 0 0;
	list-style: none;
	text-align: left;
	height: 24px;
}
.content-tabs li {
	display: block;
	float: left;
	margin: 0 2px 0;
}
.content-tabs li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #000;
	cursor: pointer;
	background: url(/images/layout/boxes/menu-inline/tab-1.png) no-repeat 0% 0px;
}
.content-tabs li a span {
	display: block;
	float: left;
	height: 24px;
	padding: 0 10px 0 0;
	background: url(/images/layout/boxes/menu-inline/tab-2.png) no-repeat 100% 0px;
}
.content-tabs li a:visited {
	color: #2d2b2b;
}
.content-tabs li a:hover {
	background: url(/images/layout/boxes/menu-inline/tab-1.png) no-repeat 0% -30px;
	color: #000000;
	text-decoration: none;
}
.content-tabs li a:hover span {
	background: url(/images/layout/boxes/menu-inline/tab-2.png) no-repeat 100% -30px;
}
.content-tabs li a.selected {
	background: url(/images/layout/boxes/menu-inline/tab-1.png) no-repeat 0% -30px;
}
.content-tabs li a.selected span {
	background: url(/images/layout/boxes/menu-inline/tab-2.png) no-repeat 100% -30px;
}

/* -- Resize Image -- */

.resizeimage {
	max-width: 580px;
}
* html .resizeimage {
	width: expression((this.width > 579) ? '580px' : 'auto');
}

/* -- Highslide -- */

.highslide-no-link {
	cursor: default;
}
.highslide {
	cursor: url(/forum/images/highslide/zoomin.cur), pointer;
	outline: none;
}
.highslide img, img.highslide {
	border: 2px solid gray;
}
.highslide:hover img, img.highslide:hover {
	border: 2px solid white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;

	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Geneva, Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-color: white;
}
.highslide-loading, a.highslide-loading:link {
	display: block;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
.highslide-controlbar {
	background: url(/forum/images/highslide/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.highslide-controlbar a {
	display: block;
	float: left;
	height: 27px;
}
.highslide-controlbar a:hover {
	background-image: url(/forum/images/highslide/controlbar4-hover.gif);
}
.highslide-controlbar .previous {
	width: 50px;
}
.highslide-controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.highslide-controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.highslide-controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
/* Necessary for functionality */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

/* -- Thread Navigation -- */
.threadoverviewnav {
	height: 28px;
}
.threadoverviewnav .threadnav {
	margin: 0 0 0 2px;
	float: left;
	width: 620px;
}
.threadoverviewnav .pagenav {
	padding: 9px 0 0;
	float: right;
}

/* -- Musterdepot -- */
.musterdepot-tabs {
	margin-left: 8px;
}
.musterdepot-tabs ul li.right {
	float: right;
	margin-right: 12px;
}

/* -- Forum Main -- */

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead {padding: 4px;}

/* ***** basic styles for multi-page nav elements */
.pagenav a {text-decoration: none;}
.pagenav td {padding: 2px 4px 2px 4px;}

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {margin-bottom: 6px;}
.fieldset, .fieldset td, .fieldset p, .fieldset li {font-size: 11px;}

/* -- Forum Misc -- */

.sf {font-size: 10px;}
.sfb {font-size: 10px; font-weight: bold;}
.sfw {color: #ffffff; font-size: 10px;}
.af {font-size: 8pt;}
.afw {color: #ffffff; font-size: 8pt;}
.mf {font-size: 9pt;}
.mfw {color: #ffffff; font-size: 9pt;}
.nf {font-size: 12px; font-style: normal;}
.nfw {color: #ffffff; font-size: 12px; font-style: normal;}

/* -- CSS BBCODE Fix -- */
font {
	line-height: normal;
}

.facebook-button {
	height: 30px;
	width: 330px;
}