
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ====== Html-Tags ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
  margin:0px;
  padding:0px;
  border:0px;
}

body {
   font:normal 1em Arial, Helvetica, Verdana, sans-serif, Geneva;
  color:black;
  background-color: #88D1FF;
  background-image: url(../src/body-bg.gif);
  background-repeat: repeat-y;
}

h1 {
  /*color: #C2E4FA;*/
  color:#00009d;
  background-color: #88D1FF;
  font-size:1.8em;
  margin:10px 0px 10px 0px;
  font-style:italic;
}

h2 {
  color:maroon;
  background-color: #88D1FF;
  font-size:1.7em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ====== Css-styled-Contend �berschreiben ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.csc-bulletlist {
  margin: 0px 0px 0px 25px;
}

.csc-textpic-caption {
  font-size:0.8em;
  font-weight:bold;
  margin:2px 0px 0px 0px;
  height:36px;
}

p.align-center {
  text-align: center;
}

dl.csc-textpic-image {
  margin-right:10px;   
}
dl.csc-textpic-lastcol {
  margin-right:0px;
} 

.csc-textpic-clear {
  clear:both;
}

.csc-header csc-header-n4 {
  margin:10px 0px 0px 0px;
}

.csc-menu-1 ul {
  list-style:none
}
.csc-bulletlist .csc-bulletlist-0 {
  margin:0px 0px 10px 0px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin:0px 0px 2px 0px; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin:0px 0px 2px 0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ====== Sonstiges ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Zum clearen der gefloateten div-Cobtainer im Content- und Footerbereich */
.clearer-hr {
  clear:both;
}

clearer {
  clear:both;
}

.internal-link img {
  margin:0px -4px 0px 2px;
}

.tabelle-stundenplan {
  margin:0px 0px 20px 0px;
}

.bildunterschrift {
  font-weight:bold;
  font-size:0.85em;
  
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ====== Contentspalten ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
  width:980px;
  color:black;
  min-height:500px;
  background-image: url(../src/content-bg.gif);
  background-repeat: repeat-y;
}

#navigation {
  color:black;
  background-color:#FF9900;
  float:left;
  width:200px;
  display:block;
  min-height:500px;
  background-position: top;
  background-repeat: no-repeat;
}

.lastupdate {
  font-size:0.75em;
  font-weight:bold;
  margin:5px;
  color:navy;
  background-color: #FFD595;
  border-top: 1px solid #FF6600;
  border-right: 1px solid #FAEFDF;
  border-bottom:1px solid #FAEFDF;
  border-left:1px solid #FF6600;
  padding:0px 0px 0px 2px;
}

#content {
  color:black;
  background-color: #88D1FF;
  /*background-color: #0099FF;*/
  /*color: #F4F4F4;*/
  /*margin:0px 0px 0px 200px;*/
  width:760px;
  float:left;
  min-height:500px;
  padding:10px;
  font-size:0.85em;
}

#content a {
  text-decoration:none;
  color:maroon;
  background-color:#88D1FF;
}

#content a:hover, #content a:focus {
  color:navy;
  background-color:#88D1FF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ====== Seiten-Navigation ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation-box {
  margin:10px 5px 10px 5px;
  color:navy;
  background-color: #FFD595;
  border-top: 1px solid #FF6600;
  border-right: 1px solid #FAEFDF;
  border-bottom:1px solid #FAEFDF;
  border-left:1px solid #FF6600;
  font-size:0.85em;
  padding:0px 0px 0px 2px;
}


#navigation li {
  padding:1px 0px 3px 0px;
}

#navigation-box  ul {
  list-style:none;
}

#navigation-box ul li ul li {
  margin:0px 0px 0px 10px;

}

#navigation-box a {
  text-decoration:none;
  color:#000080;
  background-color: #FFD595;
  line-height:1.3em;
  }

#navigation-box a:hover, #navigation-box a:focus {
  color:navy;
   background-color:#FFF4B7;
   display:block;
  line-height:1.3em;
} 
 li li li {
   font-size:0.85em;
  margin:0px 0px 0px 0px;
  display:block;
  line-height:1.3em;
 }
 
 
 .subnavi-level3, .subnavi-level3-cur {
  margin:0px 0px 0px 20px;
  font-size:0.9em;
  padding-left:5px;
  border-top:1px solid #FFD595;
  border-bottom:1px solid #FF9900;
  border-left:1px solid #FF9900;
}

.subnavi-level1-cur dfn {
  border-bottom:none;
  font-weight:normal;
  font-style:normal;
  cursor:pointer;
}


.subnavi-level2-cur dfn, .subnavi-level1-act dfn {
  border-bottom:none;
  font-weight:bold;
  font-style:normal;
  cursor: pointer;
}

.level2-no dfn {
  border-bottom:none;
  font-weight:normal;
  font-style:normal;
  cursor:pointer;
}


.subnavi-level1 dfn {
  border-bottom:none;
  font-weight:normal;
  font-style:normal;
  cursor: pointer;
}

.subnavi-level2-act dfn {
  border-bottom:none;
  font-weight:bold;
  font-style:normal;
  cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ======Footerbereich ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
  width:100%;
  color:black;
  background-color: #88D1FF;
  clear:both;
  line-height:1.7em;
  font-size:0.8em;
  border-top:1px solid navy;
}

#footer a {
  text-decoration:none;
  color:maroon;
  background-color:#88D1FF;
}

#footer a:hover, #footer a:focus {
  color:navy;
  background-color:#88D1FF;
}

.copyright {
  width:192px;
  float:left;
  padding:0px 0px 0px 8px;
  color:black;
  background-color:#FF9900;
  
}

.t3 {
  float:right;
  width:200px;
  text-align:right;
  margin:0px 10px 0px 0px;
}

#metanavigation {
  text-align:center;
  width:400px;
  margin:auto;
}


#metanavigation ul li {
  display:inline;
}

#metanavigation a {
  margin-right:3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ====== Mailformular ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.csc-mailform-field {
  border-top:1px solid #00017B;
  border-left:1px solid #00017B;
  border-right:1px solid white;
  border-bottom:1px solid white;
  color:black;
  background-color: #ECF6FF;
  width:300px;
  font:normal 1em Arial, Helvetica, Verdana, sans-serif, Geneva;
  margin:3px 0px 0px 0px;
  padding:0px 1px 0px 1px;
  text-align:left;
}

.csc-mailform-field input {
  width:300px;
  margin:1px;
}

.csc-mailform-field textarea {
  width:299px;
  font-family:Arial, Helvetica, Verdana, sans-serif, Geneva;
}

.csc-mailform-field .csc-mailform-submit {
  width:100px;
  border-top:1px solid white;
  border-left:1px solid white;
  border-right:1px solid #00017B;
  border-bottom:1px solid #00017B;
  margin:0px 3px 0px 97px;
}

.csc-mailform-submit {
  margin-right:50px;
}

#mailform177, #mailform179, #mailform470 {
  margin-bottom:20px;
}

.tx-femp3player-pi1 {
  text-align:left;
  float:right;
  padding-top:70px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ======Startseite ====== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.csc-frame-indent3366 {
  float: left;
  margin-right: 10px;
}
