html {
  height: 100.1%
}

html, body, form, ol, ul, li, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #b10020;
  padding: 9px 0px;
  line-height: 20px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 11px;
  text-transform: uppercase;
  padding: 9px 9px 9px 13px;
  color: #fff;
}

ol, ul {
  list-style: none;
}

a:link, a:active, a:hover, a:visited {
  color: #000;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  
  background: url("../img/page_bg.gif") top left repeat-x;
  behavior: url("fileadmin/templates/css/csshover2.htc");
}

td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

/*td p { margin: 0px; } */

#body_right td {
  font-size: 11px;
}

#container {
  width: auto;
  min-width: 960px;
}

/**
 * HEADER 
 **/
#header {
  height: 132px;
  position: relative;
  color: #FFF;
  min-width: 1000px;
  max-width: 1655px; /*1270px;*/
}

#header a {
  text-decoration: none;
  color: #FFF;
  font-size: 11px;  
}

#header a:hover {
  text-decoration: underline;
}

  #logo {
    position: absolute;
    top: 0px;
    left: 7px;
  }

  #navi {
    position: absolute;
    top: 33px;
    left: 330px;
    min-width: 500px;
    z-index: 100;
  }
  
  #navi ul.root li {
    position: relative;
    display: inline;
  }
  
  #navi ul.root li a {
    padding: 6px 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
  }

  #navi ul.root li:hover a,
  #navi ul.root li a:hover {
    background-color: #f5c363;
    text-decoration: none;
  }
  
  #navi ul.root li ul.sub {
    display: none;
    visibility: hidden;
  }
      
  #navi ul.root li:hover ul.sub {
    position: absolute;
    top: 19px;
    left: 0px;
    
    visibility: visible;
    display: block;
    
    border-top: 1px solid #f5a100;
  }

  #navi ul.root li ul.sub li {
  }
  
      
  #navi ul.root li ul.sub li a.active {
  	border-top: 1px solid #f5c363;
  	border-bottom: 1px solid #f5c363;
  }
  
  #navi ul.root li ul.sub li.first-child a.active {
    border-top: 0px; 
  }
  
  #navi ul.root li ul.sub li.last-child a.active {
    border-bottom: 0px;
  }

  #navi ul.root li ul.sub li a {
    padding: 6px 15px 5px 15px;
    
    width: 135px;
    display: block;
    
    background-color: #FFF;
    color: #000;
  }
  
  #navi ul.root li ul.sub li a {
    background: url("../img/subnavi_bg.gif") bottom left no-repeat;
  }
  
  #navi ul.root li ul.sub li a:hover {
    color: #FFF;
    background: url("../img/subnavi_bg_h.gif") bottom left no-repeat;
  }
  
  #navi ul.root li ul.sub li.last-child a {
    background: url("../img/subnavi_bg_last.png") bottom left no-repeat;
  }
  
  #navi ul.root li ul.sub li.last-child a:hover {
    background: url("../img/subnavi_bg_last_h.png") bottom left repeat-y;
  }

  #languages {
    position: absolute;
    top: 4px;
    right: 10px;
  }
  
  #languages img{
  	border:none;
  }
  
  #languages ul div li {
    float: left;
  }

  #languages ul li {
    float: left;
  }
  
  #breadcrumb {
    position: absolute;
    top: 100px;
    left: 23px;
  }
  
 .breadcrumb_pfeil{
    font-size:11px;
    font-family:Verdana,sans-serif;
  }

  #login_usercc {
    position: absolute;
    top: 65px;
    right: 12px;
    width: 270px;
  }

/**
 * BODY
 **/
#body {
}

#body_left {
  float: left;
  width: 230px;
  margin-left: 10px;
}

#body_middle {
  float: left;
  width: 520px;
}

#body_right {
  min-width: 230px;
  max-width: 885px; /*500px*/
		
  position: absolute;
  left: 760px;
  right: 10px;
  
  font-size: 11px;
}

/**
 * CONTENT
 **/
 
.content {
  width: 490px;
  margin: 5px auto 10px auto;
  font-size: 12px;
}

.content ul{
	margin-left: 15px;
	list-style-image: url(../img/list_square.gif);
}

.content li{
	padding:1px;
}

.content img{
	border:none;
}

.content .hd .c {
  font-size: 1px;
  height: 10px;
}

.content .bd .c {
  padding: 0px 15px 1px 15px;
}

.content .ft .c {
  font-size: 1px;
  height: 10px;
}

.content .hd { background: transparent url("../img/main_tl.gif") no-repeat 0px 0px; }
.content .hd .c { background: transparent url("../img/main_tr.gif") no-repeat right 0px; }
.content .bd { background: transparent url("../img/main_ml.gif") repeat-y 0px 0px; }
.content .bd .c { background: transparent url("../img/main_mr.gif") repeat-y right 0px; }
.content .ft { background: transparent url("../img/main_bl.gif") no-repeat 0px 0px; }
.content .ft .c { background: transparent url("../img/main_br.gif") no-repeat right 0px; }

/**
 * TEASER
 **/
 
.teaser {
  margin: 5px auto 10px auto;
}

.teaser .hd .c {
  height: 42px;
}

.teaser .bd .c {
  padding: 1px 10px 1px 10px;
}

.teaser .ft .c {
  font-size: 1px;
  height: 10px;
}

.teaser .hd { background: transparent url("../img/teaser_tl.gif") no-repeat 0px 0px; }
.teaser .hd .c { background: transparent url("../img/teaser_tr.gif") no-repeat right 0px; }
.teaser .bd { background: transparent url("../img/teaser_ml.gif") repeat-y 0px 0px; }
.teaser .bd .c { background: transparent url("../img/teaser_mr.gif") repeat-y right 0px; }
.teaser .ft { background: transparent url("../img/teaser_bl.gif") no-repeat 0px 0px; }
.teaser .ft .c { background: transparent url("../img/teaser_br.gif") no-repeat right 0px; }

.teaser td p {
  margin: 0px;
  padding: 0px;
}

#teaserInfoButtons {
  text-align: center;
}

#teaserInfoButtons img {
  margin: 0px 3px;
}

/**
 * FORMS
 **/
 
.form-item {
  margin-bottom: 10px;
}

.form-item select{
	text-transform:uppercase;
}

.form-item option{
	text-transform:none;
}

.form-item label {
  float: left;
}

.form-item input.form-text {
  border: 1px solid #b10020;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}

.form-item.checkbox label {
  float: none;
}

#suche_stapler label,
#suche label {
  width: 50px;
}

#suche_stapler .form-text,
#suche .form-text {
  margin: 8px 0px 3px 0px;
  width: 146px;
  padding: 5px 3px 5px 6px;
}

#login .form-item {
  margin-bottom: 7px;
}

#login .form-text {
  padding: 3px 3px 3px 3px;
  width: 100px;
  text-transform: none;
  height: 13px;
  font-size: 11px;
}

#logout .form-submit,
#login .form-submit {
  width: 65px;
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #b10020;
  font-weight: bold;
  font-size: 10px;
  margin: 2px;
  padding: 1px;
}

#login label {
  width: 80px;
  font-size: 11px;
  line-height: 20px;
}

#login #login_left {
  float: left;
  margin-right: 9px;
}

#login #login_register_link {
  text-align: center;
  font-size: 11px;
  display: block;
  padding: 4px 4px 2px 4px;
}

/**
 * USERCC
 **/
#login_usercc .container {
  /*line-height: 20px;*/
  padding-top: 3px;
  font-size: 11px;
  height: 24px;
}

#login_usercc .products {
  color: #d55c5c;
}

#login_usercc .logout {
  text-align: right;
  padding-right: 4px;
  float: right;
}

#mySiteHistory-morelink, #changeData a{
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../img/icon_arrows_down.gif') right 2px no-repeat;
  font-weight: bold;
  
  font-size: 11px;
  text-decoration: none;
  color: #b10020;
}

#changeData a{
  background: none;
}

#mySiteHistory-morelink.visible {
  background: url('../img/icon_arrows_up.gif') right 2px no-repeat;
  color: #000000;
}

#mySiteHistory-items {
  padding: 2px 0px 10px 0px;
  display: none;
}

#mySiteHistory-items .item {
  float: left;
  margin: 2px 2px 2px 0px;
  border: 1px solid #000;
}

#mySiteHistory-items .noItems {
  text-align: center;
  font-size: 11px;
}


#mySiteMerkliste-morelink {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../img/icon_arrows_down.gif') right 2px no-repeat;
  font-weight: bold;
  
  font-size: 11px;
  text-decoration: none;
  color: #b10020;
}

#mySiteMerkliste-morelink.visible {
  background: url('../img/icon_arrows_up.gif') right 2px no-repeat;
  color: #000000;
}

#mySiteMerkliste-items {
  padding: 2px 0px 10px 0px;
  display: none;
}

#mySiteMerkliste-items .item {
  float: left;
  margin: 2px 2px 2px 0px;
  border: 1px solid #000;
}

#mySiteMerkliste-items .noItems {
  text-align: center;
  font-size: 11px;
}
#mySiteMerkliste-items .merkzettel_open {
  text-align: right;
}
#mySiteMerkliste-items .merkzettel_open a {
  font-size: 11px;
  color: #b10020;
}
#mySiteMerkliste-items .merkzettel_open a:hover {
  text-decoration: none;
}


#mySiteFavoritensuche-morelink {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  /*background: url('../img/icon_arrows_down.gif') right 2px no-repeat;*/
  font-weight: bold;
  
  font-size: 11px;
  text-decoration: none;
  color: #b10020;
}

#mySiteFavoritensuche-morelink.visible {
  /*background: url('../img/icon_arrows_up.gif') right 2px no-repeat;*/
  color: #000000;
}

#mySiteFavoritensuche-items {
  display: none;
}


/**
 * MERKZETTEL
 **/
td.merkzettel_delete {
  text-align: right !important;
}

.merkzettel_delete a {
  font-size: 11px;
  text-decoration: underlined;
  color: #b10020;
}

.merkzettel_delete a:hover {
  text-decoration: underlined;
}

/**
 * DOWNLOADS
 **/
 
.download-item { font-size: 11px; margin-bottom: 7px; clear: both; }
.download-item img.icon { margin: 0px 10px 0px 3px; }

#downloads-more {
  display: none;
}

#downloads-morelink {
  display: block;
  padding-top: 5px;
  background: url('../img/icon_arrows_down.gif') right 2px no-repeat;
  font-weight: bold;
  
  font-size: 11px;
  text-decoration: none;
  color: #b10020;
}

#downloads-morelink.visible {
  background: url('../img/icon_arrows_up.gif') right 2px no-repeat;
}

#downloads-morelink:hover {
  text-decoration: underline;
}

#downloads-morelink span.hidden { display: none; }

/**
 * SEARCH
 **/
 
#search-more {
 /* display: none;*/
}

#search-morelink {
}

#search-morelink span.hidden { display: none; }

table.suchergebnisse {
  background-color: #FFF;
}

table.suchergebnisse th {
  text-align: center;
  background-color: #B10020;
}

table.suchergebnisse td {
  padding: 5px;
}

#suchergebnisse a, .suchergebnisse a{
	text-decoration:none;
}

.suchergebnisse td{
	text-align:center;
}

#suchergebnisse_viewtypes {
  text-align: right;
  padding: 0px 5px 10px 0px;
}

#suchergebnisse_viewtypes img {
}

#suchergebnisse .item {
  width: 48%;
  float: left;
  text-align: center;
  margin-left: 5px;
}

#suchergebnisse .item .image {
  margin: 5px 0px;
}

#suchergebnisse .item .image img {
  border: 10px #eee solid;
}

#suchergebnisse .item .title {
  margin: 5px 0px;
  font-size: 11px;
}

#suchergebnisse .bottom {
  clear: both;
}

#suche_stapler_rating{
	margin:8px 0 3px;
	padding:5px 0px 5px 6px;
	width:160px;
	cursor:pointer;
	float:left;
}

#suchergebnisse .spalten{
	padding: 0px; 
	margin:0px 0px 0px 0px;
	overflow:hidden;
	vertical-align:middle;
}

#suchergebnisse .spalten a{
	line-height:25px;
	padding:0px 0px 0px 5px;
}

#suchergebnisse .spalten_elemente{
	overflow: hidden; 
	width:130px;
	float:left;
}

#suchergebnisse .spalten_trenner{
	width:1px;
	float:left;
	overflow:hidden;
		float:left;
	background-color:#FFFFFF;
}

#suchergebnisse .spalten_trenner_horr{
	height:1px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#suchergebnisse #slider{
	position: absolute; 
	top: 0px; 
	left: 65px; 
	white-space: nowrap;  
	width: 100000000000px; 
	z-index:10;
}

#suchergebnisse #container_links{
	width:65px; 
	overflow:hidden;
	position: absolute; 
	z-index:30; 
	top:0; 
	left:0; 
	background-color:#DADADA;
}

#suchergebnisse #prev_button, #suchergebnisse #next_button{
	float:left; 
	width:25px; 
	height:22px; 
}

#suchergebnisse #next_button{
	background-image:url(../img/next_s.gif); 
	cursor:pointer;
}

#suchergebnisse #prev_button{
	margin-right:10px;
	background-image:url(../img/prev.gif); 
}

#suchergebnisse #titel{
	padding-top:158px;
}

#suchergebnisse .dark{
	background-color:#E2E2E2;
}

#suchergebnisse .light{
	background-color:#F5F5F5;
}

#suchergebnisse .rot{
	background-color:#B10020;
	height:25px;
	text-align:center;
	padding:0px;
	vertical-align:middle;
}

#suchergebnisse .rot img{
	vertical-align:middle;
}

#suchergebnisse #spalten_pfeile{
	padding-top:15px;
}

#suchergebnisse.ergebnisse_spalten{
	position: relative; 
	width:458px;
	overflow:hidden;
	border:solid 1px #fff;
}

#suchergebnisse .spalten_img{
	padding: 0px 0px 0px 0px; 
	margin:0px 1px 0px 1px;
}

/**
 * FAVORITEN
 **/

#favoriten { 
  width: 450px;
  margin: 0px auto;
}
#favoriten .favoriten_bauart,
#favoriten .favoriten_hersteller,
#favoriten .favoriten_tragkraft {
  float: left;
  width: 150px;
}

#favoriten .favoriten_bauart .item,
#favoriten .favoriten_hersteller .item,
#favoriten .favoriten_tragkraft .item {
  font-size: 11px;
  margin-top: 3px;
  background: #FFF;
  margin-right: 3px;
}

#favoriten .favoriten_bauart .item input,
#favoriten .favoriten_hersteller .item input,
#favoriten .favoriten_tragkraft .item input {
  float: left;
  cursor: pointer;
}

#favoriten .favoriten_bauart .item label,
#favoriten .favoriten_hersteller .item label,
#favoriten .favoriten_tragkraft .item label {
  line-height: 19px;
  cursor: pointer;
}

#favoriten .favoriten_bauart .item.even,
#favoriten .favoriten_hersteller .item.even,
#favoriten .favoriten_tragkraft .item.even {
  background: #EEE;
}

#favoriten .favoriten_bauart .more-items,
#favoriten .favoriten_hersteller .more-items,
#favoriten .favoriten_tragkraft .more-items {
  display: none;
}

#favoriten .favoriten_bauart .opened,
#favoriten .favoriten_hersteller .opened,
#favoriten .favoriten_tragkraft .opened {
  display: none;
}

#favoriten .favoriten_bauart .title,
#favoriten .favoriten_hersteller .title,
#favoriten .favoriten_tragkraft .title {
  padding: 2px 0px 2px 2px;
  background: #B10020;
  color: #FFF;
  width: 145px;
}

#favoriten .favoriten_bauart .morelink,
#favoriten .favoriten_hersteller .morelink,
#favoriten .favoriten_tragkraft .morelink {
  display: block;
  margin-top: 3px;
  margin-right: 3px;
  text-align: center;
  background: #FFF;
  border: 1px solid #B10020;
}

#favoriten .favoriten_bauart .checked,
#favoriten .favoriten_hersteller .checked,
#favoriten .favoriten_tragkraft .checked {
  color: #B10020;
}

#favoriten .submit {
  margin-top: 10px;
  text-align: right;
}

/**
 * LANGUAGES
 **/
 
#languages-more {
  overflow: hidden;
  float: left;
  height: 24px;
}

#languages .opened {
  width: 160px;
}

#languages .closed {
  width: 44px;
}

#languages-morelink img {
  padding: 2px 4px 2px 2px;
}

#languages-more.opened #languages-opentext { display: none; }
#languages-more.closed #languages-closetext { display: none; }

/**
 * MISC
 **/
 
#const_link {
  text-align: right;
  font-size: 10px;
  color: #b3b3b3;
  margin-right: 30px;
}

#const_link a {
  color: #b3b3b3;
  font-size: 10px;
  text-decoration: none;
}

#const_link a:hover {
  text-decoration: underline;
}

#msg {
  padding: 5px 15px;
}

#msg.success {
  background: #00AA00;
  color: #FFF;
}

#msg.error {
  background: #CC0000;
  color: #FFF;
}

/**
 * TEXT COLORS
 **/
 
.red {
  color: #b10020;
}

/**
 * LIST TYPES
 **/

ul.listOne {
  margin: 7px 5px 3px 18px;
  list-style: disc;
}

ul.listOne li {
  margin: 2px 0px;
  font-weight: bold;
}

ol.listOne {
  margin: 7px 5px 3px 18px;
  list-style: decimal;
}

ol.listOne li {
  margin: 2px 0px;
  font-weight: bold;
  margin-bottom: 10px;
}

ol.listOne li ol {
  list-style: decimal;
  margin-left: 20px;
}
ol.listOne li ol li {
  font-weight: normal !important;
}

/**
 * REGISTER FORM
 **/
 
#body_middle .tx-tkdyncontent-pi1 form { margin-top: 20px; }
#body_middle .tx-tkdyncontent-pi1 form .form-item { margin-top: 5px; margin-bottom: 0px; }
#body_middle .tx-tkdyncontent-pi1 form .form-item label { width: 150px; padding-left: 15px; font-weight: bold; }
#body_middle .tx-tkdyncontent-pi1 form .form-item input { width: 250px; text-transform: none; padding: 2px; }

#body_middle .tx-tkdyncontent-pi1 form .form-item.checkbox label { width: 250px; font-weight: normal; padding-left: 0px; }
#body_middle .tx-tkdyncontent-pi1 form .form-item.checkbox input { width: 25px; margin-left: 20px; }

/**
 * SITEMAP 
 **/
.tx-flseositemap-pi1 ul {
  margin-left: 30px;
}

.tx-flseositemap-pi1 ul li.deep0 {
  margin-bottom: 10px;
}

.tx-flseositemap-pi1 ul li.deep0 a {
  line-height: 20px;
}

.tx-flseositemap-pi1 ul li.deep1 a {
  line-height: 15px;
}

.hidden {
  display: none;
}

.seitenzahlen{
	margin-top:15px;
	float:left;
}

.seitenzahlen a {
  text-decoration: none;
  padding: 2px 6px;
  background-color: #F5F5F5;
  color: #666;
}

.seitenzahlen a:hover,
.seitenzahlen b a {
  background-color: #B10020;
  color: #FFF;
}

.eintraege-seite{
	float:right;
}

#body_middle .eintraege-seite form{
	margin:10px 0px 0px 0px;
	padding:0px;
}

.clear_both{
	font-size:0px;
	line-height:0px;
	height:0px;
	clear:both;
}

/* Konktaktformular */

#kontaktformular input, textarea, select {
	border:1px solid #B10020;
	color:#333333;;
	padding: 2px;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}


#kontaktformular .formebene {
	clear: both;
	padding: 2px 0;
}

#kontaktformular .input {
	width:300px;
}

#kontaktformular .area {
	width:300px;
	height:150px;
	font-size:12px;
}

#kontaktformular .checkbox{
	margin:5px 0px 5px 0px;
	padding:0px;
	border:1px solid #B10020;	
}

#kontaktformular .label {
	float:left;
	width:10em;
	margin-top: 3px;
}

#kontaktformular .submit{
	margin-left:120px;
}

/* Konktaktformular ENDE */

/* Benutzerdaten ändern */

#kontakt_bearbeiten input {
	border:1px solid #B10020;
	color:#333333;;
	padding: 2px;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

#kontakt_bearbeiten .formebene {
	clear: both;
	padding: 2px 0;
}

#kontakt_bearbeiten .input {
	width:300px;
}

#kontakt_bearbeiten .input.select {
	width:306px;
}

#kontakt_bearbeiten .label {
	float:left;
	width:10em;
	margin-top: 3px;
}

#kontakt_bearbeiten .submit{
	padding-top:5px;
	margin-left:120px;
}

#footer{
	clear:both;
	width:100%;
	margin-bottom:10px;
}

  #meta_navi {
    min-width: 180px;
	width:100%;
	text-align:center;
	color:#666666;
  }
  
  #meta_navi ul li {
    display: inline;
  }
  
  #meta_navi ul li a{  
	color: #666666;
  	text-decoration:none;  
  }
  
  #meta_navi ul li span {
    margin: 0px 1px 0px 5px;
  }
  
  #meta_navi ul li.last-child span {
    display: none;
  }


/* Benutzerdaten �ndern ENDE */

@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
    #suche .form-item {
        /*background: #123;*/
        height: 45px;
    }
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
    #suche .form-item {
        /*background: #123;*/
        height: 45px;
    }
}
