/* CSS Document */

HTML, BODY {
height: 100%;
}

.headline
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #0000FF;
    font-size :                  12pt;
    font-weight :                bold;
  } 

.smalltext
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #000000;
    font-size :                  10pt;
  } 
  
 .smallgrey
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #666666;
    font-size :                  9pt;
  } 
  
.smallblue
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #0000FF;
    font-size :                  10pt;
    font-weight :                bold;
  } 
  
.smallblack
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #000000;
    font-size :                  10pt;
    font-weight :                bold;
  } 
  
.smalllink
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #0000FF;
    font-size :                  10pt;
	text-decoration: 			 underline;
  } 
  
UL 
  {
    list-style-image: url(../pics/pfeil.gif);
  }


li 
  {
    list-style-position: outside;
    list-style-type: square;
    color: #000000;
  }

#imglinks {
	width:50px;
	min-height: 100%;
	background-image:url(../pics/links.jpg);
	background-repeat:repeat-y;
}

#imgmitte {
	width:850px;
	min-height: 100%;
}

#imgrechts {
	width:50px;
	min-height: 100%;
	background-image:url(../pics/rechts.jpg);
	background-repeat:repeat-y;
}

#hgaussen {
	background-image:url(../pics/pixel.jpg);
}
