﻿/* Eric Meyer's reset stylesheet von http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.zh_lang *
{
    font-size: 13px;
    font-family:arial,宋体,SimSun,helvetica,sans-serif;
    
    }

body {
    line-height: 1;
    width: 100%;    
    color: black;

 
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}



ol, ul {
    list-style: none;
}

#techtermbanner_object
{
    position: absolute;
    top: 17px;
    width: 615px;
    height: 351px;
    
}


.bgimage
{
    display: block;
    width: 615px;
    height: 351px;
}


a, a:hover, a:visited
{
	text-decoration: none;
	color: #333;
	line-height: 11px;
}

.zh_lang a,.zh_lang a:hover,.zh_lang a:visited
{
	line-height: 14px;
}

div.linebreak
{
	clear: both;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
    q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* Rahmen für die horizontale und vertikale Zentrierung von http://d-graff.de/selfhtml/center3.html */
html, body {
    height: 100%;
    background-color: #fff;
    font-family: arial, verdana, helvetica, sans-serif;
    /* overflow: hidden; */

}

#spacer {
    padding-top: 12%;
    width: 100%;
    height: 78%;
    min-width: 934px;
    min-height: 554px;

}

#gradient {
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 586px;
    margin-top: -170px;
    margin-bottom: 0;
    background: url( "../images/bg_streifen.png" ) repeat-x #242423;
	height: 2700px;
}

#center {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 934px;
    min-height: 554px;
    margin: -198px 0 0 -467px;
    font-size: 11px;
    z-index: 10;
}

#selector {
    font-size: 11px;
    color: #a3a3a3;
    margin-top: 1px;
}

#search {
    
    font-weight: bold;
    padding-top: 2px;
    float: left;
}

#search li label
{
	font-weight: normal;
	font-size: 11px;
}

#search #searchfield {
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:11px;
	margin:1px 0 0pt 0pt;
	padding:1px 0px 1px 5px;
	width:236px;
}

#search li.label
{
	height: 17px;
}

#searchbutton {
    margin-left: 4px;
    margin-top: 1px;
}


#category, #filter
{
	padding-top: 6px;
}

#category
{
	margin-left: 318px;
}

li.labelCatSelect
{
	padding-bottom: 2px;
}

#category #categoryselect, #filter #modelselect
{
	font-size: 11px;
	background-color: #333333;
	color: #fff;
	height: 17px;
	border: 1px solid #333;
	padding-top: 0px;
	width: 148px;
    margin-top: 1px;
}


#category option, #filter option
{	
	width: 100%;
	padding-top: 3px;
	padding-bottom: 4px;
}

#filter {
    width: 296px;
    height: 34px;
}

#filter #filterselect {
    margin-top: 2px;
}


/* Startseite */
#model {
    position: absolute;
    top: 131px;
}


#navigator {
    position: absolute;
    top: 545px;
    width: 285px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

#navigation {
    position: relative;
    left: 320px;
    width: 285px;
    height: 45px;
    padding: 5px 5px 0 5px;
    background-color: #333;
}

#navigation #previous {
    float: left;
}

#navigation #next {
    float: right;
}

#navigation #next {
    float: right;
}

#navigation #portallink {
    margin-top: 12px;
    margin-right: 5px;
    color: #a4a4a4 !important;
}

#navigation #portallink img {
    margin-left: 5px;
}

#navigation #portallink a, #picturerow a dd
{
    color: #a4a4a4;
}

#picturerowWrapper
{
	width: 934px;
}

.homeThumb
{
	width: 147px;
	height: 76px;
	
}


#picturerow {
    position: relative;

    height: 89px;
    padding: 14px 0 24px 23px;
    text-align: left;
    color: #a4a4a4;
    display: none;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
}


#picturerow dl {
    float: left;
}

#picturerow dt {
    margin-right: 23px;
}

#picturerow dd {
    margin-top: 5px;
    margin-left: auto;
    padding-left: 0px;
    font-size: inherit;
    color: inherit;
    float: inherit;
    background: inherit;
    background-position: inherit;
    width: auto;
}
    
#picturerow dd a
{
	color: #A4A4A4;
}

/* Seite mit den Suchergebnissen */
#result {
    margin-top: 67px;
}

#result dl, #result dt, #result dd {
    display: inline;
}

#result dl {
    width: 296px;
    height: 34px;
    margin-bottom: 26px;
    margin-right: 23px;
    float: left;
}

#result dt {
    float: left;
}

#result dd {
    margin-left: 10px;
    padding-left: 9px;
    width: 213px;
    font-size: 11px;
    color: #323232;
    float: left;
    background: url("../images/listitemarrow.png") no-repeat 0 2px;
}


/* Suchergebnis mit Teasern */
#result dl.teaser {
    height: 125px;
    float: left;
    margin-bottom: 56px;
}

#result dl.teaser dt {
    float: none;
    display: block;
}

#result dl.teaser dd {
    display : block;
    margin-left: 2px;
    margin-top: 8px;
    float: none;
    padding-left: 10px;
    background-position: 0 2px;
}
#result dl.teaser img
{
	width: 222px;
	height: 125px;
    border: none;
}
#result dt img, #relatedterms dt img
{
   border: 1px solid #CCC;
}

#result #batch {
    position: relative;
    top: 14px;
    left: 638px;
    width: 150px;
    height: 20px;
    color: #fff;
}

#result #batch span {
    color: #1b1b1b;
    margin-left: 14px;
    margin-right: 19px;
}

#autocomplete, #savedresults
{
	float: none;
	display: none;
	padding: 3px;
	background-color: #fff;
	position: absolute;
	top: 86px;
	left: 0px;
	width: 235px;
	border: 1px solid #333333;
	z-index: 1000;
}

.autocomplete li:hover
{
	background-color: #a4a4a4;
}

.autocomplete li a
{
	line-height: 15px;
}

.autocomplete li.noresult:hover
{
	background-color: transparent;
}
.autocomplete span.highlightKey
{
	background-color: #000;
	color: #fff;
}


#savedresults
{
	top: 150px;
}


.noresult
{
	padding: 0px 3px 3px 5px;
	line-height: 1.8em;
	color: #333333;
}

.tellusbutton 
{
	width: auto;
	text-align: right;
}

.tellusbutton span
{	
	background-color: #333;
	color: #fff;
	padding: 1px 6px 2px 7px;
}

/* Helfer */
.norightmargin {
    margin-right: 0 !important;
}



#relatedterms
{
	position: absolute;
	left: 630px;
	top: 143px;
}

#relatedterms p
{
	font-weight: bold;
	color: #848484;
}

#relatedterms dl
{
	display: block;
	clear: both;
	padding-top: 23px;
}

#relatedterms dt 
{
	float: left;
}

dd {
    margin-left: 10px;
    padding-left: 9px;
    font-size: 11px;
    color: #323232;
    float: left;
    background: url("../images/listitemarrow.png") no-repeat;
    background-position: left center;
    width: 200px;
}


#techtermdetail
{
	padding: 0px;
	width: 615px;
	position: absolute;
	top: 127px;
	left: 0px;
}


#techtermprops
{
	background-color: #D8D8D8;
	width: 615px;
	height: auto;
	position: absolute;
	z-index: 1000;
}

/* Footnote */
#techtermprops .footnote
{
	color: #848484;
	text-align: right;
	position: absolute;
	right: 15px;
	padding-top: 5px;
}


#techtermprops .headline
{
	display: block;
	padding: 0px;
	padding-top: 24px;
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
}

/* left side */
#techtermprops .lists
{
	float: left;
	width: 200px;
	height: auto;
}

.variantLabel
{
	color: #333333;
	padding-bottom: 3px;
}

/* right side */
#techtermprops .description
{
	margin-left: 0px;
	padding: 0 13px 0 30px;
    
    overflow: -moz-scrollbars-vertical;
    overflow-y: auto;
    
    width: 356px;
	/* height: 495px; */
	line-height: 15px;
}

#techtermprops .description a
{
    color: #666666;
    text-decoration: underline;
}

#techtermprops .description a:hover
{
    color: #CC0000;
    text-decoration: none;
}

.propsleft
{	
	padding-top: 10px;
    padding-bottom: 30px;
    clear: both;
}

.propsleft, #techtermprops .headline, #techtermprops .footnote
{
	padding-left: 16px;
}

#techtermprops ul
{
	background-color: #474747;
	padding-top: 1px;
	padding-bottom: 3px;
}

#techtermprops ul li
{
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 1px 5px 1px 8px;
}
#techtermprops ul li.chosenVariant
{
	background-color: #333;
}

#techtermprops ul a
{
	display: block;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
}

#techtermprops ul li:hover
{
	background-color: #6e6e6e;
}


#techtermprops ul.variants a
{
	color: #fff;
}


#navprevnext
{
	float: left;
}

/* Navigation Prev / next */
.prevnextlink
{
	padding: 1px 6px 2px 6px;
	width: 128px;
	line-height: 12px;
	background-color: #333;
	color: #fff;
	margin-top: 0px;
	cursor: pointer;
    float: left;
    position: absolute;
    display: block;
    top: 0;

}

.prevnextlink:hover
{
	background-color: #6E6E6E;
}

.prevArrow
{
	padding-right: 5px;
}

.nextArrow
{
	padding-left: 5px;	
}

#prevbtn
{
}

#nextbtn
{
	text-align: right;
	padding-right: 5px;
    left: 144px;
}
	
#taf_print
{
	position: absolute;
	right: 0px;
	top: 0px;
}


#print img, #print span
{
	margin-right: 5px;
	float: left;
}

#print a:hover, #tellafriend a:hover
{
	color: #6E6E6E;
}


#print
{
	float:left;
}

#tellafriend
{
    display: inline;
}

#tellafriend img
{
	float:left;
    margin-right:5px;
}

#taf_print a span
{
    position: relative;
    top: 2px;
}

#taf_print .separator
{
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: top;
}

#toolbar
{
	display: block;
	height: 15px;
}

#techtermbanner
{
	padding-top: 2px;
}

.categorySubline
{
	width: auto;
	line-height: normal;
	height: 27px;
	padding: 0pt;
	margin: 0pt; 
}

h2
{
    font-size: 18pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.noresultsOnSubmit
{
	width: 615px;	
	height: 340px;
	background-color: #D8D8D8;
}

.noresultsOnSubmit h2
{
	margin-bottom: 13px;	
}

.noresultsOnSubmit .wrapper
{
	padding-left: 13px;
	padding-top: 10px;
}

.noresultsOnSubmit .wrapper p
{
	padding-left: 3px;
	margin-bottom: 11px;
}

.noresultsOnSubmit .tellusbutton
{
	text-align: left;
}
.noresultsOnSubmit .tellusbutton span
{
	margin-left: 2px;
}


#piplogo
{
    position: absolute; 
    left: 630px; 
    top: 0;
}

#piplogo a 
{
    display: block;
}

img.piplogo
{
    display: block;
}

#piplogo .piplink
{
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #848486;
    margin-top: 7px;
    display: block;
    line-height: 11px;
}

#piplogo .piplinktext
{
    float: left;
    line-height: 11px;
}

#piplogo a span img
{
    margin-left: 5px;
}

