div.domtab{
padding:0 0em;
width:100%;
font-family: Tahoma, Arial, sans-serif;
/* background: controls the background colour of the whole tab box*/
}
ul.domtabs{
float:left;
width:100%;
margin: 0 0 0 0;
list-style: none;
margin-top: 0px !important;
display: block;
font-size: 70%;
}
ul.domtabs li{
float:left;
background:url("norm_right.gif") no-repeat right top;
}

ul.domtabs a:link{
padding: .2em .8em; /* .2em 1em controls the spacing between tabs themselves */
display: block;
color:#999; /* controls the font colour of non active tabs */
font-weight:bold;
text-decoration:none;

}
ul.domtabs a:hover{
display: block;
color:#666; /* controls the font colour of  tabs */
font-weight:bold;
text-decoration:none;
}
ul.domtabs a:active{
padding: .2em .8em; /* .2em 1em controls the spacing between tabs themselves */
display: block;
color:#999; /* controls the font colour of  active tabs */
font-weight:bold;
text-decoration:none;


}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
height:auto;
min-height:.8em; /* 2 em controls spacing between tabs and content */
background:url("norm_left.gif")
      no-repeat left top;
font-size: x-small;

}

div.domtab div { /* this CSS selector? controls how everything in a tab is displayed /*
width: auto;
background: none; /* #ccc Controls the background colour of each tab */
/* color:#fff; */
padding: .3em .3em; /* 1em 1em;controls the width of the padding around content*/
margin-top: 0px !important; /* Fix for IE */
clear:both;
width:auto;
border: 0.3px solid #999;
padding:1em 1em;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
background:url("norm_left.gif")
      no-repeat left top;
color:#e22f30;
text-decoration: none !important; /* I'm not big on underlined links */
}
#domtabprintview{
padding:.5em .4em;
text-align:right;
}
#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
color:#ccc;
}
div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
/* You can control the colours of the links in your tab seperate from the rest of your blog here, I have chosen not to do that, except to make sure that the line height (spacing) jives with the rest of my style*/
line-height: 1em;
}
div.domtab div ul li {
margin: 0;
line-height: 1em;
}

.pflege {
  list-style-type:square;
line-height: 1.4em;
  color: #666666;
}