* {
  border: 0;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #494949;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  background-image: url(../bilder/main-bg.gif);
  background-repeat: repeat-x;
}

a {
  color: #1067ad;
  text-decoration: none;
}

a:hover {
  color: #1067ad;
  text-decoration: underline;
}

blockquote {
  background-color: #F5F7F6;
  padding: 5px;
}

h1, h2, h3, h2 a, h2 a:hover {
  color: #1067ad;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 4px;
  text-decoration: none;
}

h3 {
  font-size: 18px;
}

input {
  background-color: #FFFFFF;
  padding: 3px;
  border-top: 1px solid #B6CBE1;
  border-right: 1px solid #1067ad;
  border-bottom: 1px solid #1067ad;
  border-left: 1px solid #B6CBE1;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
}

	input.submit {
	  font-weight: bold;
	}

.bg2 {
  background-color: #F5F7F6;
}

.big {
  font-size: 14px;
  font-weight: bold;
}

.bigger {
  font-size: 17px;
  font-weight: bold;
}

.biggest {
  font-size: 20px;
  font-weight: bold;
}

.border {
  border: 1px solid #1067ad;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.pad {
  padding: 3px;
}

.table {
  width: 660px;
}

#wrapper {
  min-height: 100%;
}

    * html #wrapper {
      height: 100%;
    }

#header {
  width: 950px;
  height: 186px;
  background-image: url(../bilder/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 auto 0 auto;
}

	#logo {
	  float: left;
	  width: 447px;
	  height: 106px;
	  padding: 49px 0 0 75px;
	}

	#login {
	  float: left;
	  width: 346px;
	  height: 49px;
	  margin: 4px 0 0 53px;
	  padding: 3px 0 0 9px;
	  background-color: #f8f9f9;
	  border: 10px solid #FFFFFF;
	  font-size: 11px;
	  line-height: 16.5px;
	}

		#login input.submit {
		  width: 180px;
		}

	#news {
	  float: left;
	  width: 337px;
	  height: 75px;
	  margin: 3px 0 0 53px;
	  padding: 6px 9px 0 9px;
	  background-color: #f8f9f9;
	  border: 10px solid #FFFFFF;
	  font-size: 11px;
	  line-height: 16.5px;
	}

		#news.nologin {
		  margin-top: 79px;
		}

		#news strong, #news strong a {
		  color: #1067ad;
		  font-size: 12px;
		  line-height: 18px;
		  text-decoration: none;
		}

		#news ul {
		  list-style: none;
		}

			#news li {
			  background-image: url(../bilder/news-li.gif);
			  background-repeat: no-repeat;
			  background-position: 0 7px;
			  padding-left: 11px;
			}

				#news a {
                  color: #494949;
                  text-decoration: none;
                }

#navigation {
  width: 950px;
  height: 64px;
  margin: 0 auto 0 auto;
  text-align: center;
}

	#navigation ul {
	  width: 860px;
	  list-style: none;
	  margin: 0 auto 0 auto;
	}

		#navigation li {
		  display: inline;
		  height: 64px;
		}

			#navigation li a {
			  float: left;
			  display: block;
			  height: 44px;
			  padding: 20px 26px 0 24px;
			  font-size: 18px;
			  color: #7f7f7f;
			  text-decoration: none;
			  background-image: url(../bilder/navi-sep.gif);
		  	  background-repeat: no-repeat;
		  	  background-position: right 0;
			}

			#navigation li a:hover, #navigation li .active {
			  color: #1067ad;
			}

			#navigation li .nosep {
			  padding-right: 24px;
			  background-image: none;
			}

#main {
  background-image: url(../bilder/content-bg.gif);
  background-repeat: repeat-x;
}

	#smain {
	  width: 950px;
	  margin: 0 auto 0 auto;
	}

        #snavigation {
          width: 190px;
          min-height: 275px;
          float: left;
          margin-top: 50px;
          padding: 20px;
          background-image: url(../bilder/snavi-boxbg.gif);
          background-repeat: no-repeat;
          line-height: 18px;
        }

        	* html #snavigation {
        	  height: 275px;
        	}

            #snavigation.navi-height {
              min-height: 620px;
            }

                * html #snavigation.navi-height {
                  height: 620px;
                }

        	#snavigation strong {
        	  color: #1067ad;
        	}

        	#snavigation ul {
              list-style: none;
            }

                #snavigation li {
                  background-image: url(../bilder/snavi-li.gif);
                  background-repeat: no-repeat;
                  background-position: 0 7px;
                  padding-left: 11px;
                }

                	#snavigation li a {
                	  color: #494949;
                	  text-decoration: none;
                	}

                	#snavigation li a:hover, #snavigation .active {
                	  font-weight: bold;
                	}

            #snavigation .news a, #snavigation .news a:hover {
              font-weight: normal;
            }

        #content {
          width: 660px;
          min-height: 275px;
          float: left;
          margin: 50px 0 0 20px;
          padding: 20px 20px 60px 20px;
          background-image: url(../bilder/content-boxbg.gif);
          background-repeat: no-repeat;
          line-height: 18px;
        }

        	* html #content {
        	  height: 275px;
        	}

        	#content ul, #content ol {
        	  margin-left: 15px;
        	}

        	#sleft {
        	  width: 340px;
        	  float: left;
        	}

        	#sright {
        	  width: 320px;
        	  float: left;
        	}

        		#content .pb, #sleft .pb, #sright .pb {
        		  padding-bottom: 20px;
        		}

        		#sleft .pr, #sright .pr {
        		  padding-right: 20px;
        		}

#footer {
  height: 40px;
  margin-top: -40px;
  background-color: #1067ad;
  clear: both;
}

    #sfooter {
      width: 950px;
      height: 24px;
      margin: 0 auto 0 auto;
      padding-top: 16px;
      background-image: url(../bilder/footer-bg.jpg);
      background-repeat: no-repeat;
      background-position: center 0;
    }

    	#fleft {
    	  width: 400px;
    	  padding-left: 75px;
    	  float: left;
    	  color: #FFFFFF;
    	  font-size: 10px;
    	}

    	#fright {
    	  width: 400px;
    	  padding-right: 75px;
    	  text-align: right;
    	  float: left;
    	  color: #FFFFFF;
    	  font-size: 10px;
    	}

    	#fright a {
    	  color: #FFFFFF;
    	  text-decoration: none;
    	}

    	#kinder {
          position: absolute;
          margin-top: -158px;
        }

        	*+html #kinder {
        	  margin-left: -950px;
        	}

        	* html #kinder {
        	  position: relative;
        	  margin: -186px 0 0 0;
        	}

#geburtstag {
  display: none;
  width: 500px;
  border: 10px solid #fff;
  border: 10px solid rgba(255, 255, 255, 0.698);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 1000;
}

    #geburtstag div {
      padding: 30px;
      border: 1px solid #000000;
      background-color: #FFFFFF;
      text-align: center;
    }

    #geburtstag .title {
      color: #1067ad;
      font-family: Verdana, Arial, Tahoma, sans-serif;
      font-size: 21px;
      line-height: 30px;
      margin-bottom: 4px;
    }

    #geburtstag .monat {
      font-size: 14px;
      margin-bottom: 3px;
    }

    #geburtstag strong {
      color: #1067ad;
    }

    #geburtstag .close {
      display: none;
    }
