@charset "utf-8";
/*================================================================================
     Allgemeine Styles
==================================================================================*/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ccc;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
div#mainContent a {
    color: #C80607;
}
div#sidebar2 a {
    color: #C80607;
}
div#sidebar2 li {
    color: #C80607;
}

div#footer a {
    color: white;
}

/* ======= Allgemeine Klassen ind IDs ======= */

.aufzaehlungen { 
  margin-right: 10px;
  border-bottom: solid;
  border-bottom-color: #CCCCcc;
  border-bottom-width: 1px;
  color: black;
}

.hervorheben { 
  /*margin-right: 20px;
  margin-left: 20px;*/
  padding-left: 1px;
  color: black;
  background-color: #f6e0e0;
  border: solid;
  border-width: thin;
  border-color: #c80607;
}

.ueberschrift_unterstr {
  display: inline;
  border-bottom: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
}

.versteckt { display:none; }

/* ============================================================================
     3. Styles für Layoutbereiche
==============================================================================*/



.thrColFixHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCff;
	border-right-color: #CCCCff;
	border-bottom-color: #CCCCff;
	border-left-color: #CCCCff;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(../images/header_1.jpg);
	height: 97px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccf;
	text-indent: 800px;
	color: #000000;
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000px;
}
.thrColFixHdr #header a {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FF0000;
}

.thrColFixHdr #header p {
	color: #FF0000;
	margin-top: 0px;
	position:absolute;
	top: 70px;
}


.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #EEEEEE;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 140px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCff;
	border-right-color: #CCCCff;
	border-bottom-color: #CCCCff;
	border-left-color: #CCCCff;
	height: 390px;
	margin-bottom: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 144px; /* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	margin-bottom: 15px;
	color: #000000;
}
.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 165px;
	margin-bottom: 15px;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #eeeeee;
	border: thin solid #CCCCFF;
} 
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer_1.jpg);
	height: 28px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ============================================================================
     4. Sonstige Styles
==============================================================================*/

/* Das Kontaktformular */
form {
  background-color: #eee;
  width: 450px; /* breite des Formulars */
  padding: 20px;
  border: 1px solid #8c8c8c;
  }
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
select#anm_01_anrede,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_02_name,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_03_vorname,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_07_geburtsdatum,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_04_adresse,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_05_plz,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_06_wohnort,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_09_tel_p,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_11_tel_g,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#anm_10_tel_mob,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
select#anm_08_ortsgruppe,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

select#anrede,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}



/**** Das TKL Anmeldeformular ****/
form#anm_tkl {
  background-color: #eee;
  width: 450px; /* breite des Formulars */
  padding: 20px;
  border: 0px solid #8c8c8c;
  }
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}

input#anm_tkl_1_name,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

input#anm_tkl_2_vorname,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

input#anm_tkl_3_e_mail,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
  }
  
input#anm_tkl_4_wurfdatum,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
  }
  
input#anm_tkl_5_ausbildungsstand,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
  }
  
  input#anm_tkl_5_ortsgruppe,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
  }
  
  

/**** Ende Das TKL Anmeldeformular ****/