@charset "utf-8";

html {
   width:100%;
   text-align:center;
   min-height:100%;
}

body {
   margin:0px auto; 
   padding:0;
   font-family:arial,helvetica,verdana,sans-serif;
   color:#386999;
   font-size:12px;
   line-height:18px;
   background-color:#ffffff;
   width:100%;
   text-align:center;
   min-height:100%;

}   


#content-wrap {
   text-align:center;
   width:850px;
   margin:auto;
   padding:0;
   min-height:100%;   
}

#inner-wrap {
   float:left;
   width:850px;
   margin:auto;
   padding:0;
   margin-top:30px;   
   background-image:url(../gfx/bg_navi.jpg);
   background-repeat:repeat-y;   
   min-height:800px;   
height:auto !important;  /* für moderne Browser */

				  	 height:800px;  /*für den IE */   
}

#logo-wrap {
   float:right;
   margin:0;
   padding:0;
   width:452px;
   height:89px;
}

#logo-wrap img {
   border:none;
}

/* ========== CONTENT ELEMENTE ========== */

.shop-wrap {
   float:left;
   width:100%;
   margin:auto;
   padding:0;
   margin-top:30px;   
   background-image:url(shop_button.jpg);
   background-repeat:no-repeat;    
   margin-bottom:30px;
   height:44px;
}

.shop-link {
   float:left;
   margin: 0 auto;
   padding:0;
   margin-left:83px;
   margin-top:11px;
}

a { color:#a6b440; text-decoration:underline; font-size:12px; }
a:hover { color:#a6b440; text-decoration:none; font-size:12px; }

#content-area-wrap {
   float:right;
   margin:0;
   padding:0;
   margin-top:40px;
   width:550px;
   text-align:left;
   margin-right:55px;
}

h1 {
   font-size:12px;
   font-weight:bold;
}

.shop-link a { color:#a6b440; text-decoration:underline; font-size:14px; }
.shop-link a:hover { color:#a6b440; text-decoration:none; font-size:14px; }

.content-text-image-image {
   margin-right:10px;
   margin-bottom:10px;
   margin-left:0;
   padding:0;
   width:206px;
   float:left;
   border:1px solid #cccccc;
}

.content-text-image-image img {
   margin:3px 0 3px 3px;
   padding:0;
   border:none;
}

.clearDIV {
   clear:both;
}

/* ========== NAVIGATION ========== */

#navi-wrap {
   float:left;
   margin:0;
   padding:0;
   margin-top:45px;
   margin-left:10px;
   width:135px;
   text-align:left;
}

#navi-wrap ul {
   list-style-type:none;
   margin:0;
   padding:0;   
}

#navi-wrap li {
   margin:0;
   padding:0;
   line-height:24px;
}

a:link.navi-main-no {color:#386999; text-decoration:none; font-size:12px; }
a:visited.navi-main-no {color:#386999; text-decoration:none; font-size:12px; }
a:active.navi-main-no {color:#386999; text-decoration:none; font-size:12px; }
a:hover.navi-main-no {color:#386999; text-decoration:underline; font-size:12px; }

a:link.navi-main-act {color:#386999; text-decoration:none; font-size:12px; font-weight:bold; }
a:visited.navi-main-act {color:#386999; text-decoration:none; font-size:12px; font-weight:bold; }
a:active.navi-main-act {color:#386999; text-decoration:none; font-size:12px; font-weight:bold; }
a:hover.navi-main-act {color:#386999; text-decoration:none; font-size:12px; font-weight:bold; }

