/* @override http://owlite.com.dyn.xulu.harkeydesign.net/css/style.css */
#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */

/* Quick Reset */
body,ul,ol,li,img,form,p,h1,h2,h3,h4,h5,h6,blockquote {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  font-weight: normal;
}
:focus
{
  -moz-outline-style: none;
}

/* General / Header */
#owl {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
a:active {
  outline: none; /* hide dotted outline in Firefox */
}
#container {
  position: relative;
}

/* Style-Switcher */
#style-switcher {
  position: absolute;
  width: 100%;
  height: 100%;
}
#style-switcher ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
#style-switcher li {
  width: 100%;
  height: 100%;
}
#style-switcher a {
  margin: 0; padding: 0;  
}
