/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
sup{font-size:80%;vertical-align:top;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */


html, body, table, textarea, input {
  line-height: 1.3;
  font-size: 12px;
  font-family: "Trebuchet MS", sans-serif; 
  color: #1A171B;
}
body {
  background: url(../images/layout/bg_top_2.jpg) no-repeat center 69px;
  /*overflow: -moz-scrollbars-vertical;*/
}
li {
  padding: 0 10px 10px 20px ;
  background: url(../images/list2.gif) no-repeat 8px 4px;
  line-height: 1.2;
}
img.linien {
  padding: 2px 0;
  border-top: 1px solid #075C8C;
  border-bottom: 1px solid #075C8C;
}
a {
  color: #494B53;
  text-decoration: none;
}

a#logo{

  position:absolute;
  top: 0;
  right: 100px;
  height: 40px;
  width: 333px;
  display:block;
  background: url(../images/layout/logo.jpg) no-repeat;
}

input[type="text"] {
  height: 16px;
  width: 121px;
  border: 0;
  font-size: 10px;
  padding: 1px 0 0 2px;
  background: url(../images/layout/bg_input_text.jpg) no-repeat;  
}

div#language_select{
  width: 150px;
  float: left;
}

div#search{
  margin-left: 100px;
  width: 200px;
  float: left;
}

h1{
  font-size: 22px;
  color: #00ADD5;
  padding: 0px 0px 16px 0px;
}
h2{
  font-size: 18px;
  color: #00ADD5;
  padding: 0px 0px 16px 0px;
}


/* --------------------------- */
div#page {  
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../images/layout/bg_wrapper.jpg) repeat-y center;
}
* html div#page {
  height: 100%;
}


div#wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 60px; /* Abstand zu Footer */
  float: left;  
}
div#top_1 {
  
  position: relative;  
  height: 59px;  
  width: 995px;
  background: #fff;
  margin: 10px auto 0 auto;
} 
div#top_2 {
  position: relative;  
  height: 164px;  
  width: 995px;
  margin: auto auto;
  margin-bottom: 15px;
}

div#navi_main{
  position:absolute;
  top:10px;
  left:0;  
}

div#navi_main a{
  display:block;
  font-family: 'Lucida Sans Unicode';
  float:left;
  margin-right: 25px;
  color: #fff;
  font-size: 15px;
}
div#navi_main a:hover, div#navi_main a.current{
  color: #075C8C;
}



div#wrapper_inner {
  position: relative;
  width: 995px;
  margin: auto auto;  
}
 
div#middle {
  position: relative;
  min-height: 350px;
}
div#content{
  float:left;
  width: 565px;
  
}
div#sidebar_left{  
  width: 190px;
  float:left;  
  margin-right:25px; 
}


div.content_box{ 
  background: #EDF3F7;
  margin-bottom: 15px;
}
div.content_box span.headline{
  display: block;
  background: #075C8C;
  padding: 6px 3px 6px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

div.content_box span.headline a{
  text-decoration: none;
  color: #fff;
  
}

div.content_box div{
  position: relative;
  padding: 6px 6px 10px 6px;  
}


div.box_sidebar{ 
  background: #CDDEE8;

}
div.box_sidebar span.headline{
  display: block;
  background: #075C8C;
  padding: 6px 3px 6px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
div.box_sidebar span.customer{
  background: #075C8C url(../images/layout/bg_sidebar_headline_customer.jpg) no-repeat  165px 5px;
}
div.box_sidebar span.cart{
  background: #075C8C url(../images/layout/bg_sidebar_headline_cart.jpg) no-repeat  155px 5px;
}
div.box_sidebar span.forum{
  background: #075C8C url(../images/layout/bg_sidebar_headline_forum.jpg) no-repeat  155px 5px;
}
div.box_sidebar a.headline{
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px 6px 6px;
  font-weight: bold;
  background: #075C8C url(../images/layout/bg_sidebar_headline_link.jpg) no-repeat 167px center;
}
div.box_sidebar div{
  position: relative;
  padding: 6px 6px 30px 6px;  
}
div.box_sidebar div.eisbaer{
  position: relative;
  padding: 6px 6px 30px 6px;
  background: url(../images/layout/bg_sidebar_content_eisbaer.jpg) no-repeat 18px 20px;
  padding-right: 70px;  
}

div.box_sidebar div a{
  display:block;
  position:absolute;
  bottom: 6px; 
  right: 6px;  
  color: #fff;
  width: 45px;
  height: 17px;
  padding: 3px 0 0 25px;
  font-size: 11px;
  font-weight: bold;
  background: #075C8C url(../images/layout/bg_sidebar_content_link.jpg) no-repeat;  
}


div.box_sidebar div a{
  display:block;
  position:absolute;
  bottom: 6px; 
  right: 6px;  
  color: #fff;
  width: 45px;
  height: 17px;
  padding: 3px 0 0 25px;
  font-size: 11px;
  font-weight: bold;
  background: #075C8C url(../images/layout/bg_sidebar_content_link.jpg) no-repeat;  
}

div#sidebar_right{  
  width: 190px;
  float:right;  
  margin-left:25px;  
}
div.content_bottom, .news{
  border-top: 1px solid #075C8C;
  border-bottom: 1px solid #075C8C;
}
div.content_bottom_inner, .news_inner{
  padding: 15px 10px 15px 10px;
  background: #EDF3F7;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #075C8C;  
}
.news_inner {
  position: relative;
  padding: 15px 10px 50px 10px;
}
.news_inner img{
  margin-right: 10px;
  float:left;
}
div.content_bottom_inner span, .news_inner span {
  display:block;
  font-size: 14px;
  color: #075C8C;
  font-weight: bold;  
  padding: 0px 0px 10px 0px;
}
.news_inner a{
  display:block;
  position:absolute;
  bottom: 6px; 
  right: 6px;  
  color: #fff;
  width: 45px;
  height: 17px;
  padding: 3px 0 0 25px;
  font-size: 11px;
  font-weight: bold;
  background: #075C8C url(../images/layout/bg_news_link.jpg) no-repeat;  
}


/*div#bottom {
  position: relative;
  height: 21px;
  background: #6B6A76;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 4px 0px 0px 0px;
}
*/
div#bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29px;  
  background: url(../images/layout/bg_footer.jpg) repeat-x;

}
* html div#bottom {bottom: -1px;}
div#bottom_inner {
  position: relative;
  width: 995px;
  height: 20px;
  margin: auto auto;
  padding: 9px 0px 0px 0px;
  font-size: 11px;
  color: #fff;
  text-align: center;  
}
div#bottom_inner a{
  color:#fff;
}

div#navi_meta{
  position:absolute;
  bottom:20px;
  right:0;
} 
div#navi_meta a, span{
  color: #075C8C;
  font-weight: bold;
}

div#navi_meta span{
  padding: 0 3px 0 3px;
}

div#recaptcha_area table {
  table-layout: auto;
}

div#pagenavi a {
  margin: 0 3px 0 0;
}

div#pagenavi a.active {
  font-weight: bold;
}

div.blog_entry div.teaser {
  margin: 0 0 10px 0;
  font-style: italic;
}

div.blog_entry div.author {
  margin: 0 0 10px 0;
}

div.blog_entry div.text {
  margin: 0 0 20px 0;
}

/*div#blog_comment_form input#blog_comment_name,
div#blog_comment_form input#blog_comment_email {
  width: 200px;
}*/

div#blog_comment_form textarea#blog_comment_comment {
  width: 400px;
  height: 150px;
}

div#blog_comment_form label {
  margin: 0 0 3px 0;
}

div#blog_comment_form form {
padding: 6px 6px 10px 6px;
background-color: #EDF3F7;
}

div.blog_articles div.content_box div p {
  padding: 0 0 10px 0;
}

div.blog_articles div.content_box div span.more {
  text-align: right;
  width: 100%;
}
/* --------------------------- */ 
