/*--------------- CSS RESET ---------------*/
* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

b,
strong {
  font-weight: bold;
}

img,
a img {
  border: none;
}

/*--------------- SCHRIFTEN/BODY ---------------*/
body { 
  background-color: #36c;
  margin-top: 5px;
  margin-bottom: 5px;
}

html {
  overflow-y: scroll;
}

p {
  color: black;
  font-size: 12px;
  font-family: arial;
  text-align: justify;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

h1,
h2,
h3 {
  font-weight: bold;
  margin-bottom: 0.1em;
}

h1,
h2,
.subcol h3 {
  font-family: 'Times New Roman', 'Trebuchet MS', serif;
  color: #36c;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 2.0em;
}

h3 {
  font-family: arial;
  font-size: 0.8em;
  font-weight: normal;
  color: white;
  background-color: #808080;
  text-align: center;
  margin-bottom: 0.5em;
}

h5 {
  font-family: arial;
  font-size: 0.8em;
  font-weight: bold;
  color: white;
  background-color: #808080;
  text-align: left;
  margin-bottom: 1.5em;
  padding-left: 5px;
}

a:link {
  color: #000;
  font-size: 12px;
  font-family: arial;
  text-decoration: underline;
}

a:visited {
  color: #36c;
  font-size: 12px;
  font-family: arial;
  text-decoration: underline;
}

a:hover {
  color: red;
  font-size: 12px;
  font-family: arial;
  text-decoration: underline;
}

a:active {
  color: #36c;
  font-size: 12px;
  font-family: arial;
  text-decoration: underline;
}

li {
  font-family: arial;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 40px;
  padding: 0 10px 15px 0px;
}

.indent {
  padding-left: 20px;
}

/*--------------- TABELLEN ---------------*/
.contenttable {
  width: 545px;
  margin-left: 40px;
  margin-bottom: 10px;
  font-family: arial;
  font-size: 12px;
}

.tr-0 {
  background: #36c;
  color: #fff;
}

.tr-odd {
  background: #fff;
  height: 24px;
  border-bottom: 1px #333 dashed;
}

.tr-even {
  height: 24px;
  border-bottom: 1px #333 dashed;
}

.td-0 {
  width: 150px;
  padding-left: 5px;
}

.td-1 {
  text-align: left;
  padding-left: 5px;
}

.td-2 {
  text-align: left;
  padding-left: 5px;
}

.td-3 {
  text-align: left;
  padding-left: 5px;
}

/*--------------- TABELLE IM RTE ---------------*/
table {
  border: none;
}

th, td {
  padding-left: 0px;
  padding-right: 4px;
  vertical-align: center;
  font-family: arial;
  font-size: 12px;
}

td {
  border: none;
}

/*--------------- KOPF/CONTAINER ---------------*/
#container {
  width: 1000px;
  height: auto; 
  min-height: 775px;
  background-color: #fff;
  border: 1px solid #808080;
  padding: 0px;
  margin: 0px auto;
}

#header {
  background-color: #fff;
  position: relative;
}

#logo {
  padding-top: 0px;
  padding-left: 0px;
}

/*--------------- LAYOUT ---------------*/
#content {
  background-color: transparent;
  padding: 10px 0;
}

#sidebarLeft {
  width: 150px;
  float: left;
}

#mainContent { 
  top: 0;
  left: 92px;
  margin: 0;
  padding-top: 10px;
  padding-right: 10px;
  width: 75%;
  height: auto;
  float: left;
}

#wrapper {
  float: right;
  top: 50px;
  left: 153px;
  width: 85%;
  height: auto;
}

#sidebarRight {
  float: right;
  top: 0;
  left: 513px;
  width: 185px;
  height: auto;
  padding-top: 40px;
  padding-right: 5px;
}

.newsP {
  font-size: 11px;
}

#content p {
  margin-bottom: 20px;
}

.clearfloat {
clear: both;
}

/*--------------- NAVIGATION ---------------*/
#menu {
 font: bold 12px arial,verdana,sans-serif;
 width: 133px;
}

#liste {
 background: #808080;
 list-style: none;
 margin: 0px;
 width: 125px;
}

/*--------------- Mailform ---------------*/
fieldset {
  padding: 1em;
  font:100%/1 sans-serif;
  border:0px;
}
       

label {
  width: 24em;
  font-size: 12px;
  padding: 0px 0px 5px 0px;
  float: left;
  text-align: left;
  margin-right: 0.9em
  display: block
}

input {
  margin-bottom: 10px;
}
      
textarea {
  margin-bottom: 10px;
}
