@charset 'UTF-8';

/**
 * CitusCMS Open-Source Content-Management-System
 * Copyright (C) 2009-2018 Bastian Raschke, Thomas Seibold
 *
 * This program is distributed under the Modified BSD License,
 * see license.txt or <http://creativecommons.org/licenses/BSD/>.
 * Additionally see <https://www.citus-cms.org/lizenz.html>.
 *
 *
 * @author Bastian Raschke <bastian.raschke@posteo.de>
 * @copyright 2009-2018, Bastian Raschke, Thomas Seibold
 * @license Modified BSD License
 * @link https://www.citus-cms.org
 * @package Framework
 *
 */


body {

  background-color: #FFFFFF;
  color: #545248;
  font-family: 'Arial', 'Verdana', sans-serif;
  font-size: 100.01%; /* IE Fix */
  text-align: left;

}

a:link, a:visited, a:active {

  color: #0C3A76;
  text-decoration: none;

}

a:hover {

  color: #232323;

}

label {

  font-weight: bold;

}

input, select, textarea {

  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #545248;
  padding: 4px;

}

input[type=checkbox] {

  border: 0;
  padding: 0;
  vertical-align: bottom;

}

/* Chrome, Opera fix: do not pull the element out of the box */
textarea {

  max-width: 99%;

}

hr {

  border: 0;
  border-top: 1px solid #CCCCCC;
  height: 0;

}

a img {

  border: 0;
  vertical-align: bottom;

}

table {

  border-spacing: 0;
  text-align: left;
  width: auto;

}

th, td {

  vertical-align: middle;

}

th {

  font-weight: bold;

}

ol {

  list-style: decimal;

}

ul {

  list-style: disc;

}

li {

  margin-left: 30px;

}

strong {

  font-weight: bold;

}

address, dl, fieldset, figure, hr, h1, h2, h3, h4, h5, h6, ol, ul, p, pre, table {

  margin-bottom: 10px;

}

/* HTML5 fix for IE */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

  display: block;

}

.left {

  text-align: left;

}

.center {

  text-align: center;

}

.right {

  text-align: right;

}

.clear {

  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;

}

:focus {

  outline: 0;

}