/* Stylesheet für KBT_Oldenburg */

/* Site Grundwerte */
@media all {

* { margin:0; padding: 0; }

html { height: 100%; }

body { color: #113687;
       min-height: 101%;
       vertical-align: center;
	/* Rundungsproblem im Opera verhindern */
		font-size: 100.01%;
	/* Objekte beim Resizing am Platz halten */
		position: relative;
	/* Schrifteinstellungen */
	    font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	/* alternativ: "Arial, Helvetica, sans-serif;*/
	    text-align: center;
	    }


}
/* Farben
Linker Rand #b3d1f0
Seitenhintergrund #EAF6FC
*/
/* ********************************************************
** **Detailklassen ************************************* */

#container{
vertical-align: center;
position: relative;
width: 730px;
margin: 25px auto;
padding: 20px 20px 20px 20px;
background-image: url(../images/bgground4.gif);
background-repeat: no-repeat;
background-position: 350px 500px;
background-color:  #c9ddf2; /* #f7f4e7; */
border: 3px solid #f7f4e7; /*#194190;*/
color: #000;
}

#column1{
        float: left;
        width: 140px;
        background: transparent;
        }

#column2{
          width: auto;
          margin-left: 150px;
          background: transparent;
          border-left: 1px solid #f7f4e7; /*#123688;*/
          color: #123688;
         }

#column1_content{
          text-align: center;}

#column2_content {
          font-weight: bold;
          font-size: 0.89em;
          padding: 30px 40px 20px 40px;
          }
#column2_content h3{
          border-bottom: 1px solid #f7f4e7;
          text-align: right;
          font-size: 160%;
          }
#column2_content .titel{
          padding: 40px 0 20px 0;
          text-align: left;
          font-weight: normal;
          font-size: 1.1em;
          letter-spacing: 0.2em;
          }
#column2_content .subtitel{
          padding: 0px 0 0px 0;
          text-align: left;
          font-weight: normal;
          font-size: 1.0em;
          letter-spacing: 0.1em;
          border-bottom: 1px dotted #f7f4e7;
          }
#column2_content .subsubtitel{
          padding: 0px 0 0px 0;
          text-align: left;
          font-weight: normal;
          font-size: 1.0em;
          letter-spacing: 0.1em;
          border-bottom: 0px dotted #f7f4e7;
          }
#column2_content .text{
          border-bottom: 0px solid;
          text-align: left;
          font-weight: normal;
		  font-size: 0.89em;
		  line-height: 1.7em;
          }
#column2_content h3.subtitel{
          margin-top: 90px;
          border-top: 1px solid #f7f4e7;
          border-bottom: 0px;
          text-align: right;
          font-size: 120%;
          }
#column2_content ul{
          padding: 20px 0 0 15px;
          border-bottom: 0px solid;
          }
#column2_content ul li{
          padding: 5px 0 0 5px;
          border-bottom: 0px solid;
          text-align: left;
          font-weight: normal;
		  font-size: 0.89em;
		  line-height: 1.7em;
          }
.copyright {
          margin-top: 8px;
          border-bottom: 0px;
          text-align: right;
          font:0.75em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
          }
.image_001{
          padding: 2px;
          margin: 43px 0 0 5px;
          float: right;
          border: 1px solid;
          }
.image_002{
          padding: 2px;
          margin: 0px 5px 0 0px;
          float: left;
          border: 1px solid;
          }
.image_003{
          padding: 2px;
          margin: 0px 0 0 5px;
          float: right;
          border: 1px solid;
          }
.image_004{
          padding: 2px;
          margin: 0px 0 0 0px;
          text-align: center;
          border: 1px solid;
          }

/* Kontaktformular */

.formular {
 width: 100%;
 margin: 50px 0 0 0;
 border: 0px solid;
}
.ebene {
 clear: both;
 padding: 2px 0;
}
.label {
 float:left;
 padding:0px 0 0 0;
 width:7.5em;
 text-align: left;
 font-weight: normal;
 font-size: 0.89em;
 line-height: 1.7em;
}
.submit{
 /*clear: both;*/
 margin:1em 0 0 0px;
 padding:0px 0px 0px 120px;
 text-align: left;
}
.feldbreite{
 text-align: left;
 padding:2px 0 0 0;
 background:#E8EEF4;
 border:1px solid #ccc;
 font:0.89em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
 overflow:auto;
 width: 350px;
}
