@charset "UTF-8";

/* -- Weitere CSS-Dateien importieren -- */
/*                                       */
/*        @import url(name.css);         */
/*                                       */
/* -- Weitere CSS-Dateien importieren -- */

@import url(layout.css);
@import url(columns.css);

@media all
{
  html,body {
    background  : #cccccc;
	
	font-family : Arial,Verdana,Tahoma;
  }
  
  img {
    display    : block;
	border     : none;
  }
  
  html {}
  
  a, a:link, a:visited, a:active {
    color           : #1E6BA0;
	text-decoration : none;
  }
  
  a:hover {
    color           : #000000;
  }
}