@charset "utf-8";
/* CSS Document */

#body{
  font-family: Arial;
  font-size: small;
}


#ganztop{
background: white;
border-bottom: solid 1px #696969;
height: 40px;
position:fixed;
left: 0%;
top: 0%;
/*width: 100%;*/
width: 710px;
overflow:auto;
z-index: 20;
}

#top{
  font-family: Arial;
  font-size: medium;
  text-align: right;
  font-weight: bold;
position:fixed;
top: 10px;
min-width: 12em;
height: 20px;
width: 710px;
overflow: hidden;
z-index: 30;
}

#content{
width: 710px;
background-color: white;
position: absolute;
top:50px;
left: 0%;
/*height: 800px;*/
z-index: 10;
}


#produkt{
  position: relative;
  /*background-color: #EAFEFF;*/
    /*width: 690px;*/
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
    /*border: 1px solid #696969;*/
    /*min-height: 210px;*/
}




#bild{
  position: absolute;
  /*height: 287px;  */
  /*float: left;*/
  width: 314px;
 /* margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px; */
  left: 5px;
  top: 5px;
  /*border: 1px solid #696969; */
  /*background-color: #6495ED; */
}

#prodtext{
  position: relative;
  background-color: white;
  /*border: 1px solid #696969;*/
  width: 370px;
  left: 335px;
  top: 5px;
  margin-bottom: 10px;
  /*padding-right: 5px;
  padding-top: 5px;
  padding-left: 5px;*/
}

a.main:link{
color:black;
text-decoration: underline;
}

a.main:visited{
color:black;
text-decoration: underline;
}

a.main:hover{
color: #C71585;
text-decoration: none;
}

table.tabelle {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
    width: 370px;
  text-align: left;
}
table.tabelle th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: black;
    text-align: left;
}
table.tabelle td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: black;
    text-align: left;
}


#fett{
  font-weight: bold;
}

#normal{
  font-weight: normal;
  text-align: justify;
}

#small{
  font-size: smaller;
  text-align: justify;
}


