@charset "UTF-8";

/* -- Weitere CSS-Dateien importieren -- */
/*                                       */
/*        @import url(name.css);         */
/*                                       */
/* -- Weitere CSS-Dateien importieren -- */

@import url(form.css);
@import url(layout.css);

@media all
{
  html,body {
    background       : #F0F5F9;
  }
  
  html {}
  
  a, a:link, a:visited, a:active {
    text-decoration  : none;
	color            : #838fa6;
  }
  
  a:hover {
    text-decoration  : none;
	color            : #464646;
  }
}
