/* CSS Document */
* {
  /*font-family:Arial, Helvetica, sans-serif;*/ }

a {
  font-family: inherit;
  color: inherit;
  color: #000; }

#menu a {
  text-decoration: none; }

body {
  margin: 0px; }

p {
  margin: 0px; }

p, ul, li {
  font-family: inherit;
  line-height: inherit; }

img.logo_image {
  margin: 0px 0px 10px 0px; }

/* scaling of images for the responsive templates */
img {
  height: auto;
  max-width: 100%; }

.error {
  font-weight: bold;
  color: #C00; }

.centerblock {
  background-color: none; }

#assosiation_logo {
  float: left;
  margin-top: 10px;
  border: none; }

.offline {
  background: #fff;
  margin: 15%;
  padding: 30px;
  width: auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 200%;
  border: 1px solid #CCC;
  border-radius: 15px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  filter: grayscale(1); }
  .offline .logo-offline {
    margin-bottom: 30px; }

.offline_alert {
  position: absolute;
  top: 60px;
  left: 10px;
  /* width: 200px; */
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid black;
  /* line-height:150%; */
  background-color: Yellow;
  /* #FFFF99; Light yellow */
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.75em;
  z-index: 100;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

ul.sitemapList {
  margin: 0px; }

.sub-page li {
  margin-left: 20px;
  list-style: circle; }

.sitemapDescription {
  /* font-size:smaller; */
  margin-left: 40px;
  margin-bottom: 15px; }

div.sub-page {
  margin-left: 60px; }

/* responsive menu hover setting */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block; }

/*# sourceMappingURL=default.css.map */
