/* 
  Standard-CSS für www.kjf-steinfurt.de 
  
  Wichtige Farben :
    Dunkelgrau = #007A00 
    Hellgrün = #009400 
*/

/* Hack für italic Problem im IE bis Version 6 */
* html body * { overflow:visible; } 
* html textarea { overflow:scroll; overflow-x: hidden; }
* html input { overflow: hidden; }
* 


html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, dl, dt, dd  {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Tahoma, Verdana;
}

html, body { 
  font-size: 101%; 
  color: #737373;
}

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  visibility: hidden;
}

img {
  border: 0;
}

.img {
  padding: 4px;
  margin: 4px;
  border: 1px solid #E7E7E7;
}

.img_right {
  float: right;
  margin: 0 0 10px 10px;
}


h1 {
  font-size: 16px;
  padding: 0 0 10px 0;
}

h2 {
  color: #DF0424;
  font-size: 14px;
  padding: 2px 0 2px 0; 
  font-weight: normal;
}

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #E7E7E7
}

.input, textarea {
  border: 1px solid #E8E8E8;
  padding: 1px;
  margin: 2px 0;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana;
  color: #737373;
}

a {
  color: #DF0424;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



#container {
  width: 906px;
  margin: 0 auto;
}

#header {
  padding-right: 14px;
  height: 135px;
  text-align: right;
  font-size: 0.7em;
}

#logo {
  float: left;
}

#topmenu {
  height: 35px;
  padding: 6px 0;
}

#topmenu ul li {
  display: inline;
  
}

#topmenu ul li a {
  margin: 0 0 0 16px;
  padding: 0 0 0 10px;
  width: 100px;
  background: url('../images/list_red.gif') no-repeat left center;
  color: #707070;
  text-decoration: none;
}

#topmenu ul li a:hover {
  text-decoration: underline;
}

#anmeldung {
  
}



#mainmenu {
  width: 907px;
  height: 28px;
  background: url('../images/mainmenu_bg.jpg') repeat-x;
  color: #fff;
  font-size: 0.75em;
}

#mainmenu_left {
  float: left;
  width: 10px;
  height: 28px;
  background: url('../images/mainmenu_left_bg.jpg') repeat-x;
}

#mainmenu_right {
  float: right;
  width: 10px;
  height: 28px;
  background: url('../images/mainmenu_right_bg.jpg') repeat-x;
}

#mainmenu ul {
  height: 22px;
  bbbbackground: yellow;
}

#mainmenu ul li {
  display: inline;
}

#mainmenu ul li a {
  text-align: center;
  display: block;
  padding: 3px 22px;
  color: #fff;
  text-decoration: none;
  float: left;
}

#mainmenu ul li a:hover, #mainmenu ul li .active {
  background: url('../images/mainmenu_hover_bg.jpg') repeat-x;
}

#topimage {
  margin: 12px 0 0 0;
  width: 906px;
  height: 226px;
  background: #fff url('../images/load.gif') no-repeat 50% 50%;
}


#center {
  margin-top: 20px;
}

#center #left {
  float: left; 
  width: 185px;
  background: red;
  font-size: 0.7em;
}


#center #right {
  float: right; 
  width: 185px;
  word-wrap: break-word;
  background: blue;
  font-size: 0.7em;
}


#center #content {
  margin: 0 185px; 
  padding: 0 20px;
  font-size: 0.7em; 
}

/* Hack für 3px Problem im IE bis Version 6 */

* html #center #left { 
margin-right: -3px; 
} 
* html #center #right { 
margin-left: -3px; 
} 
* html #center #content { 
margin: 0 182px 0 182px;
display:inline-block; 
} 

/* Ende Hack */

.kasten {
  background: #fff url('../images/kasten_bg.jpg') repeat-y;
}

.kasten_top {
  width: 185px;
  height: 11px;
  background: url('../images/kasten_top.jpg') no-repeat;
}

.kasten_bottom {
  width: 185px;
  height: 12px;
  background: url('../images/kasten_bottom.jpg') no-repeat;
}

.kastentitel {
  width: 158px;
  height: 23px;
  margin: 0 6px 0 1px;
  background: url('../images/kastentitel_bg.jpg') repeat-x;
  color: #fff;
  padding: 4px 0 0 20px;
  font-size: 1.05em;
}

.kasteninhalt {
  width: 178px;
  margin: 0 6px 0 1px;
}

.kasteninhalt ul {
  list-style: none;
  margin: 4px 0 14px 0;
}

.kasteninhalt ul li {
  
}

.kasteninhalt ul li a {
  color: #737373;
  background: #fff url('../images/list_gray.gif') no-repeat 20px center;
  padding: 3px 0 3px 32px;
  display: block;  
}

.kasteninhalt ul li a:hover, .kasteninhalt .active {
  color: #737373;
  text-decoration: none;
  background: #E7E7E7 url('../images/list_red.gif') no-repeat 20px center;
}

.kasteninhalt ul li ul li a {
  padding-left: 45px;
  background: #fff url('../images/list_gray.gif') no-repeat 35px center;
}

.kasteninhalt ul li ul li a:hover, .kasteninhalt .active_sub {
  color: #DF0424;
  text-decoration: none;
  background: #fff url('../images/list_red.gif') no-repeat 35px center;
}

.kasteninhalt p {
  padding: 6px 0 6px 20px;
}

.kasteninhalt dl {
  padding: 0 8px 4px 20px;
}

.kasteninhalt dt {
  color: #DF0424;
  font-weight: bold;
  padding: 8px 0 0 0;
}

.kasteninhalt dd {
  padding: 6px 0 8px 0;
}

#content th {
  font-weight: bold;
  text-align: left;
}

#content p {
  padding: 8px 0;
}

#content hr {
  margin: 12px 0;
}

#content .img_list {
  fffloat: left;
}

#content .file_list ul li {
  list-style: none;
}

#content .file_list ul {
  padding: 0;
  margin: 0;
}

#content .file_list ul li {
  background: url('../images/pdf.png') no-repeat left center;
  
  padding: 13px 0 13px 35px;
}

#content .button {
  font-size: 10px;
}

#content ul {
  padding: 0;
  margin: 4px 0 8px 25px;
}

#content ul li {
  list-style: url('../images/list_gray.gif');
  line-height: 16px;
}

.rot {
  color: #DF0424;
}



#footer {
  margin: 20px 0 0 0;
  background: #E7E7E7 url('../images/footer_bg.jpg') repeat-x;
  font-size: 0.7em;
  height: 54px;
  border-top: 1px solid #C1C1C1;
  padding: 25px 0 0 0;
}

#footer a {
  color: #737373;
}

#footer-container {
  width: 906px;
  margin: 0 auto;
  height: 30px;
  background: url('../images/wm_logo.jpg') no-repeat 870px 0;
  padding: 8px 0 0 0;
}

#designed {
  float: right;
  width: 300px;
  padding-right: 45px;
  text-align: right;
  
}


