* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
html {overflow-y:scroll;}
body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #5A717C;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
  width:960px;
  margin: auto;
}

#header {
  position:relative;
  width:960px;
  height:112px;
  background-image: url(images/header_bg.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#sprache {
  position:relative;
  text-align:right;
  width:645px;
  left:280px;
  top:27px;
  height:34px;
  padding-right:25px;
}

#nav {
  position:relative;
  top:30px;
  margin-left:23px;
}

.abstand {
        margin-left:23px;
}

.start_white {
        color:white;
        font-weight: bold;

}

.clickme {
  position:absolute;
  left:108px;
  top:112px;
  cursor:pointer;
}
.clickme2 {
  position:absolute;
  left:148px;
  top:4px;
  cursor:pointer;
}
.impressum {
  font-size: 11px;
}

#container {
  position:relative;
  width:960px;
  min-height: 404px;
  height: auto !important;
  height: 404px;
}

#left {
  position: relative;
  width: 538px;
  float:left;
}

#right {
        position: relative;
        width: 422px;
        float: right;
        min-height: 404px;
   height: auto !important;
   height: 404px;
        margin-top:16px;
}

#subnav {
   position: relative;
   width: 284px;
   float:left;
        margin-top:16px;
        background-color: #D9E6ED;
}

#subnav_top {
   position: relative;
   width: 214px;
        padding-top:29px;
        padding-left:35px;
        padding-right:35px;
        padding-bottom:20px;
        min-height: 255px;
   height: auto !important;
   height: 255px;
        background-color: #D9E6ED;
}

#warenkorb {
   position: relative;
   width: 214px;
        padding-left:35px;
        padding-right:35px;
        padding-top:10px;
        padding-bottom:10px;
        min-height: 72px;
   height: auto !important;
   height: 72px;
        margin-top:16px;
        background-color: #C4D8E2;
        border-top:2px solid white;
}

#right2 {
        position: relative;
        width: 626px;
        float: right;
        min-height: 317px;
   height: auto !important;
   height: 317px;
        margin-top:16px;
        background-color: #EFF4F7;
        padding-top:90px;
        padding-bottom:20px;
        padding-left:25px;
        padding-right:25px;
}

#right_content{
        background-image: url(images/start_content.gif);
        background-repeat: no-repeat;
        background-color:#B8BABF;
        background-position:right 90px;
        margin-bottom:10px;
        min-height: 452px;
   height: auto !important;
   height: 452px;
}

#footer {
  position: relative;
  width: 960px;
  height: 50px;
  border-top: 1px solid #5A717C;
  margin-top:16px;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:14px;
  color:#5A717C;
  margin-top:0px;
  margin-bottom:0px;
}

.h1line{
  background-image:  url(images/points.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom:5px;
  margin-bottom:10px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#5A717C;
  margin:0px;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 12px;
  font-style: normal;
  color: #5A717C;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-size: 12px;
  font-style: normal;
  color: #5A717C;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  font-size: 11px;
  color:#5A717C;
  text-decoration: underline;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  font-size: 11px;
  color:#5A717C;
  text-decoration: none;
  font-weight : normal;
}

a.blacklink2:link,a.blacklink2:visited,a.blacklink2:active {
  font-size: 11px;
  font-style: normal;
  color: #5A717C;
  text-decoration: none;
  font-weight:bold;
}


a.blacklink2:hover {
  font-size: 11px;
  font-style: normal;
  color: #5A717C;
  text-decoration: underline;
  font-weight:bold;
}

a.blacklink4:link,a.blacklink4:visited,a.blacklink4:active {
  font-size: 9px;
  font-style: normal;
  color: #5A717C;
  text-decoration: underline;
  font-weight:normal;
}


a.blacklink4:hover {
  font-size: 9px;
  font-style: normal;
  color: #5A717C;
  text-decoration: none;
  font-weight:normal;
}

input,textarea,select{
  font-size: 12px;
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #7F9DB9;
  padding:1px;
}

.menubox {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 10;
}

li{
        margin-left: 15px;
        list-style-image:url(images/icon_or.gif);
}

