* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
/* Schriften und Links */
.size14 {
	font-size:14px;
}
.blue {
	color:#330066;
}
.pink {
	color:#ff99cc;
}

a.LinkPink:link, a.LinkPink:visited, a.LinkPink:active, a.LinkPink:hover {
	background-image:url(../images/link.gif);
	background-position: 0px 2px;
	font-weight:bold;
	font-size:11px;
	background-repeat:no-repeat;
	color:#ff99cc;
	text-decoration: none;
	padding-left: 16px;
}
a.LinkPink:hover {
	color:#ffffff;
}
a.LinkPink2:link, a.LinkPink2:visited, a.LinkPink2:active, a.LinkPink2:hover {
	background-image:url(../images/link2.gif);
	background-position: 0px 2px;
	font-weight:bold;
	font-size:11px;
	background-repeat:no-repeat;
	color:#ff99cc;
	text-decoration: none;
	padding-left: 16px;
}
a.LinkPink2:hover {
	color:#ffffff;
}
a.LinkProducts{
	background-image:url(../images/link_white.gif);
	background-position: 0px 2px;
	font-weight:bold;
	font-size:11px;
	background-repeat:no-repeat;
	color:#330066;
	text-decoration: none;
	padding-left: 16px;
	line-height:20px;
}
a.LinkProducts:hover,
a.LinkProductsactive{
	color:#ffffff;
}
a.snav:link, a.snav:visited, a.snav:active, a.snav:hover {
	font-weight:bold;
	font-size:10px;
	color:#330066;
	text-decoration: none;
	line-height:17px;
}
a.snav:hover{
	color:#ffffff;
}
a.LinkBack:link, a.LinkBack:visited, a.LinkBack:active, a.LinkBack:hover {
	background-image:url(../images/link_zurueck.gif);
	background-position: 0px 2px;
	font-size:11px;
	background-repeat:no-repeat;
	color:#330066;
	text-decoration: none;
	padding-left: 16px;
}
a.LinkBack:hover {
	color:#ffffff;
}
a.LinkBlue:link, a.LinkBlue:visited, a.LinkBlue:active {
	color:#330066;
	text-decoration: none;
}
a.LinkBlue:hover {
	color:#330066;
	text-decoration: underline;
}
/* Container */
.TabTop {
	background-image:url(../images/aufbau/tab_top.gif); 
	background-repeat:no-repeat;
	width:703px;
	height:4px;
}
.TabMiddle {
	background-image:url(../images/aufbau/tab_middle.gif); 
	background-repeat:repeat-y;
	background-color:#330066;
	width:679px;
	padding:15px 12px 15px 12px;
}
.TabBottom {
	background-image:url(../images/aufbau/tab_bottom.gif); 
	background-repeat:no-repeat;
	width:703px;
	height:4px;
}
/* Diät Produkte */
.clear{
  clear:both;
  height:0px;
  font-size:0px;
}
div.naehrwerte{
  border:1px solid #ffffff;
  margin:10px 0 0 0;
}
div.naehrwerte div,
div.naehrwerte div b{
    color:#512d65;
    font-size:10px;
}
div.naehrwerte div.row{
  clear:left;
  margin-left:1px;
}
div.naehrwerte div.pink{
  background:#fad3e6;
}
div.naehrwerte div.white{
  background:#ffffff;
}
div.naehrwerte div.row div.col1,
div.naehrwerte div.row div.col2,
div.naehrwerte div.row div.col3,
div.naehrwerte div.row div.col4{
  float:left;
  width:128px;
  border-right:1px solid #ff99cc;
  font-size:10px;
  color:#512d65;
  line-height:15px;
}
div.naehrwerte div.row div.col1{
  padding-left:7px;
}
div.naehrwerte div.row div.col2{
  width:95px;
  text-align:center;
}
div.naehrwerte div.row div.col3{
  width:94px;
  text-align:center;
}
div.naehrwerte div.row div.col4{
  width:74px;
  text-align:center;
}
