/*
=========================================================================
   Allgemeines CSS
========================================================================= */

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #D2D2FF;
  background-image: url('../images/hintergrund_verlauf.png');
  font-family: tahoma,arial,helvetica,sans-serif;
}

#page {
  margin: auto;
  margin-top: 18px;
  width: 980px;
  background-color: #9FAFDF;
  border: 1px solid #7887AF;
}

#header {
  height: 150px;
  background:url('../images/header.jpg') no-repeat;
}

#header p {
  position: absolute;
  display: block;
  top: 32px;
  padding-left: 20px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 32px;
  color: white;
  font-family: trebuchet ms,geneva;
}

#content {
  padding: 20px;
}

h1 {
  font-family: trebuchet ms,geneva;
  color: #1D2B5A;
  font-size: 23px;
  margin-bottom: -10px;
}

h2 {
  font-family: trebuchet ms,geneva;
  margin-top: 26px;
  margin-bottom: -10px;  
  color: #1D2B5A;
  font-size: 18px;
}

h3 {
  font-family: trebuchet ms,geneva;
  margin-top: 26px;
  margin-bottom: -10px;
  color: #1D2B5A;
  font-size: 16px;
}

strong {
  color: #1D2B5A;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*
=========================================================================
   CSS-Klassen für TinyMCE
========================================================================= */

.PictureLeft {
  margin: 15px 15px 15px 0px;
  border: 1px solid #000080;
}

.PictureRight {
  margin: 15px 0px 15px 15px;
  border: 1px solid #000080;
}

/*
=========================================================================
   CSS für das Interna
========================================================================= */

form {
  margin: 0px;
  padding: 0px;
}

.status_ok {
  text-align: center;
  color: green;
  font-size: 12px;
}

.status_ok strong {
  color: green;
}

.status_error {
  text-align: center;
  color: rgb(196, 15, 24);
  font-size: 12px;
}

.status_error strong {
  color: rgb(196, 15, 24);
}

#status_error_div {
  margin: 50px;
  font-weight: bold;
  font-size: 25px;
}

#content_mce, #content_css {
  width: 974px;
  height: 500px;
}