@charset "UTF-8";

@media all
{


body, td, th
{
	  font-family: Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
	  font-size: 14px;
      color: #00409d;
	  
	  }

body {
	background-image:   url(http://www.o-wie-m.de/design/pics/kachelmod01.jpg);
	background-attachment: fixed;
    scrollbar-base-color: #c8c8c8;
    scrollbar-arrow-color: #00409d;
    scrollbar-face-color: #c8c8c8;
    scrollbar-track-color: #c8c8c8;

}


h1
{
  font-weight: bold;
  font-size: 24px;
}

h2
{
  font-weight: bold;
  font-size: 20px;
}

h3
{
  font-weight: bold;
  font-size: 18px;
}

h4
{
  font-weight: bold;
  font-size: 16px;
}

h5
{
  font-weight: bold;
  font-size: 12px;
}

h6
{
  font-weight: bold;
  font-size: 8px;
}

a:link {color:#00409d}
a:visited {color:#00409d}
a:hover {color:#ff0000}
a:active {color:#383838}
a{font-family:Arial, sans-serif; font-size:13px; color: #006bb3;}


}



