
body {
    margin:0;
    padding:0;
    font-family: Helvetica,Helv;
    font-size: 12px;
    background-color:#fff;
    text-align:left;
}

#rahmen {
    width: 680px;
    margin: 0px auto 0 auto;
    padding: 0px;
}

#header {
    margin: 0px;
  }

#header_top {
    height:100px;
    text-align:left;
}

#header_logo {
    margin-top:20px;
    margin-left:0px;
}

#header_links {
    display:none;
}

#header_news {
    display:none;
}

#header_image {
    display:none;

    height:0px;
}

#header_image img {
    border: none;
    height:173px;
    width: 100%;
}

#navigation {
    display:none;
}

#aktTermine {
    display:none;
}


#content {
    width:100%;
}

#contentInnen {
    margin-top:100px;
    margin-bottom:10px;
    margin-left:0px;
    margin-right:20px;
    padding:inherit;
    
    text-align: justify;
    
    font-stretch: extra-expanded;
    font-weight: 300;
    font-size: 14px;


}
#contentInnen h1{
    color: #037;
    font-size: 36px;
    font-weight: lighter;
    text-transform: none;
    font-family: Georgia,"Times New Roman",serif;
    line-height: 140%;
    margin-bottom: 50px;
    text-align: center;
}

#contentInnen h2{
    color: #037;
    font-size: 24px;
    font-weight: lighter;
    text-transform: none;
    font-family: Georgia,"Times New Roman",serif;
    line-height: 1.5;
}

.image_container {
    text-align: center;
}


#bild_links_oben {
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px;
}


/* ************************************** */



a {
    color: #47b;
    text-decoration: none;
}

a:focus,
a:active {
    outline: 0;
    -moz-outline: 0;
}

br {
    line-height: 90%;
}

hr {
    height: 1px;
    color: #E7E7E7;
    background-color: #E7E7E7;
    border: 1px none;
}

h1, h2, h3, h4 {
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    /* color: #717171;  */
    color: #0069af;
}

h1 {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 120%;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -1px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}


#footer {
    width: 660px;

    margin: 0 auto 0 auto;
    text-align: center;
    color: #A0A0A0;
    font-size: 11px;
    line-height: 150%;
  }

  #footer p {
    margin: 20px 0 20px 0;
    padding: 0;
  }

  #footer a {
    color: #A0A0A0;
  }




.cb {
    clear: both;
    height: 30px;
}

.highlight {
    font-weight: bold;
}


.youtube {
    margin-top: 50px;
    text-align: center;
}

.youtube h2 {
    margin-bottom: 20px;
    text-align: center;
}


/* ******************************************* */
.image_container {
	margin-left: 0px;
	margin-bottom: 10px;
}

.block {
	text-align: left;
}

.ce_text {
    line-height:1.6
}

/* Input-Felder */
input {
    margin-left:20px;
    margin-bottom: 2px;
    font-size: 12px;
    background-color: #eff6fa;
    border: 1px solid #666666; 
    width: 400px;
}

textarea  {
    margin-left:20px;
    margin-bottom: 2px;
    font-size: 12px;
    background-color: #eff6fa;
    border: 1px solid #666666; 
    width: 400px;
}

input.submit {
    margin-bottom: 2px;
    font-size: 11px;
    background-color: #eff6fa;
    border: 1px solid #666666; 
    width: 100px;
}

