/*** CLEAR, SPACE, .... ***/
.clear {
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
}
div.space {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.title {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.important {
	color: #d92c29;
}
.center {
	text-align: center;
}

a:focus{
  outline: none;
}

/*** BUTTONS ***/
a.button {
	background: transparent;
	background-position: right 0px;
	background-repeat: no-repeat;
	font: normal 12px arial, sans-serif;	
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	height: 22px;
	margin: 0 6px 0 0;
	padding: 0 8px 0 0;
	text-decoration: none;
	border: none;
	overflow: hidden;
	cursor: pointer; 
	text-align: center;
}
a.button-right {
	float: right;
	margin: 0 0 0 6px !important;
}
a.button span,
a.button input,
a.button button {
	background: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	line-height: 15px;
	padding: 3px 0 4px 8px;
	margin: 0;
	white-space: nowrap;
	text-transform: uppercase;
}
a.button input,
a.button button {
	border: none;
	color: #fff !important;
}

a.button:hover {       background-position: right -22px; }
a.button:active {      background-position: right -44px; }
a.button:hover span {  background-position: 0px -22px; }
a.button:active span { background-position: 0px -44px; }
a.button:hover input {  background-position: 0px -22px; }
a.button:active input { background-position: 0px -44px; }
a.button:hover button {  background-position: 0px -22px; }
a.button:active button { background-position: 0px -44px; }

a.button, a.button span, a.button input, a.button button { background-image: url(../img/elements/button.gif); }
#header a.button, #header a.button span, #header a.button input, #header a.button button { background-image: url(../img/elements/button-header.gif); }

input.hidden {
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	visibility: hidden;
}


/*** LAYOUT TABLE ***/
table.layout, table.layout td, table.layout th {
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
table.center {
	margin: 0 auto;
}
table.layout-100 {
	width: 100%;
}
td.layout-min {
	width: auto;
}
td.layout-max {
	width: 100%;
}
td.space {
	padding-right: 10px !important;
}
td.space-20 {
	padding-right: 20px !important;
}
td.space-30 {
	padding-right: 30px !important;
}


/*** SEARCH ***/
input#tx-indexedsearch-searchbox-sword {
	width: 300px;
	float: left;
	margin-right: 10px;
}
.tx-indexedsearch-redMarkup {
	color: #3d6ecb;
}
.tx-indexedsearch-whatis {
	display: none;
}
.tx-indexedsearch-browsebox {
	margin: 5px 0 10px 0;
	padding: 0;
}
.tx-indexedsearch-browsebox ul { margin: 17px 0 0 0; padding:0; }
.tx-indexedsearch-browsebox li { display:inline; list-style:none; padding:0 2px 0 2px; }
.tx-indexedsearch-browsebox li a { text-decoration:none; color:black; border: 1px solid #848484; padding: 0px 3px 0 3px; font-size: 12px; }
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a { font-weight: bold; color: white; background-color: #848484; }
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-previousPage { padding-top: 2px; padding-right: 15px; padding-left: 0px; }
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-nextPage { padding-top: 2px; padding-left: 15px; }
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-previousPage a { border: none; font-size: 11px; }
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-nextPage a { border: none; font-size: 11px; }

.tx-indexedsearch-res {
	margin-top: 10px;
	border-bottom: 1px solid #dfdfdf; 
	padding-top: 20px;

	padding-bottom: 10px;
	border-top: 1px solid #dfdfdf; 
	margin-bottom: 10px;
}
.tx-indexedsearch-res .res {
	padding: 0;
	margin: 0 0 15px 0;
	border: none;
}

div.radio-group div{
  float: left;
  padding: 0px 10px 0px 0px;
  line-height: 2;
}

div.radio-group{
  padding-top: 5px;
  
}

.tx-indexedsearch-search-in{
  padding-top: 10px;
}

/*** DOWNLOADS 

<span class="download download-pdf">
	<a href="xyz.pdf">Datenblatt</a>
	(PDF, 4 kB)
</span>

***/

span.download {
	background-repeat: no-repeat;
	background-position: right top;
}
span.download-pdf {
	padding-right: 50px;
	background-image: url(../img/elements/download-pdf.gif);
	background-position: right -1px;
}
span.download a {
	padding-left: 15px;
	background: url(../img/content/link.gif) no-repeat;
	text-decoration: none;
	color: #464646;
	line-height: 16px;	
	font-size: 11px;
	background-position: 0 -2px;
}
span.download a:hover {
	color: #707070;
}



/*** SELECTOR FORM ***/

table.selectorForm {
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
table.selectorForm td {
	padding: 0 10px 5px 0;
}
table.selectorForm label {
	font-weight: bold;
	display: block;
}
table.selectorForm select {
	margin: 5px 0 5px 0;
}

/*** IMAGE WITH DESCRIPTION ***/

div.imageWithDescription {
	float: left;
	margin: 0 10px 10px 0;
}
div.imageWithDescription img {
	margin-bottom: 5px;
}
div.imageWithDescription p {	
}

/*** IMAGES TABLE ***/
table.images {
	margin: 0 auto;
	border-spacing: 0px;
	border: none;
}
table.images td {
	vertical-align: top;
	border: none;
	padding: 0 5px 15px 5px;
}
table.images img {
}
table.images p {
	margin: 5px 0 0 0;
}


/*** INTERNATIONAL ***/

div.internationalBg {
	position: relative;
	background: url(../img/international/internationalBg.jpg) no-repeat;
	width: 760px;
	margin-left: -36px;
	padding-left: 36px;
}
table.internationalTable th {
	font-size: 13px;
	padding-bottom: 5px;
}
table.internationalTable td {
	width: 120px;
	overflow: visible;
}
table.internationalTable td a {
	display: block !important;
	background: url(../img/international/link.gif) 1px 0px !important;
	line-height: 18px;
	padding-left: 18px;
	text-decoration: none;
	color: #555;
}
table.internationalTable td a.highlight {
	background: url(../img/international/link-dark.gif) 1px 0px !important;
	color: #444;
	font-weight: bold;
}
table.internationalTable td a:hover {
	background-image: url(../img/international/link-dark.gif) !important;
	color: black !important;
}

div#internationalPopup {
	display: none;
	position: absolute;
	top: 0px;
	left: 161px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	width: 460px;
	padding: 10px;
}
div#internationalPopup .h1,
div#internationalPopup h1 {
	font-size: 14px;
	width: 460px;
	position: relative;
}
div#internationalPopup .h1button {
	position: absolute;
	left: 0;
	top: 0;
	width: 460px;
}
div#internationalPopup table {
	width: 460px;
}
div#internationalPopup table td {
	vertical-align: top;
	line-height: 16px;
}
div#internationalPopup a {
	color: #333;
}
