/* CSS Document */
#container  { width: 1049px; height: 648px; position: absolute; top: 20px; left: 50%; margin-left: -524px; }

/* -------------- */
/* Header         */
/* -------------- */
#header     { background-color: #fff; height: 110px; }
#kontakt    { color: #333; float: left; font-size: 8pt; margin: 0; line-height: 1.1em; height: 100px; }
#logo       { height: 90px; margin: 0; padding: 5px 0; float: left; }

/* -------------- */
/* Navigation     */
/* -------------- */
#navbar     { background-color: #017992; height: 25px; width: 984px; float: left; }
#nav_leist  { background-color: #ddd; height: 25px; width: 984px; vertical-align: middle; float: left; }

/* -------------- */
/* Leisten Seite  */
/* -------------- */
#line_left      { background-color: #017992; height: 518px; width: 65px; float: left; }
#line_photo     { background-color: #ddd; height: 448px; width: 290px; padding: 10px; overflow: hidden; float: left; }
#line_photo img { display: block; margin: 0 auto; border: 0; }

/* -------------- */
/* MainArea       */
/* -------------- */
#content        { position: relative; top: 0px; left: 0px; padding: 0; height: 468px; width: 984px; background-color: #fff; margin: 0; float: left; }
#mainAreaTitle  { height: 46px; width: 628px; margin: 0 10px; }
#mainArea       { padding: 10px 0; margin: 10px; height: 400px; width: 654px; float: left; }
#scrollPane     { width: 654px; height: 400px; overflow: auto; float: left; border: 0; margin: 0; }

/* -------------- */
/* Picture        */
/* -------------- */
#cntPicture         { float: right; width: 220px; height: auto; margin: 10px; border: 0; }
#cntPicLegendLeft   { position: relative; top: 5px; left: 0; float: left; width: 85px; height: 15px; font-size: 9pt; font-weight: bold;
                      text-align: center; color: #066; border: 0; }
#cntPicLegendRight  { position: relative; top: 5px; left: 20px; float: left; width: 110px; height: 15px; font-size: 9pt; font-weight: bold;
                      text-align: center; color: #017992; border: 0; }

/* -------------- */
/* Footer         */
/* -------------- */
#impress    { width: 50px; height: 20px; text-align: left; color: #bbb; font-size: 8pt; line-height: 2.4em; float: left; }
#spidernet  { width: 997px; height: 20px; text-align: right; color: #bbb; font-size: 8pt; line-height: 2.4em; float: left; }

/* -------------- */
/* Content-Inhalt */
/* -------------- */
#einleitung         { width: 654px; overflow: auto; float: left; border: 0; margin: 10px 0; }
#form_newsletter    { width: 654px; }
#news_footer        { margin: 10px 0; color: #666; font-size: 8pt; text-align: center; }
