/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: style.css 6 2015-07-08 07:07:06Z PragmaMx $
 */

@import url(system.css);

body {
  background: #2d2d2d;
  color: #414141;
  font-size: 74.5%;
  height: 100%;
  line-height: 1.5;
  padding-bottom: 1px; /* force scrollbars */
}

.page {
  background: #424242;
  box-shadow: #000000 0 0 10px 0;
  margin: 0 auto;
  padding: 0 10px;
}

/*	topheader ---------------------------------------------------------------------------------------- */

#topheader {
  background: #424242;
  height: 26px;
}

#pathview {
  background-color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #555555;
  float: left;
  margin-top: 4px;
  padding: 2px 8px;
}

#pathview a {
  color: #666666;
  text-decoration: none;
}

#pathview a:hover {
  color: #888888;
}

#search {
  float: right;
}

#search form {
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  margin: 2px 0;
  padding: 2px 4px;
}

#search input {
  background: #3e3e3e;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #4a4a4a;
  border-top: none;
  color: #aaaaaa;
  outline: none;
}

#search #search-submit {
  background: url("../images/icon-search.png") no-repeat 50% 50%;
  border: 0;
  box-shadow: 0;
  cursor: pointer;
  text-indent: -9999em;
  width: 12px;
}

#languages {
  float: right;
  margin: 6px 8px;
}

/*	Header ---------------------------------------------------------------------------------------- */

#header {
  background: #ffffff;
  border-top-right-radius: 6px;
  margin-bottom: 0;
  padding: 1.5em 0 .5em;
  position: relative;
}

#header a#logo {
  background: url("../images/logo.png") no-repeat 0 0;
  display: block;
  height: 66px;
  text-indent: -9999px;
  width: 491px;
}

#header p {
  color: #444444;
}

#header .head-logo {
  display: inline;
  float: left;
  margin-left: 1em;
}

/* Loginform */

#loginform {
  background: transparent;
  color: #666666;
  float: right;
  font-size: 11px;
  margin-right: 1em;
}

#loginform input.login-button {
  background-color: #8fab28;
  background-image: linear-gradient(to bottom, #8FAB28, #799D24);
  background-repeat: repeat-x;
  border-color: #000000 #000000 #000000;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: #ffffff #000000 0 1px 0 inset 0 1px 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  vertical-align: middle;
}

#loginform input.login-button:hover {
  background-color: #a6d243;
}

#loginform input.login-field {
  background: #f6f6f6;
  border: 1px #d8d8d8 solid;
  color: inherit;
  height: 14px;
  margin: 2px;
}

#loginform p {
  font-size: 11px;
}

#loginform ul#login-links {
  list-style: url(../images/arrow.png);
}

#loginform #login-links-account {
  margin-right: 20px;
}

#loginform #login-links-account a {
  color: #444444;
  text-decoration: none;
}

#loginform #login-links-account ul {
  list-style: none;
}

#loginform #login-links-account ul li {
  background: #f6f6f6;
  border-radius: 6px;
  margin: 4px 0;
  padding: 2px 6px;
}

#loginform #login-links-account ul li:hover {
  background: #f1f1f1;
}

#loginform #login-links-account a strong {
  background-color: #b94a48;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: 0 -1px 0 #000000;
  vertical-align: baseline;
  white-space: nowrap;
}

#loginform ul#login-links li a {
  background: transparent;
  color: #666666;
  font-size: .9em;
  text-decoration: none;
}

#loginform ul#login-links li a:hover {
  background: transparent;
  color: #666666;
  text-decoration: underline;
}

#header-banner {
  background: #ffffff;
}

/*	Main ----------------------------------------------------------------------------------------*/

#main-wrapper {
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px 0;
}

#main {
  position: relative;
}

#main h2,
#main .title {
  color: #454545;
  font-weight: normal;
  text-transform: uppercase;
}

#main h3, #main .option {
  color: #3e3e3e;
}

#main h3.block-title {
  color: #799d24;
  font-weight: normal;
  text-shadow: 0 1px 0 #ffffff;
  text-transform: uppercase;
}

#main,
#main-inside,
#sidebar-left-inside,
#sidebar-right-inside {
  min-height: 45em;
}

#mainbar,
#sidebar-right,
#sidebar-left {
  float: left;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 0;
}

#sidebar a {
  background-color: transparent;
  color: #666666;
}

#sidebar a:hover {
  background-color: transparent;
  color: #cccccc;
}

#sidebar-left,
#sidebar-right {
  background-color: transparent;
  color: #666666;
}

.block-hide-caption .block-title {
  display: none!important;
}

.sidebar .block,
.mainbar .block {
  margin-bottom: 1.5em; /* abstimmen mit news.css .post */
}

.sidebar .block-title {
  background-color: #3e3e3e;
  border-radius: 4px;
  color: #aaaaaa;
  padding: 6px 10px;
  text-shadow: 0 -1px 0 #000000;
  text-transform: uppercase;
}

.sidebar .block-content {
  padding: 8px 4px;
}

#mainbar .block {
  background-color: #f9f8f6;
  border-radius: 6px;
  box-shadow: #000000 0 1px 0;
  margin: 0 0 15px;
  padding: 8px 10px;
}

/*	bottom ----------------------------------------------------------------------------------------*/

#bottom {
  background: #fefefe;
  border-radius: 6px;
  box-shadow: #000000 0 0 2px 0;
  display: none;
  margin-top: 10px;
  padding: 10px 0 15px;
}

#bottom .block-title {
  color: #999999;
  font-weight: normal;
  text-shadow: 0 1px 0 #000000;
  text-transform: uppercase;
}

#bottom .block-inside {
  border-right: 1px solid #e4e4e4;
}

#bottom .last .block-inside {
  border-right: none;
}

/* bottom box */

.b-box #bottom {
  display: block;
}

.b-box #bottom .block {
  float: left;
  overflow: hidden;
}

.b-box #main,
.b-box #main-inside,
.b-box #sidebar-left-inside,
.b-box #sidebar-right-inside {
  min-height: 15em;
}

.b-box.grid-1 #bottom .block {
  width: auto;
}

.b-box.grid-2 #bottom .block {
  width: 50%;
}

.b-box.grid-3 #bottom .block {
  width: 33.33%;
}

.b-box.grid-4 #bottom .block {
  width: 25%;
}

.b-box.grid-5 #bottom .block {
  width: 20%;
}

.b-box.grid-6 #bottom .block {
  width: 16.66%;
}

/*	Footer ----------------------------------------------------------------------------------------*/

#footer {
  color: #999999;
  font-size: 90%;
  padding: 12px 0;
  text-shadow: 0 -1px 0 #000000;
}

#footer #footer-msg {
  margin: 0;
  padding: .25em;
}

#footer a {
  background-color: transparent;
  color: #bbbbbb;
  text-decoration: none;
}

#footer a:hover {
  background-color: transparent;
  color: #cccccc;
}

#footer #footer-bannerfooter-banner {
  float: left;
  padding: .5em 0 .5em 1em;
}

#footer-msg {
  display: inline;
  float: left;
  width: 60%;
}

/* footmenu */

#footer-nav {
  float: right;
}

#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-nav li {
  border-left: 1px solid #666666;
  color: #555555;
  display: inline;
  margin: 0;
  padding: 0 1em;
}

#footer-nav li:first-child {
  border: 0;
}

#footer-nav #back-top {
  margin: 30px 20px 0;
}

#footer-banner {
  clear: both;
}
