/*
////////////////////////////////////////////////////////////////
//
// text.css Stylesheet fuer die Inhaltsseiten

////////////////////////////////////////////////////////////////
*/

body  {
background-color:#fff;
font-size:14px;
font-family:verdana, arial, sans-serif;
color:#000000;
}

a    { color:#000000;}
a:hover  { }

a:active, a:focus {
background-color: #777 !important;
color: #fff !important;
}

img {
display:none;
height:0; width:0;
}

h1 {
font-size:16px;
}

h2  {
font-size:16px;
}

#background { position:absolute;
              z-index:0;   
              top:0px;
              bottom:0px;
              background-color:white;
              width:650px;
              height:100%;
              left:50%;
              margin: 0 0 0 -325px; }


.only_text { display:inline; }
.not_only_text { display:none; }
