﻿@import url('glyphs.css');  
@import url('normalize.css');
@import url('base_nrw.css');
@import url('rte.css');

body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

body.intranet {
    background-color: #ffffff;
}

a {
color: #356fae;
text-decoration: none;
}

p { margin: 0 0 10px;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
}

.container {
  width: 800px;
  }

#page-container {
  margin: 0 auto;
  padding: 15px;
}
#page-header {
  z-index: 2;
}
.container {
    margin: auto;
    max-width: 1350px;
  position: relative;
}

#logo {
  float: left;
  width: 120px;
}

#logo img {  
  display: block;
  width: 120px;
  
}

#contentarea {
  background-color: #ffffff;
  margin-bottom: 15px;
  width: 680px;
  float: right;
}

.col {
 padding: 20px;
}

#footer {
    clear: both;
  background: rgba(53, 111, 174, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    text-align: right;
    padding: 26px;
}


/* Suchfunktion */

input.tx-indexedsearch-searchbox-sword {
background-color: #ffffff;
    border: 1px solid #333333;
    display: inline;
    font-size: 0.9em;
    color: #333333;
    height: 24px;
    line-height: 1.3em;
    padding-left: 4px;
    margin-left: 2%;
    width: 193px!important;
}

input.tx-indexedsearch-searchbox-button {
 background-image: linear-gradient(90deg, #356fae 0%, #0eb0e9 70%);
    border: medium none;
    color: #ffffff;
    display: inline;
    font-size: 0.9em;
    height: 28px;
    line-height: 1.1em;
    padding: 2px 5px;
    text-align: right;
    width: 200px!important;
    margin-left: 2%;
    margin-top: 2%;
}

form#tx_indexedsearch p,
.tx-indexedsearch-rules {
display: none;
}



/* tt_News */

.news-list-date {
display: none;

}

.news-list-body img {
float: left;
padding-right: 1%;
}

hr.clearer {
border-width: 0px;
}

/* Intranet */



.intranet-link .loginform-field {
  margin-bottom: 3px;
}

.intranet-link .loginform-field input {
  color: #333333;
  font-size: 0.9em;
}

/*Formulare */

fieldset {
padding: 2%;
}

fieldset legend {
display: none;
}

fieldset input[type="submit"],
.csc-mailform input[type="submit"]{
background-image: linear-gradient(90deg, #006b21 0%, #88bf83 70%);
    border: medium none;
    color: #ffffff;
    display: inline;
    height: 28px;
    padding: 2px 5px;
    text-align: right;
    margin-top: 1%;
}
input,
textarea,
select {
margin: 0.25em;
}

li.csc-form-element-textblock {
margin-bottom: 10px!important;
}

li.csc-form-element-checkbox label {
float: right!important;
width: 85%!important;
}

li.csc-form-element-checkbox input[type="checkbox"] {
float: left;
width: 20px;
}

input[type="text"],
input[type="password"],
textarea {
width: 80%;
max-width: 320px;
}

.csc-mailform ol {
list-style-type: none;
}
