/*-----------------------------------------------------------------------------
GUVH Screen Stylesheet

version:   1.0
date:      04/09/2007
email:     info@smit-und-partner.de
website:   smit-und-partner.de
-----------------------------------------------------------------------------*/

* {
  list-style: none;
  text-decoration: none;
}

a img {
border: 0;
outline: 0;
}

#doklog {
height: 200px;
overflow-y: scroll;
margin: 20px 0 15px 0;
font-family: 'Source Code Pro', sans-serif;
font-size: 12px;
padding: 15px;
   border: 1px solid rgba(0,0,0,0.5);
   background: rgba(0,0,0,0.1);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.1), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.1), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.1), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.1), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}

#doklog p {
margin-bottom: 9px;
}

.neg {
color: red;
}

.pos {
color: green;
}

body {
  background: #cbd3e0 url(../img/bg.png) repeat-x;
  color: #2a2f3a;
  font: 12px Verdana, Helvetica, Arial, sans-serif; 
  margin: 0;
  padding: 80px 0;
}

h1 {
  color: #5f789d;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 12px 0 8px;
}

h2 {
  color: #606571;
  font-size: 12px;
  margin: 10px 0 4px 0;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 0.8em;
}

h4 {
  color: #798897;
  font-size: 1.1em;
}

h5 {
  color: #606571;
  font-size: 12px;
  line-height: 1.0;
  margin: 3px 0 3px 0;
}

h6 {
  color: #013da9;
  font-size: 12px;
  line-height: 1.0;
  margin: 3px 0 3px 0;
  text-decoration: none;
}

p {
  line-height: 1.4;
  margin: 3px 0 10px 0;
}

a {
  color: #3562b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 15px;
}

li {
  line-height: 1.4;
  list-style: disc;
  margin-bottom: 6px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}

.hide {
  display: none;
}

.stealth {
  border: none;
}

.no-border {
  border: none !important;
}

.link-mehr {
  background: url(../img/link-bullet.png) no-repeat 0 4px;
  padding-left: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bild-links {
  float: left;
  margin: 0 10px 10px 0;
}

.bild-rechts {
  float: right;
  margin: 0 0 10px 10px;
}

.advice {
  background: #972626;
  color: #FFF;
  display: block;
  font-size: 10px;
  margin-top: 5px;
  padding: 3px;
}


/* GRUNDGERÜST
****************************************************************************************************/
#wrapper {
  background: #FFF;
  margin: 0 auto;
  padding: 15px;
  width: 945px;
}

#head {
  position: relative;
  height: 110px;
}

#head img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#logo {
  background: url(../img/logo.png) no-repeat;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0;
  outline: none;
  width: 400px;
}

#logo span, #logo a {
  display: block;
  height: 80px;
  outline: none;
  text-indent: -9999px;
  width: 390px;
}

#shortcuts {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -45px;
  color: #FFF;
}

#shortcuts li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 7px 0 8px;
}

#shortcuts li.first {
  background: transparent;
}

#shortcuts a {
  color: #FFF;
  display: block;
  font-size: 12px;
}

#shortcuts a.active {
  text-decoration: underline;
}

#navigation {
  background: #8d9db8;
  background: -moz-linear-gradient(top, #8d9db8, #7d899d);
  background: -webkit-gradient(linear, left top, left bottom, from(#8d9db8), to(#7d899d));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8d9db8', endColorstr='#7d899d'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8d9db8', endColorstr='#7d899d')"; /* IE8 */
  padding-left: 190px;
  position: relative;
}

#navigation-items {
  border-left: 1px solid #FFF;
  margin: 0;
  padding: 0;
}

#navigation-items li {
  float: left;
  list-style: none;
  margin: 0;
}

#navigation-items a {
  border-right: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 8px 25px;
}

#navigation-items a.active {
  background: #f8c154;
  background: -moz-linear-gradient(top, #f8c154, #e1a93a);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8c154), to(#e1a93a));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c154', endColorstr='#e1a93a'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c154', endColorstr='#e1a93a')"; /* IE8 */
  color: #FFF;
}

#quicksearch {
  display: block;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

* html #quicksearch { /* IE 6 */
  width: 200px;
}

#quicksearch fieldset {
  margin: 0;
  padding: 0;
}

#quicksearch-query, #quicksearch-submit {
  font-size: 12px;
}

#quicksearch-query {
  border: 1px solid #697b8b;
  color: #8593ab;
  height: 16px;
  padding: 1px;
  width: 140px;
}

#quicksearch-submit {
  background: #9aa7b3;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  padding: 0;
  width: 30px;
}

#content {
  border-bottom: 3px solid #7e8b9f;
  border-top: 5px solid #7e8b9f;
  margin: 5px 0;
  min-height: 500px;
  padding: 5px 0;
}

#sidebar {
  float: left;
  width: 190px;
  margin-top: 10px;
}

/**
#sidebar.wide {
  display: none;
}
**/

#main {
  float: right;
  padding-bottom: 40px;
  width: 730px;
}

/**
#main.wide {
  float: none;
  padding-bottom: 40px;
  width: 100%;
}
**/

#foot {
  color: #606571;
  font-family: Arial;
  font-size: 11px;
}

/* MAIN (two columns bg #f1f2f6 als png)
****************************************************************************************************/
#main .column {
  float: left;
  margin-right: 20px;
  padding: 10px;
}

#main .column h2 {
  margin-top: 0;
}

#main .column img {
  display: block;
  margin: 0 auto;
}

#main .one-column-row, #main .two-columns-row {
  margin-bottom: 20px;
}

#main .one-column-row {
  border: 1px solid  #d6d8d8;
  padding: 6px;
}

#main .no-border {
  padding: 0;
}

#main .two-columns-row {
  background: url(../img/two-columns-bg2.png) repeat-x left bottom;
  margin-right: -20px;
}

#main .two-columns-row .column {
  width: 335px;
}


* html #main .two-columns-row { /* IE 6 */
  margin-right: -50px;
}


.article {
  padding-bottom: 10px;
}

.article .image {
  float: left;
  margin-right: 20px;
  width: 150px;
}

.image-right {
  float: right;
  margin-left: 20px;
}

.article .image img {
  display: block;
  margin: 0 auto;
}

.article .title {
  font-size: 14px;
}

.article .date {
  font-size: 11px;
  margin-bottom: 8px;
}

#article .image {
  float: left;
  margin: 0 20px 10px 0;
}

#article .image img {
  border: 1px solid #000;
}

/* SIDEBAR (bg fff0d3)
****************************************************************************************************/
#sidebar .block {
  background: #f6f6f6;
  margin-bottom: 10px;
  padding: 5px;
  
  background: #cfd6e3;
  background: -moz-linear-gradient(top, #cfd6e3, #f2f5fa);
  background: -webkit-gradient(linear, left top, left bottom, from(#cfd6e3), to(#f2f5fa));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cfd6e3', endColorstr='#f2f5fa'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cfd6e3', endColorstr='#f2f5fa')"; /* IE8 */
}

#sidebar .block h1 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 3px;
}

#sidebar .block img {
  display: block;
  margin: 0 -5px 5px;
}

#sidebar #subnavigation {
  background: transparent;
  padding: 0;
}

#sidebar #subnavigation ul {
  margin: 0;
  padding: 0;
}

#sidebar #subnavigation li {
  display: inline;
  list-style: none;
}

#sidebar #subnavigation a {
  background: #ffdfa1;
  background: -moz-linear-gradient(top, #ffdfa1, #ffd991);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdfa1), to(#ffd991));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffdfa1', endColorstr='#ffd991'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffdfa1', endColorstr='#ffd991')"; /* IE8 */
  display: block;
  padding: 7px 10px;
  margin-bottom: 1px;
}

#sidebar #subnavigation .first {
  font-weight: bold;
}

#sidebar #subnavigation a.active {
  background: #f8c154;
  background: -moz-linear-gradient(top, #f8c154, #f3b63c);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8c154), to(#f3b63c));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c154', endColorstr='#f3b63c'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c154', endColorstr='#f3b63c')"; /* IE8 */
  font-weight: bold;
}


/* SEMINAR
****************************************************************************************************/
.seminar-dates {
  border-collapse: collapse;
  margin-bottom: 20px;
}

.seminar-dates th {
  text-align: left;
  padding: 3px 0;
}

.seminar-dates tbody tr{
  border-top: 1px solid #606571;
}

.seminar-dates td {
  padding: 4px 0;
}

/* FORMS
****************************************************************************************************/
#loginform {
  padding: 15px;
  background-color: #eef1f6;
}

.button {
  background: #8390a7;
  border: 0;
  outline:0;
  height: 1.7em;
  position: relative;
  bottom: -1px;
  color: #FFF;
  font-weight: bold;
}

input {
font-family: 'Verdana', sans-serif;
}

.notification {
  margin-top: 9px;
}

fieldset {
  border: 1px solid #879CBC;
  margin-bottom: 20px;
  padding: 3px 15px;
}

.sendonly fieldset {
  border: 1px solid #879CBC;
  margin-bottom: 20px;
  padding: 20px;
}

.sendonly input[type=checkbox], .sendonly input[type=radio] {
margin-right: 5px;
}


.sendonly input[type=radio] + label {
margin-right: 20px;
}

legend {
  color: #879CBC;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}


.sendonly label:first-child {
    position: relative;
    top: -28px;
    padding: 0 5px;
    background: #fff;
}

label.required {
  background: url(../img/label-required.png) no-repeat right center;
  padding-right: 10px;
}

input.text, textarea, select {
  border: 1px solid #879CBC;
}

.sendonly input, .sendonly textarea, .sendonly select {
  border: 1px solid #879CBC;
  margin: 0 0 15px 0;
  padding: 4px;
}

.small {
    width: 8.1em;
}

.big {
    width: 15.2em;
}

.two {
    width: 11.6em;
}

.three {
    width: 25em;
}

.one, .two, .three {
    margin-right: 0;
}

input[class*=left]{
    margin-right: 1em;
}

input.text, textarea {
  padding: 2px;
}

dl.form dt {
  clear: both;
  float: left;
  font-weight: bold;
  padding: 3px 0;
  width: 23%;
}

dl.form dd {
  border-bottom: 1px solid #DDD;
  padding-bottom: 4px;
  margin: 0 0 5px 0;
}

dl.form dd.last {
  border: none;
}

dl.form input.text, dl.form textarea {
  width: 350px;
}

dl.form textarea {
  width: 500px;
}

.form-print {
  display: none;
}

body.js .form-print {
  display: inline;
}


/* PAGINATION
****************************************************************************************************/
.pagination {
  margin-top: 35px;
  padding: 0;
}

.pagination li {
  float: left;
  font-size: 1.1em;
  list-style: none;
  margin-right: 0.3em;
}

.pagination a, .pagination span {
  border: 1px solid #013DA9;
  display: block;
  line-height: 1;
  padding: 0.3em 0.5em;
  text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination span {
  background: #013DA9;
  color: #FFF;
}

/* TABLES
****************************************************************************************************/
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
}

th {
  text-align: left;
  background: #7E8B9F;
  color: #FFF;
}

/* SHOP
****************************************************************************************************/
.shop-header h1 {
  float: left;
}
.shop-header form {
  float: right;
  margin-top: 14px;
}
.shop-header fieldset {
  padding-right: 0;
  margin: 0;
}

#shop-article .meta {
  float: right;
  width: 200px;
  margin: 0 0 15px 20px;
  padding: 10px;
  background: #f6f6f6;
}

#shop-article .preview {
  margin-bottom: 10px;
}

#shop-article .cost {
  font-size: 13px;
  margin-bottom: 13px;
}

#shop-article .meta a {
  display: block;
  margin-top: 3px;
}

.permissiongroup {
  display: block;
  width: 100%;
}

.permissiongroup form {
  width: 100%;
  border: 1px solid #f4bc4f;
  background: #ffdb97;
  margin: 0 0 15px 0;
  padding: 12px;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

.permissiongroup form input[type=submit]{
  border:0;
  background-color: transparent;
  padding-left: 42px;
  height: 40px;
  background-image: url('../img/pdf-icon.png');
  background-repeat: no-repeat;
  line-height: 40px;
  color: #3562B3;
  text-decoration: none;
  cursor: pointer;
}

.permissiongroup form input[type=submit]:hover{
  text-decoration: underline;
}

table.docuser {
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  width: 100%; 
margin-bottom: 17px;   
}

.docuser td, .docuser th {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;    
}

.docuser td.nopadding, .docuser th.nopadding {
  padding: 10px 2px 10px 0;
  border-bottom: 1px solid #f2f2f2;   
  text-align: center; 
}

.docuser th.nopadding {
  border-bottom: 1px solid #ccc;
}

.docuser tbody tr:nth-child(even) {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.docuser tbody tr:hover {
background: rgba(182,192,208,.2);
  -webkit-box-shadow: 0 0 1px 2px rgba(182,192,208,.4) inset; 
  -moz-box-shadow: 0 0 1px 2px rgba(182,192,208,.4) inset;  
  box-shadow: 0 0 1px 2px rgba(182,192,208,.4) inset;  
}

.docuser th {
  color: #444444;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
  background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.docuser th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;  
}

.docuser th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.docuser th:only-child{
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.docuser tfoot td {
  border-bottom: 0;
  border-top: 1px solid #fff;
  background-color: #f1f1f1;  
}

.docuser tfoot td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.docuser tfoot td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.docuser tfoot td:only-child{
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px
  border-radius: 0 0 6px 6px
}

#mitgliedersuche {
margin-bottom: 17px;
}

#permissionwrap div.permissiongroup {
  display: none;
}

#permissionwrap div.permissiongroup:first-child {
  display: block;
}

#permissionnav {
  list-style: none;
  padding-left: 0;
}

#permissionnav li {
  display: inline;
  padding: 4px 6px;
  cursor: pointer;
  background-color: #8d9db7; /* Old browsers */

  margin-right: 5px;
  color: #fff;
}

#permissionnav li:hover {
  background: #004994;
  color: #FFFFFF;
}

#permissionnav li.active {
  background: #004994;
  color: #FFFFFF;
}

.docuser tbody tr .nopadding.darker {
  background: #f4f4f4;
}

.docuser tbody tr:nth-child(even) .nopadding.darker {
  background: #e7e6e6;
}

.clearfixer {
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  margin:0;
  padding: 0;
  clear: both;
}

.codeLogin {
	background: #cfd6e3;
	padding: 1.5rem;
	text-align: center;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}