
/* Außenabstände
-----------------*/

#content_abstand_aussen {
	margin: 0px 0px 20px 0px;
}

/* Schriftgrößen und Farben
----------------------------*/

#inhalt h1 {
	height: 30px;
	border: 0;
	margin-bottom: 0px;
	background-image: url(../../img/produk_title.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 20px;
	border-bottom: 0px;
	color: #092045;
}

.short {
	display: block;
	color: #092045;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}


/* Tabs
--------*/

.jQuery_tabcontent {
	/* display: none;*/
}

.tab {
	float:left;
	width: 115px;
	height: 29px;
	background-color: #cecece;
	text-align: center;
	line-height: 29px;
	background-image: url(../../img/tab_inactive.jpg);
	margin-right: 2px;
	font-size: 11px;
}

#tabs {
	background-image: url(../../img/tab_bgr_top.jpg);
	background-position: -1px 28px;
	background-repeat: repeat-x;
	color: #868789;
	cursor: pointer;
}

#tab_container {
	width: 610px;
	background-image: url(../../img/tab_bgr.jpg);
	background-position: 0px 29px;
	background-repeat: no-repeat;
	font-size: 12px;
	margin-top: 20px;
}

#tab_container .active {
	background-image: url(../../img/tab_active.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}

.inner_abstand {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	min-height: 300px;
}

.tab_links {
	width: 350px;
}

.link_box {
	float: right;
	width: 210px;
}

.link_box a {
	display: block;
	padding-bottom: 8px;
	width: 200px;
}

span.icon {
	display: block;
	margin: 0 0 5px 0px;
	color: #092045;
	text-decoration: underline;
	cursor: pointer;
}


/* TAB: Technische Daten
-------------------------*/

	table.technische_daten {
		width: 570px;
		border-collapse: collapse;
		margin: 15px 20px 10px 20px;
	}

	table.technische_daten td {
		border-bottom: 1px solid #A7A8AA;
		line-height: 25px;
		height: 25px;
		padding-left: 7px;
	}

		table.technische_daten td sup {
			font-size: 7pt;
			color: #666666;
		}

		tr.first td {
			border-top: 1px solid #A7A8AA;
		}

	.fussnote {
		display: block;
		margin-left: 20px;
		padding-bottom: 4px;
		color: #86888A;
		font-size: 10px;
	}

	.fussnote sup {
		font-size: 8px;
	}

/* TAB: Zubehör
----------------*/

	#tab_zubehoer {
		width: 570px;
		border-collapse: collapse;
		margin: 15px 20px 10px 20px;
	}

		#tab_zubehoer h2 {
			font-weight: bold;
			border-collapse: collapse;
			padding-bottom: 3px;
			padding-top: 10px;
			font-size: 14px;
			color: #727274;
		}

		#tab_zubehoer td {
			border-bottom: 1px solid #A7A8AA;
			padding: 10px 5px 20px 5px;
		}

		#tab_zubehoer a {
			display: block;
			margin-top: 5px;
		}

	#tab_zubehoer td.left {
		width:225px;
		text-align: center;
	}


/* TAB: Anfrage
----------------*/

		#tab_anfrage {
			width: 580px;
			background-image:url(../../img/bgr/580_top.jpg);
			background-repeat: no-repeat;
			clear: both;
			margin-top: 10px;
			margin-left: 15px;
		}

		#tab_anfrage_bottom {
			height: 3px;
			width: 580px;
			line-height: 3px;
			font-size: 1px;
			background-image:url(../../img/bgr/580_bottom.jpg);
			background-repeat: no-repeat;
		}

		#tab_anfrage #tab_anfrage_content {
			width: 305px;
			padding: 12px 0 20px 0;
			font-size: 12px;
		}

		#tab_anfrage img.imgright {
			float: right;
			margin-right: 15px;
			margin-top: 15px;
			margin-bottom: 10px;
		}

		#tab_anfrage .question {
			display: block;
			width: 291px;
			height: 30px;
			background-image: url(../../img/produkt_question.jpg);
			background-repeat: no-repeat;
			color: #ffffff;
			font-weight: bold;
			line-height: 30px;
			padding-left: 20px;
			margin-top: 7px;
			margin-left: 0px;
			cursor: pointer;
		}

		#tab_anfrage .t2 {
			margin-top: 0px;
		}

		#tab_anfrage .t1,#tab_anfrage .t2 {
			width: 291px;
		}

		#tab_anfrage p {
			width: 291px;
			margin-left: 0px;
		}

		.left_div {
			width: 291px;
			margin-left: 20px;
			padding-top: 10px;
		}

		.left_div textarea {
			width: 280px;
			height: 50px;
		}

		.left_div input {
			margin-bottom: 10px;
			width: 280px;
		}





