/******************************************************************************
 * Skin related CSS like background/foreground/border colors and images.      *
 ******************************************************************************/

body {
  background: #EDEDED;
}

#container {
  border-color: #B0B0B0;
  background: white;
}

#content {
}

#menu {
  background: white;
}

#breadcrumbs {
  background: white;
}

a {
  color: #1F83AD;
}

h1 {
	border-left-color: #999999;

	background-image: url(/Templates/Hintergrund.gif);
	background-repeat: repeat-y;
	background-image: url(../../Hintergrund.gif);;
}

