/* 
  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, h4, ul, ol, span, a, table, td, form, img, li, dl, dt, dd, hr  {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Tahoma, Verdana;
}

body {
  background: #F0F0F0 url('../images/body_bg.jpg') repeat-x;
}

html, body { 
  font-size: 101%; 
  color: #716f6e;
}

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  visibility: hidden;
}

img {
  border: 0;
}

.img {
  padding: 4px;
  margin: 4px;
  border: 1px solid #c8c9cb;
}

.img_right {
  float: right;
  margin: 0 0 10px 10px;
}


h1 {
  font-size: 14px;
  padding: 0 0 10px 0;
  color: #ee7f00;
  font-weight: normal;
}

h2 {
  color: #2D93C3;
  font-size: 14px;
  padding: 2px 0 2px 0; 
  font-weight: normal;
}

h3 {
  color: #2D93C3;
  font-size: 11px;
  padding: 2px 0 2px 0; 
  font-weight: normal;
}

h4 {
  font-size: 13px;
  padding: 2px 0 2px 0;
  color: #ee7f00;
  font-weight: normal;
}

hr {
  height: 2px;
  border: 0;
  border-top: 1px solid #c6c7c9;
  border-bottom: 1px solid #fff;
}

.input, textarea, select {
  border: 1px solid #2D93C3;
  padding: 0 1px;
  margin: 3px 0;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana;
  color: #737373;
}

a {
  color: #EF7E08;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



#container {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 148px;
  text-align: right;
  font-size: 0.7em;
}

#logo {
  position: absolute;
  left: -110px;
  top: 0px;
}



#anmeldung {
  padding: 35px 20px 0 0;  
}



#mainmenu {
  position: absolute;
  z-index: 10000px;
  
  width: 160px;
  height: 300px;
  top: 200px;
  left: 20px;
  color: #2D93C3;
  font-size: 0.75em;
}

#mainmenu_top {
  width: 160px;
  height: 11px;
  background: url('../images/mainmenu_top.png') no-repeat;
  font-size: 1px;
}

#mainmenu_left {
  float: left;
  width: 1px;
  height: 261px;
  background: url('../images/mainmenu_border_bg.jpg') repeat-x;
}

#mainmenu_center {
  width: 158px;
  height: 261px;
  margin-left: 1px;
  background: #fff url('../images/mainmenu_center_bg.jpg') repeat-x;
}

#mainmenu_right {
  float: right;
  width: 1px;
  height: 261px;
  background: url('../images/mainmenu_border_bg.jpg') repeat-x;
}


/* Hack für 3px Problem im IE bis Version 6 */

* html #mainmenu_left { 
margin-right: -3px; 
} 

* html #mainmenu_center { 
margin: 0 0 0 1px;
display:inline-block; 
} 

* html #mainmenu_right { 
margin-left: -3px; 
} 

/* Ende Hack */



#mainmenu ul {
  padding-top: 5px;
}

#mainmenu ul li {
  margin: 0 0 0 15px;
  list-style: none;
  background: url('../images/list.gif') no-repeat 2px 8px;
}

#mainmenu ul li a {
  text-align: left;
  display: block;
  padding: 3px 5px 3px 20px;
  color: #2D93C3;
  text-decoration: none;
}


#mainmenu ul li span {
	display: none;
}



#mainmenu ul li.m2 a { width: 113px; height: 19px; background:url(../images/mm_2.gif) 20px 3px no-repeat; }
#mainmenu ul li.m2 a:hover, #mainmenu ul li.m2_active a { width: 113px; height: 19px; background: url(../images/mm_2.gif) 20px -16px no-repeat; }

#mainmenu ul li.m3 a { width: 113px; height: 19px; background:url(../images/mm_3.gif) 20px 3px no-repeat; }
#mainmenu ul li.m3 a:hover, #mainmenu ul li.m3_active a { width: 113px; height: 19px; background: url(../images/mm_3.gif) 20px -16px no-repeat; }

#mainmenu ul li.m5 a { width: 113px; height: 19px; background:url(../images/mm_5.gif) 20px 3px no-repeat; }
#mainmenu ul li.m5 a:hover, #mainmenu ul li.m5_active a { width: 113px; height: 19px; background: url(../images/mm_5.gif) 20px -16px no-repeat; }

#mainmenu ul li.m6 a { width: 113px; height: 19px; background:url(../images/mm_6.gif) 20px 3px no-repeat; }
#mainmenu ul li.m6 a:hover, #mainmenu ul li.m6_active a { width: 113px; height: 19px; background: url(../images/mm_6.gif) 20px -16px no-repeat; }

#mainmenu ul li.m7 a { width: 113px; height: 19px; background:url(../images/mm_7.gif) 20px 3px no-repeat; }
#mainmenu ul li.m7 a:hover, #mainmenu ul li.m7_active a { width: 113px; height: 19px; background: url(../images/mm_7.gif) 20px -16px no-repeat; }

#mainmenu ul li.m8 a { width: 113px; height: 19px; background:url(../images/mm_8.gif) 20px 3px no-repeat; }
#mainmenu ul li.m8 a:hover, #mainmenu ul li.m8_active a { width: 113px; height: 19px; background: url(../images/mm_8.gif) 20px -16px no-repeat; }

#mainmenu ul li.m9 a { width: 113px; height: 19px; background:url(../images/mm_9.gif) 20px 3px no-repeat; }
#mainmenu ul li.m9 a:hover, #mainmenu ul li.m9_active a { width: 113px; height: 19px; background: url(../images/mm_9.gif) 20px -16px no-repeat; }

#mainmenu ul li.m10 a { width: 113px; height: 19px; background:url(../images/mm_10.gif) 20px 3px no-repeat; }
#mainmenu ul li.m10 a:hover, #mainmenu ul li.m10_active a { width: 113px; height: 19px; background: url(../images/mm_10.gif) 20px -16px no-repeat; }

#mainmenu ul li.m19 a { width: 113px; height: 19px; background:url(../images/mm_19.gif) 20px 3px no-repeat; }
#mainmenu ul li.m19 a:hover, #mainmenu ul li.m19_active a { width: 113px; height: 19px; background: url(../images/mm_19.gif) 20px -16px no-repeat; }

#mainmenu ul li.m20 a { width: 113px; height: 19px; background:url(../images/mm_20.gif) 20px 3px no-repeat; }
#mainmenu ul li.m20 a:hover, #mainmenu ul li.m20_active a { width: 113px; height: 19px; background: url(../images/mm_20.gif) 20px -16px no-repeat; }





#adminmenu ul li {
  list-style: none;
  padding-left: 10px;
  line-height: 18px;
}

#adminmenu ul li ul li {
  padding-left: 15px;
}



















#topimage {
  margin: 0;
  width: 920px;
  height: 234px;
  background: #f0f0f0 url('../images/load.gif') no-repeat 50% 50%;
}


#center {
  margin-top: 20px;
}

#center #left {
  float: left; 
  width: 185px;
  font-size: 0.7em;
  margin-top: 80px;
}



#center #content {
  margin: 0 0 0 185px; 
  padding: 0 20px;
  font-size: 0.7em; 
  line-height: 140%;
}

/* Hack für 3px Problem im IE bis Version 6 */

* html #center #left { 
margin-right: -3px; 
} 

* html #center #content { 
margin: 0 0 0 182px;
display:inline-block; 
} 

/* Ende Hack */

.kasten {
  margin: 10px 10px 0px 30px;
}


.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: #EF7E08;
  text-decoration: none;
  background: #fff url('../images/list_red.gif') no-repeat 35px center;
}

.kasteninhalt p {
  padding: 6px 0 6px 20px;
}

.kasten dl {
  padding: 0 8px 4px 0px;
}

.kasten dt {
  color: #EF7E08;
  font-weight: bold;
  padding: 8px 0 0 0;
}

.kasten dd {
  padding: 6px 0 8px 0;
  word-wrap: break-word;
}

#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 {
  padding: 13px 0 13px 40px;
  border-bottom: 1px solid #e6e6e6;
}

#content .file_list ul li.pdf {
  background: url('../images/pdf.png') no-repeat 0px 6px;
}

#content .file_list ul li.doc {
  background: url('../images/doc.png') no-repeat 0px 6px;
}

#content .file_list ul li.xls {
  background: url('../images/xls.png') no-repeat 0px 6px;
}

#content .file_list ul li.ppt {
  background: url('../images/ppt.png') no-repeat 0px 6px;
}

#content .file_list ul li.image {
  background: url('../images/image.png') no-repeat 0px 6px;
}

#content .file_list ul li.url {
  background: url('../images/url.png') no-repeat 0px 6px;
}

#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: #EF7E08;
}





#content #vorstand dl {
  width: 172px;
  height: 360px;
  float: left;
  background: url('../images/vorstand_bg.jpg') 0px 202px no-repeat;
}

#content #vereine dl {
  width: 172px;
  height: 340px;
  float: left;
  background: url('../images/vorstand_bg.jpg') 0px 139px no-repeat;
}

#content #linkliste dl {
  width: 172px;
  height: 250px;
  float: left;
  background: url('../images/vorstand_bg.jpg') 0px 139px no-repeat;
}

#content #vorstand h3, #content #vereine h3, #content #linkliste h3 {
  font-weight: bold;
}

.img2 {
  padding: 4px;
  margin: 4px 0;
  border: 1px solid #c8c9cb; 
}




#footer {
  margin: 40px 0 0 0;
  background: #fff url('../images/footer_bg.jpg') repeat-x;
  font-size: 0.7em;
  height: 150px;
  padding: 0;
  color: #999;
}

#footer_left {
  float: left;
  width: 15px;
  height: 150px;
  background: url('../images/footer_left.jpg') no-repeat
}

#footer_right {
  float: right;
  width: 15px;
  height: 150px;
  background: url('../images/footer_right.jpg') no-repeat
}

#footer_center {
  position: relative;
  margin: 0 15px;
}

#footer a {
  color: #2494cc;
}

#footer_adresse {
  padding: 18px 2px;
}

#footer_adresse p {
  padding-bottom: 8px;
}

#footermenu {
  position: absolute;
  top: 20px;
  left: 230px;
  width: 605px;
  height: 100px;
  padding: 0 25px;
  border-left: 1px solid #c6c7c9;
}

#footermenu a {
  font-weight: bold
}

#copyright {
  position: absolute;
  top: 105px;
  left: 255px;
  width: 250px;
  height: 25px;
}

#design {
  position: absolute;
  top: 105px;
  left: 635px;
  width: 250px;
  height: 25px;
  text-align: right;  
}

#design a {
  color: #999;
}






#statistic a{
  color: #ee7f00;
  font-weight: normal;
}

#statistic a:hover{
  color: #ee7f00;
  font-weight: normal;
}

#statistic td {
  padding: 4px;
  margin: 2px;
  background: #fff;
}

#statistic th, th {
  border-bottom: 2px solid #ee7f00;
  text-align: left;
  font-weight: bold;
  padding: 4px;
  margin: 2px;
}

#Balken {
	width:10px;
	background-color:#ee7f00;
	overflow: hidden;
}


