
/* Importieren des Screen-CSS ... */
@import url( 'screen.css' );


/* ... welches wir hier teilweise überschreiben */
html, body {
	text-align:left;
}

body {
	background:#FFF url('');
}

body:after {
  clear:both;
  display:block;
  content:'';
}

body, td, th, div {
  font-size:12px;
}

#container {
  margin:0px;
}

#header, #nav-top, #nav-left, #nav-search {
  visibility:hidden;
  display:none;
}

#swf-header {
  visibility:visible !important;
  display:inline !important;
}

#copyright {
  padding-top:40px;
}

#main-content-normal a, #main-content-maxpercent a {
  text-decoration:none;
  color:#000;
}

.home {
	background:#FFF url('');
}
