/* Stylesheet fuer die Druckausgabe
(c) 2007 by twt */

.print {display: none;}
.print1 {
	border-bottom: 1px dotted black;
	font-size: 12px;
}

body {
	background-color: transparent;
	font-size: 86%;
	font-family:'Times New Roman',Times,serif !important;
	color:#000;
}

/* Bereiche die beim Druck ausgeblendet werden */
	#foot {display: none;}
	#foot2 {display: none;}
	#context {display: none;}
	#suchfeld {display: none;}
	#quernavigation {display: none;}
	#navigation {display: none;}
	#kurssuche {display: none;}
	#metanavigation {display: none;}
	span.ahem {display: none;}
	.alphabet {display: none;}
	#standort-sortierung {display: none;}
	#standortliste {background: #fff;}
	hr {display: none;}
	.normal {display: none;}

#header {
	margin-bottom: 15px;
}

#breadcrumb {
	display: none;
}

/* Listen */
ul li {
	margin: 0px !important;
	list-style-type: square;
	padding: 0px;
}

/* Liste der Geschäftsstellen */

.buchstabe {
	margin: 10px 0 0px 0;
	font-weight: bold;
	color: black;
	text-decoration: none !imnportant;
	font-size: 18px;
	border-top: 1px solid black;
	display: block !important;

}

.city {
	margin-top: 5px;
	font-weight: bold;

}

#standortliste a {
	color: black;
	text-decoration: none;
	background: none;
	font-size: 90%;
}


#standortliste a#institute-vcard {
	color: black;
	text-decoration: none;
	background: none;
	font-size: 95%;
}


/* Allgemeine Druckeinstellungen */
	
h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h1 {
	font-size: 1.4em;
}


h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #000;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}
	
h5 {
  font-size: 1.0em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -0.7em;
}

a, a:visited, a:hover, a:visited:hover {
  color: #000;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  border: none;
}

/* Hinter dem Bild wird das Alt-Attribut in Klammern geschrieben */
 img[alt]:after {
 content:"\A ("attr(alt)")";
} 

}


/* **************** Anmeldeformular******************************* */

#anmeldeformular {
	background-color: white;
}


label {
	float: left;
	margin: 15px 10px 0 0;
	clear: both;
	width: 200px;
}

input {
	border: 1px solid white;
	font-weight: bold;

}

.anrede,#vorname,#nachname,#anschrift,#plz,#ort,#vorwahl,#telnummer,#vorwahl_fax,#faxnummer,#mobil,#email,#geb-dat,#geb_ort,.schulabschluss,#derz_beruf,#erl_beruf,#abschluss_derz_beruf,#weitere_berufe,#abschluss_weitere_berufe,#bemerkung,#ausfuell_datum,#ausfuell_ort {
	border-bottom: 1px dotted black;
}

/* select {border: none;} */
/* select.schulabschluss {border: none;} */

select {
	width: 350px;
	border: 1px dotted black;
	margin-bottom: 5px !important;
}

*html select {
	margin-left: 120px;
}

#nachname input {
	margin: 15px 10px 0 0;
}

#ort input {
	margin: 15px 10px 0 0;
}

#telnummer input {
	margin: 15px 10px 0 0;
}

#vorwahl_fax br {display: none;}

#vorwahl_fax input {
	margin: 15px 10px 0 0;
}

#faxnummer input {
	margin: 15px 10px 0 0;
}

#geb-dat input {
	margin: 0px 10px 0 0;
	width: 15px;
}

#abschluss_derz_beruf input  {
	float: left !important;
}


.anmeldung_input_float {
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
}

#bemerkung {
	padding: 15px 0;
}

#bemerkung textarea {
	padding: 15px 0;
	border: none;
}


p.hinweis {
	margin: 15px 0;
	color: black;
}

input.form-absenden {display: none;}

/* **************** Kontakt ******************************* */

.anfragethema {
	border-bottom: 1px dotted black;
}

#mail {
	border-bottom: 1px dotted black;
}

textarea#message {
	width: 347px;
}

#vorwahl,#telnummer {
clear: both;
border-bottom: 1px dotted black;
}

#checkbox .checkbox {
	margin: 5px 5px 5px 0;
}

#checkbox label {
	float: left !important;
	margin: 5px 5px 5px 0;
}

#checkbox input {
	display: block;
	float: left;
}