/* Layout */

/* Default Schrift und Farbe */

body {
  margin: 0px;
  padding: 0px;
  color: #006600;
  background-color: lightblue;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  /* line-height: 1.3em; */
  font-weight: normal;
}

#banner, #topnav, #findagoodname {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

#banner {
  position: relative;
  height: 114px;
}

/* ACHTUNG: Wegen des pngfix.js sind Bilder im IE < 6 in einem span! */
#banner img, #banner span {
  position: absolute;
  border: 0px;
}

#banner img#world, #banner span#world {
  z-index:1;
  top:0px;
}

/* Positionierung des Claims im Banner */
#banner img#claim, #banner span#claim {
  z-index:2;
  top: 20px;
  left: 500px;
}

.claimpos_1 {
  top: 50px !important;
  left: 150px !important;
}

.claimpos_2 {
  top: 50px !important;
  left: 270px !important;
}

.claimpos_3 {
  top: 50px !important;
  left: 400px !important;
}

.claimpos_4 {
  top: 50px !important;
  left: 530px !important;
}

.claimpos_5 {
  top: 50px !important;
  left: 660px !important;
}

.claimpos_6 {
  top: 50px !important;
  left: 770px !important;
}

#banner #specialmenu {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

#specialmenu a, #specialmenu {
  color: white;
  font-weight: normal; 
}

#findagoodname{
  position: relative;
/*  height: 560px; */
  min-height: 560px;
  background: white;
}

#findagoodname img {
  border: 0px;
}

/* Styles für die Navigation */

#topnav a:link, #sidenav a:link, #specialmenu a:link, #topnav a:visited, #sidenav a:visited, #specialmenu a:visited {
  text-decoration: none;
}

#topnav a:hover, #sidenav a:hover, #specialmenu a:hover {
  text-decoration: underline;
}

/* Navigation Top */
#topnav {
  height: 30px;
}

#topnav a {
  color: white;
  font-size: 150%; 
  font-weight: normal; 
}

#topnav div {
  height: 25px;
  width: 130px; 
  padding-top: 5px;
  float: left; 
  overflow: hidden; 
  text-align: center; 
}

div#topnav0 {
  width: 170px; 
  overflow: hidden; 
  background-color: rgb(0, 164, 0);
}

#topnav1 {
  background-color: rgb(0, 164, 0); 
}

#topnav2 {
  background-color: rgb(0, 191, 0); 
}

#topnav3 {
  background-color: rgb(235, 217, 17); 
}

#topnav4 {
  background-color: rgb(246, 193, 11); 
}

#topnav5 {
  background-color: rgb(255, 0, 6); 
}

#topnav6 {
  background-color: rgb(210, 36, 16); 
}

/* Box Left und Sidenav */

#box_left{
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 170px; 
  height: 560px;
  background-image: url(bg_menu.png);
  background-repeat: repeat-x;
}

#sidenav {
  height: 350px;
  overflow: hidden;
  padding: 10px;
}

/* Links in der Sidenav */

#sidenav a {
  color: #006600;
}
.sidenav_1, .sidenav_1_cur {
  padding-top: 5px;
  font-weight: bold;
}

.sidenav_2, .sidenav_2_cur {
  padding-left: 10px;
  font-size: 95%;
}

.sidenav_3, .sidenav_3_cur {
  padding-left: 25px;
  font-size: 95%;
}

.sidenav_1_cur, .sidenav_2_cur, .sidenav_3_cur {
  text-decoration: underline;
}

#logo {
  text-align: center;
}

#valid_html {
  margin: 25px 5px;
}

#valid_html img, #logo img, #valid_html span, #logo span {
  border: 0px;
}

#valid_html p {
  text-align: left;
  padding: 0px;
  margin: 0px;
}

/* Main Part of the Page */

#main{
  position: relative; 
  left: 170px; 
  top: 0px;
  width: 780px; 
  min-height: 560px;
  background-image: url(bg_main.png);
  background-repeat:repeat-x;
}

/* Formatierungen für den Main Container */

/* Überschriften */

#main h1, h2, h3, h4 {
//  color: #009966;
  color: #009966;
  margin: 0px;
  padding: 0px;
}

#main h1 {
  font-size: 170%;
}

 
#main h2, #main h3, #main h1.csc-firstHeader {
  font-size: 130%;
}

#main h2 {
  padding-bottom: 10px;
}

#main h3, #main h1.csc-firstHeader {
  padding-bottom: 5px;
}

#main h4, #main h2.csc-secondHeader {
  font-size: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* Tabellen */
#main table {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

#main tr, #main td {
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 6px;
  margin: 0px; 
  vertical-align: top;
}

#main table p {
  padding: 0px;
  margin: 0px;
}

/* Normaler Text */

#main p {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0px;
}

/* Links */
#main a, #box_right a {
  text-decoration: underline;
  color: #006600;
}

/* Listen */

ul {
  margin-left: 0px;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-image:url(normal_li.png);
}

/* Container für die Seitenüberschrift */

#content_header {
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #00a400;
}

/* Container für den Seiteninhalt */

#content, #content_right, #content_left {
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px; 
}

#content_2col {
  position: relative;
}

#content_left, #content_right {
  width: 360px;
}

#content_left {
  border-right: 1px dotted #00a400;
}

#content_right {
  position: absolute;
  top: 0px;
  left: 390px;
}

/* Textabschnitt (Paragraph) */
.para, div.csc-header-n1 {
  clear: both;
  padding-top: 20px;
}

/* Bild im Fotorahmen */

.para_image {
  background-image: url(bg_image.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 260px;
  padding-left: 28px;
  padding-top: 56px;
  padding-right: 42px;
  padding-bottom: 48px;
  margin-bottom: 10px;
  overflow: hidden;
}

.para_imageimg {
  text-align: center;
}

.para_imagedesc {
  margin-top: 20px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: bold;
}


/* Übersichtsseite mit 2x2 Kasten */

#box2x2{
  padding: 0px;
}

#box1, #box2, #box3, #box4 {
  position: absolute;
  height: 250px;
  width:350px;
  padding: 15px 20px;
  overflow: hidden;
}

#box1{
  top: 0px; 
  left: 0px;
  border-bottom: 1px dotted #00a400;
  border-right: 1px dotted #00a400;
}

#box2{
  top: 0px;
  right: 0px;
  border-bottom: 1px dotted #00a400;
}

#box3{
  top: 280px;
  left: 0px;
  border-right: 1px dotted #00a400;
}

#box4{
  top: 280px;
  right: 0px;
}

#box2x2 div.left {
  margin-right: 10px;
  float: left;
}

#box2x2 div.right {
  margin-left: 10px;
  float:right;
}

/* Styles für die News-Übersichtsseite */

.news_item {
  clear:both;
}

.news_info {
  text-align: right;
  margin-right: 20px;
  float: right;
}

.news_item h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.news_image {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}

.news_image img {
  border: 0px;
}

.news_text {
  padding-right: 20px;
}

div.news-amenu-container {
  clear:both;
}

div.news-amenu-container h3 {
  padding-bottom: 0px;
}

div.news-amenu-container ul {
  margin-top: 0px;
}

div.news-amenu-container li.news-amenu-item-year {
  list-style-image: none;
  list-style-type: none;
  margin-left: -15px;
  padding-top: 10px;
}


/* Styles für die Downloadseite */

.download_category {
  clear: both;
  padding-top: 20px;
}

.download_item {
  padding-bottom: 8px;
}

.download_item img {
  position: relative;
  top: 5px;
  padding-right: 2px;
}

/* Spalte Rechts */

#box_right {
  position:absolute;
  left: 690px;
  top: 0px;
  width: 260px;
  background: #FFFFFF;
  background-image: url(bg_menu.png);
  background-repeat: repeat-x;
}

.box {
  border-bottom: 1px dotted #00a400;
  padding: 8px;
}

#box_right .box h4 {
  font-weight: bold;
  font-size: 100%;
  color: #006600;
  text-align: left;
  padding-bottom: 3px;
}

.box_img {
  text-align: center;
}

.box_hotnews ul {
  list-style-image:url(hot_li.png);
}

/* Formatierungen für die Kurse */

.index {
  padding-bottom: 15px;
}

.kurse_category {
  padding-bottom:10px;
}

.kurse_subcategory {
  padding-bottom: 20px;
}

#main .kurse table {
  table-layout: fixed;
}

#main .kurse th, #main .kurse td {
  text-align: left;
  border-bottom: 1px dotted #00a400;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 6px;
  margin: 0px; 
  vertical-align: top;
  overflow: hidden;
}

#main .kurse td.kurse_nummer {
  width: 90px;
}

#main .kurse td.kurse_datum {
  width: 110px;
}

#main .kurse td.kurse_beschreibung {
  width: 265px;
}

#main .kurse td.kurse_anmeldeschluss {
  width: 55px;
}

/* Fotoboek */

.photobook #nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Styles für Typo3 eigene Content Elemente mit CSS Styled Content */

.csc-form-labelcell {
  text-align: right;
  margin: 5px;
}

.csc-form-labelcell label {
  text-align: right;
}

.csc-form-fieldcell {
  vertical-align: top;
}

.csc-form-fieldcell input, .csc-form-fieldcell textarea, .csc-form-fieldcell select {
  border: 1px solid #00a400;
  margin: 5px;
}

fieldset.csc-mailform {
  margin-top: 10px;
  border: 1px dotted #00a400;
}

/* Sprechblasen auf der Frontpage */

#frontpage_left {
  position: absolute;
  left: 275px;
  top: 80px;
  width: 225px;
  height: 202px;
  overflow: hidden;
}

#frontpage_right {
  position: absolute;
  left: 670px;
  top: 100px;
  width: 225px;
  height: 202px;
  overflow: hidden;
}

#frontpage_left h4, #frontpage_right h4{
  font-size: 110%;
  padding-bottom: 5px;
}

#frontpage_left .box_hotnews {
  font-size: 110%;
  font-weight: bold;
}

#frontpage_left .box_hotnews li {
  padding-bottom: 10px;
}

/* Styles für die Fotoallerie */

#externalthumbs {
  float:left;
  padding-left: 10px;
  width:390px;
}
 
 
#externalthumbs .label {
 height: 15px; 
}


.carouselInner {
  width:400px;
}

.carouselInner .thumbnail {
  float: left;
  padding-bottom:10px;
}

.tx-rgsmoothgallery-pi1 {
  background: #d2ece9 url(img/loading-bar-black.gif) center center no-repeat;
  margin-top: 10px;
  float:left;
}

.myGallery {
  border: 1px dotted #00a400;
  padding: 0px;
}

.jdGallery .slideElement {
  background-color: #d2ece9;
  top: -5px;
  left:-5px;
  padding:5px;
}

.jdGallery .loadingElement {
  background-color: #d2ece9;
}

.jdGallery .slideInfoZone h2
{
   padding: 0 !important;
   font-size: 80% !important;
   margin: 0 !important;
   margin: 2px 5px !important;
   font-weight: bold;
   color: inherit;
}

.jdGallery .slideInfoZone p
{
   font-size: 80% !important;
   margin: 0px 5px !important;
   color: #eee;
}


