body {
  color       : black;
/*  background  : rgb(253,252,226); */
  margin      : 0;
  padding     : 0;
  font        : 12px Verdana, Arial, sans-serif;
  background  : rgb(172,203,229);
  background-image: url(basic_images/main_bg.jpg);
  background-repeat: repeat-x;
}

#container {
  background  : rgb(95,141,191);
  padding     : 0;
/*  margin      : 0 5% 0 5%; */
/*  margin      : 0 auto 0 70px; */
  margin      : 0 auto 0 auto;
  max-width   : 1050px;
}

#head {
  height      : 100px;
  background  : rgb(95,141,191);
  /* In der Kopfzeile nicht scrollen und nicht umbrechen: */
  overflow    : hidden;
  white-space : nowrap;
}
#inner_head {
  width       : 100%;
  position    : relative;
  overflow    : hidden;
}
#inner_head img {

}
#inner_head p {
  position    : absolute;
  margin      : 0;
  padding     : 0;
  bottom      : 5px;
  left        : 10px;
  color       : white;
  font        : bold 26px Verdana, Arial, sans-serif;
  z-index     : 1;
}
#ueberschrift {
  position    : absolute;
  margin      : 0;
  padding     : 0;
  bottom      : 5px;
  left        : 10px;
  color       : white;
  font        : bold 26px Verdana, Arial, sans-serif;
  z-index     : 2;
  visibility  : hidden;
}
#schatten {
  position    : absolute;
  margin      : 0;
  padding     : 0;
  bottom      : 2px;
  left        : 13px;
  color       : black;
  font        : bold 26px Verdana, Arial, sans-serif;
  z-index     : 1;
  visibility  : hidden;
}

#menu {
  margin      : 0;
  padding     : 5px;
  border-top  : 1px solid black;
  border-bottom : 1px solid black;
  text-align  : center;
}
#menu em {
  font        : bold 14px Verdana, Arial, sans-serif;
}
#menu a {
  color       : black;
  background  : transparent;
  font        : 14px Verdana, Arial, sans-serif;
  text-decoration : none;
}
#menu a:hover {
  color       : black;
  text-decoration : underline;
}

#submenu {
  min-height  : 400px;
  float       : left;
  width       : 200px;
  _height     : 400px;
}
#submenu ul {
  margin      : 0px;
  padding     : 20px 30px 0 10px;
  list-style  : none;
}
#submenu li {
  padding     : 0 0 4px 0;
  margin      : 0;
}
#submenu a {
  color       : black;
  background  : transparent;
  font-weight : normal;
  font-size   : 12px;
  text-decoration : none;
}
#submenu a:hover {
  color       : black;
  text-decoration : underline;
/*  background-color : white;*/
}
#submenu img {
  margin      : 15px 0 0 25px;
}

#content {
  min-height  : 400px;
  _height     : 450px;
  color       : black;
  background  : white;
  padding     : 10px 40px 20px 40px;
  margin      : 0 0 0 180px;
  border-left : 1px solid black;
}
#content h1 {
  margin      : 25px 0 0 -15px;
  padding     : 2px 0 2px 5px;
  font        : bold 16px Verdana, Arial, sans-serif;
  border-left : 10px solid rgb(95,141,191);
  border-bottom: 1px solid rgb(95,141,191);
}
#content h2 {
  margin      : 25px 0 0px -13px;
  padding     : 2px 0 2px 5px;
  font        : bold 14px Verdana, Arial, sans-serif;
  border-left : 8px solid rgb(95,141,191);
  border-bottom: 1px solid rgb(95,141,191);
}
#content h3 {
  margin      : 25px 0 0px -11px;
  padding     : 2px 0 2px 5px;
  font        : bold 12px Verdana, Arial, sans-serif;
  border-left : 6px solid rgb(95,141,191);
  border-bottom: 1px solid rgb(95,141,191);
}

#content p {
  margin      : 0px 0px 0px 0px;
  padding     : 0px 0px 0px 0px;
  text-align  : justify;
}
/*#content p img {
  margin      : 0px 15px 5px 0px;
  padding     : 0px 15px 0px 0px;
}*/
/*#content p.letzte_aenderung {
  font-size   : 10px;
}*/
.tr-even
{
  background-color : rgb(253,252,226);
}
.tr-odd
{
  background-color : rgb(253,252,226);
}
.csc-uploads-fileName
{
  font-size   : 12px;
}
.csc-uploads-fileSize
{
  font-size   : 12px;
}
#news {
  background-color:rgb(253,252,226); /*rgb(211,211,211);*/

/*  background  : rgb(172,203,229);
  background-image: url(basic_images/bg_newsbox.png);
  background-repeat: repeat-x; */

  border      : 1px solid black;
  width       : 100%;
  margin      : 10px 0px 20px 0px;
/*  padding     : 10px 20px 10px 10px;*/
}
#news h5 {
  margin      : 5px 0px -15px 5px;
  padding-bottom : 0px;
  font        : bold 12px Verdana, Arial, sans-serif;
}
#news p {
  margin      : 0px 0px 5px 0px;
/*  margin-top  : -10px;
  padding-top : 0px;*/
}

/*
#right {
  float       : right;
  background-color:white;
  border-left : 1px solid black;
  border-bottom:1px solid black;
  width       : 160px;
  margin      : 67px 0px 50px 20px;
  padding     : 10px 20px 10px 10px;
}
#right h5 {
  margin-bottom  : 0px;
  padding-bottom : 0px;
  font        : bold 10px Verdana, Arial, sans-serif;
}
#right p {
  margin-top  : -10px;
  padding-top : 0px;
}*/

#foot {
  color       : black;
  background  : rgb(95,141,191);
  padding     : 0;
  margin      : 0;
  border-top  : 1px solid black;
}
#foot p {
  margin      : 0;
  padding     : 4px;
  text-align  : right;
}

/* default styles for extension "tx_croncssstyledimgtext" */
/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

.news-single-img {
  float : right;
  margin-left : 10px;
  margin-top : 2px;
  margin-bottom : 5px;
}
