/******************************************************
* clean.css - Vorformatierungen entfernen
******************************************************/
html {
	overflow:auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
.act {
	color:#000;
	background-color:#fff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/******************************************************
* fonts.css - Schriftarten, -größen und -farben festlegen
******************************************************/
body {
	font-size:0.7em;  /* 11px | 0.75em = 12px | 0.8em = 13px */
	font-family:Arial, Helvetica, sans-serif;
}
p, tr, td, h1, h2, h3, span, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
div#col1 h2, div#col1 h3, div#col2 h3 {
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#47A117;
}
div#tab_switch a {
	color:#107400;
	text-decoration:none;
	font-weight:bold;
	margin-left:19px;
}
div#tab_switch a.merk {
	margin-left:27px;
}
/* Seminarsuche */
input.search_seminar_query {
	font-size: 1em;
}
div#search_seminar_autocomplete a {
	font-weight:normal !important;
}
/* Seminarprogramm allgemein */
div#seminar_backtolist a {
	font-weight:bold;
}
div#seminar_daten h1 {
	font-size: 1.75em;
}
/* Seminarprogramm - Liste */
form#seminar_liste h1 a {
	color:#000 !important;
}
/* Seminarprogramm - dynamische Spalte */
div#col1 div.dyn_box h3 {
	font-weight:bold;
}
div#sem_col3 div.dyn_box span.tabulator {
	display:block;
	float:left;
	width:2em;
}
div#sem_col3 div.dyn_box div.teaser_bild img {
	float:left;
	padding:0 10px 0 0;
}
/* Seminarprogramm - Buchung */
form#form_kursbuchung fieldset legend {
	color:#7D7D7D;
	font-weight:bold;
}
form#form_kursbuchung fieldset#fieldset_agbs legend {
	color:#000000;
}
form#form_kursbuchung label.required {
	font-weight: bold;
}
.form_default .text, .bsp {
	font-size: 1em;
}
/******************************************************
* grid.css - Seitenaufbau
******************************************************/
/****************************************************
* Raster Seitenunabhängige Elemente
****************************************************/
body {
	width:1000px;
}
.nomargin{margin:0 !important;}
/*Kopf*/
div#head {
	background-color:#DAECD1;
	background-image:url(../images/head_motiv.jpg);
	background-repeat:no-repeat;
	height:163px;
}
div#head img#logo {
	position:absolute;
	left:545px;
	top:30px;
}
/*Inhalt*/
div#content_container {
	float:left;
}
/* Horizontale Navigation */
#topnav {
	position:absolute;
	top:137px;
	left:7px;
	z-index:1;
}
#topnav ul li {
	display:block;
	float:left;
}
#topnav ul li a span {
	text-indent:-999em;
	display:block;
	position:absolute;
	top:0px;
	overflow:hidden;
}
#topnav_shadow {
	position:absolute;
	top:160px;
	z-index:2;
	height:3px;
	left:0;
}
#topnav_shadow span {
	line-height:3px;
}
/* Haupt Navigation */
#mainnav {
	clear:both;
}
#mainnav input.text {
	border:1px solid #47A117;
	background-color:#fff;
	color:#47A117;
	font-size:1em;
	padding:0 0 0 4px;
	width:121px;
	margin:0.1em 0.2em 0 1.7em;
}
#mainnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainnav ul li {
	margin:0 0 0.45em 0;
	padding:0;
	line-height:1.2em;
}
#mainnav ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#47A117;
	display:block;
}
#mainnav ul li a:hover, #mainnav ul li a.act {
	color:#000;
	background-color:#fff;
}
#mainnav ul li a:hover {
	color:#47A117;
}
#mainnav ul li a.act:hover {
	color:#000;
}
#mainnav ul li ul {
	padding-left:0;
	padding-top:0.45em;
}
/*Ebene 1*/ #mainnav ul li a {
	padding:0.2em 0.2em 0.1em 1.65em;
	display:block;
}
/*Ebene 2*/ #mainnav ul li ul li a {
	font-weight:normal;
	padding-left:2.45em;
}
/*Ebene 3*/ #mainnav ul li ul li ul li a {
	font-weight:normal;
	padding-left:3.4em;
}
/* Seminarnavigation */
#semnav div#seminar_suche_mainnav {
	margin-bottom:8px;
}
#semnav div#seminar_suche_mainnav img {
	margin-left:18px;
}
#semnav input.text {
	border:1px solid #47A117;
	background-color:#fff;
	color:#47A117;
	font-size:1em;
	padding:0 0 0 3px;
	width:155px;
	margin:0.1em 0.2em 0 18px;
}
#semnav div.hr {
	margin:11px 24px 12px 18px;
}
#semnav img.head_text {
	margin-bottom:4px;
	margin-left:18px;
}
#semnav ul {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;
}
#semnav ul li {
	margin:0 0 0.45em 0;
	padding:0;
	line-height:1.2em;
}
#semnav ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#47A117;
	padding-right:5px;
	display:block;
}
#semnav ul li a:hover, #semnav ul li a.act {
	color:#000000;
	background-color:#fff;
}
#semnav ul li a:hover {
	color:#47A117;
}
#semnav ul li a.act:hover {
	color:#000;
}
#semnav ul li ul {
	padding-left:0;
}
/*Ebene 1*/ #semnav ul li a {
	padding-left:1.65em;
	display:block;
	padding-top:0.2em;
	padding-bottom:0.1em;
}
/*Ebene 2*/ #semnav ul li ul li a {
	font-weight:normal;
	padding-left:2.45em;
}
/*Ebene 3*/ #semnav ul li ul li ul li a {
	font-weight:normal;
	padding-left:3.3em;
}
/*Ebene 4*/ #semnav ul li ul li ul li ul li a {
	font-weight:normal;
	padding-left:4.3em;
}
/*Ebene 5*/ #semnav ul li ul li ul li ul li ul li a {
	font-weight:normal;
	padding-left:5.3em;
}
/*Ebene 6*/ #semnav ul li ul li ul li ul li ul li ul li a {
	font-weight:normal;
	padding-left:6.3em;
}
/*Ebene 7*/ #semnav ul li ul li ul li ul li ul li ul li ul li a {
	font-weight:normal;
	padding-left:7.3em;
}
#semnav #tab_switch_wrapper {
	padding-top:2px;
	background-color:#ffffff;
	margin-bottom:16px;
}
/*Dynmische Elemente*/
div.hr {
	background:url(../images/dotted_row.gif) no-repeat 2px 0;
	height:1px;
}
div.hr hr {
	display:none;
}
div#col3 div.dyn_box {
	border:1px solid #47A117;
	margin-bottom:10px;
}
div#col3 div.dyn_box div.dyn_padding {
	margin:7px 10px 7px 10px;
}
div#col3 div.dyn_box h1, div#col3 div.dyn_box_float h1 {
	font-size:1em;
	margin-bottom:0.6em;
}
div#col3 div.dyn_box a {
	color:#47A117;
	text-decoration:none;
}
/* Newsletter in dynamische Spalte */
div#sem_col3 div#dyn_newsletter, div#col3 div#dyn_newsletter {
	background:url(../images/background_dyn_newsletter.jpg) no-repeat #F0F5F6 right;
	padding:0 0 0 10px;
	height: 83px;
}
div#sem_col3 div#dyn_newsletter.dyn_box h1, div#col3 div#dyn_newsletter.dyn_box h1 {
	padding:7px 0 0 0;
	margin:0 0 3px 0;
}
div#sem_col3 div#dyn_newsletter p, div#col3 div#dyn_newsletter p {
	margin:0 0 0.1em 0;
	line-height: 13px;
	width:150px;
}
/* Bei Seminar-Homepage ist der Teaser breiter */
body.seminarprogramm_home div#dyn_newsletter p {
	width: 230px !important;
}
form#newsletter_anmelden {
	white-space:nowrap;
	padding-top:2px;
}
form#newsletter_anmelden input.btn {
	margin:0;
	float: left;
}
form#newsletter_anmelden input.txt {
	float:left;
	border:1px solid #47A117;
	background-color:#d1e2ec;
	color:#47A117;
	font-size:1em;
	padding:0 0 0 4px;
	width:172px;
}
body.contentpage form#newsletter_anmelden input.txt {
	width:144px;
}
form#newsletter_anmelden div#advice-validate-one-required-co_tKonGruppe {
	padding:0;
}
div#col3 div#dyn_ideenfang {
	padding:7px 0 7px 10px;
	background:url(../images/background_dyn_idee.jpg) bottom no-repeat;
	height: 175px;
}
div#col3 div#dyn_ideenfang p {
	margin-bottom: 5px;
}
div#col3 div#dyn_ideenfang a {
	background-image:url(../images/icon_ext_link.gif);
	background-repeat:no-repeat;
	padding:0 0 0 9px;
	background-position:0 4px;
}
ul.dyn_download {
	list-style:none !important;
	list-style-type:none !important;
}
ul.dyn_download li {
	padding: 0 0 0.25em 2.25em;
	background:url(../images/icon_pdf.gif) 0 0.2em no-repeat;
}
div#footer {
	clear:both;
	background-color:#47A117;
	height:20px;
	overflow:hidden;
}
/*---------- Clearfix-Hack -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/** IE7 - x */
.clearfix {
	display: inline-block;
}
/* IE5.x/Win - x, IE6 - x */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*--------// Clearfix-Hack -----------------*/
br.clearbr {
	clear:both;
}
.clearing {
	clear:both;
}
/****************************************************
* // Raster Seitenunabhängige Elemente
****************************************************/
div#col1 a {
	color:#47A117;
}
/****************************************************
* Raster Homepage
****************************************************/
body.homepage {
	background:url(../images/background_homepage.gif);
	background-repeat:repeat-y;
}
body.homepage div#col1_wrapper {
	float:left;
	width:500px;
	background-color:#DAECD1;
}
body.homepage div#col2_wrapper {
	float:left;
	width:180px;
}
body.homepage div#col3_wrapper {
	float:left;
	width:320px;
}
body.homepage div#col1 {
	padding:17px 30px 0 40px;
}
body.homepage div#col2 {
	margin-bottom:10px;
}
body.homepage div#col2 img {
	margin:0 0 1px 0;
}
body.homepage div#col3 {
	padding:20px 0 0 30px;
}
body.homepage div#col1 h1, body.seminarprogramm_home div#sem_col2 h1 {
	font-size:1.4em;
	margin:0 0 1.1em 0;
}
body.homepage div#col1 h2 {
	font-size:1em;
}
body.homepage div#col1 p {
	margin:0 0 1em 0;
	line-height:1.2em;
}
body.homepage div#col1 ul {
	margin:0 0 1.1em 0;
	list-style:none;
}
body.homepage div#col1 ul li {
	background-image:url(../images/ul_square.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 0.6em;
	line-height:1.2em;
}
div.hr {
	margin:3px 0 4px 0;
}
/*Fuß*/
body.homepage div#footer {
	margin: 0 0 0 500px;
}
/****************************************************
* // Raster Homepage
****************************************************/
/*Überschrifen...*/
h1.replace {
	background-repeat:no-repeat;
	text-indent: -999em;
	overflow:hidden;
}
h1#headline_homepage.replace {
	background-image:url(../images/headline_homepage.gif);
	width:255px;
	height:43px;
}
h1#headline_mig.replace {
	background-image:url(../images/headline_mig.gif);
	width:318px;
	height:19px;
}
h1#headline_kontakt.replace {
	background-image:url(../images/headline_kontakt.gif);
	width:64px;
	height:19px;
}
h1#headline_stellenangebote.replace {
	background-image:url(../images/headline_stellenangebote.gif);
	width:213px;
	height:19px;
}
h1#headline_asw_unternehmen.replace {
	background-image:url(../images/headline_asw_unternehmen.gif);
	width:338px;
	height:19px;
}
h1#headline_newsletter.replace {
	background-image:url(../images/headline_newsletter.gif);
	width:425px;
	height:19px;
}
h1#headline_QB1.replace {
	background-image:url(../images/headline_QB1.gif);
	width:375px;
	height:19px;
}
h1#headline_QB2.replace {
	background-image:url(../images/headline_QB2.gif);
	width:375px;
	height:19px;
}
h1#headline_QB3.replace {
	background-image:url(../images/headline_QB3.gif);
	width:375px;
	height:19px;
}
h1#headline_QB4.replace {
	background-image:url(../images/headline_QB4.gif);
	width:375px;
	height:19px;
}
h1#headline_QB5.replace {
	background-image:url(../images/headline_QB5.gif);
	width:375px;
	height:19px;
}
h1#headline_QB6.replace {
	background-image:url(../images/headline_QB6.gif);
	width:375px;
	height:19px;
}
h1#headline_QB1-1.replace {
	background-image:url(../images/headline_QB1-1.gif);
	width:375px;
	height:19px;
}
h1#headline_QB1-2.replace {
	background-image:url(../images/headline_QB1-2.gif);
	width:375px;
	height:19px;
}
h1#headline_QB1-3.replace {
	background-image:url(../images/headline_QB1-3.gif);
	width:375px;
	height:19px;
}
h1#headline_QB1-4.replace {
	background-image:url(../images/headline_QB1-4.gif);
	width:375px;
	height:19px;
}
h1#headline_QB2-1.replace {
	background-image:url(../images/headline_QB2-1.gif);
	width:375px;
	height:19px;
}
h1#headline_QB2-2.replace {
	background-image:url(../images/headline_QB2-2.gif);
	width:375px;
	height:19px;
}
h1#headline_QB2-3.replace {
	background-image:url(../images/headline_QB2-3.gif);
	width:375px;
	height:19px;
}
h1#headline_QB2-4.replace {
	background-image:url(../images/headline_QB2-4.gif);
	width:421px;
	height:19px;
}
h1#headline_QB2-5.replace {
	background-image:url(../images/headline_QB2-5.gif);
	width:375px;
	height:19px;
}
h1#headline_QB2-6.replace {
	background-image:url(../images/headline_QB2-6.gif);
	width:375px;
	height:19px;
}
h1#headline_QB3-1.replace {
	background-image:url(../images/headline_QB3-1.gif);
	width:375px;
	height:19px;
}
h1#headline_QB3-2.replace {
	background-image:url(../images/headline_QB3-2.gif);
	width:375px;
	height:19px;
}
h1#headline_QB3-3.replace {
	background-image:url(../images/headline_QB3-3.gif);
	width:375px;
	height:43px;
}
h1#headline_QB3-4.replace {
	background-image:url(../images/headline_QB3-4.gif);
	width:375px;
	height:43px;
}
h1#headline_QB4-1.replace {
	background-image:url(../images/headline_QB4-1.gif);
	width:375px;
	height:19px;
}
h1#headline_QB4-2.replace {
	background-image:url(../images/headline_QB4-2.gif);
	width:375px;
	height:19px;
}
h1#headline_QB4-3.replace {
	background-image:url(../images/headline_QB4-3.gif);
	width:375px;
	height:19px;
}
h1#headline_QB4-4.replace {
	background-image:url(../images/headline_QB4-4.gif);
	width:375px;
	height:19px;
}
h1#headline_QB4-5.replace {
	background-image:url(../images/headline_QB4-5.gif);
	width:375px;
	height:19px;
}
h1#headline_QB5-1.replace {
	background-image:url(../images/headline_QB5-1.gif);
	width:375px;
	height:19px;
}
h1#headline_QB5-2.replace {
	background-image:url(../images/headline_QB5-2.gif);
	width:386px;
	height:19px;
}
h1#headline_QB5-3.replace {
	background-image:url(../images/headline_QB5-3.gif);
	width:386px;
	height:19px;
}
h1#headline_QB6-1.replace {
	background-image:url(../images/headline_QB6-1.gif);
	width:386px;
	height:19px;
}
h1#headline_QB6-2.replace {
	background-image:url(../images/headline_QB6-2.gif);
	width:386px;
	height:19px;
}
h1#headline_QB6-3.replace {
	background-image:url(../images/headline_QB6-3.gif);
	width:386px;
	height:43px;
}
h1#headline_asw_leitbild.replace {
	background-image:url(../images/headline_leitbildderakademi.gif);
	width:363px;
	height:16px;
}
h1#headline_asw_mitwissen.replace {
	background-image:url(../images/headline_mitwissenindiezuku.gif);
	width:281px;
	height:16px;
}
h1#headline_asw_profilierung.replace {
	background-image:url(../images/headline_profilierunghaupts.gif);
	width:242px;
	height:19px;
}
h1#headline_asw_oekowi.replace {
	background-image:url(../images/headline_oekowi.gif);
	width:388px;
	height:40px;
}
h1#headline_asw_oberstufen.replace {
	background-image:url(../images/headline_oberstufen.gif);
	width:143px;
	height:16px;
}
h1#headline_asw_ausderpraxis.replace {
	background-image:url(../images/headline_ausderpraxis.gif);
	width:243px;
	height:16px;
}
h1#headline_bo_u_oeko.replace {
	background-image:url(../images/headline_bo_u_oeko.gif);
	width:386px;
	height:22px;
}
h1#headline_semprog.replace {
	background-image:url(../images/headline_semprog.gif);
	width:375px;
	height:43px;
}
h1#headline_partner_schule.replace {
	background-image:url(../images/headline_partner_schule.gif);
	width:375px;
	height:19px;
}
h1#headline_downloads.replace {
	background-image:url(../images/headline_downloads.gif);
	width:92px;
	height:16px;
}
/****************************************************
* Raster Inhaltseite 3spaltig
****************************************************/
body.contentpage div#content_container {
	background:url(../images/background_content.gif);
	background-repeat:repeat-y;
}
body.contentpage div#col1_wrapper {
	float:left;
	width: 220px;
}
body.contentpage div#col2_wrapper {
	float:left;
	width:200px;
}
body.contentpage div#col3_wrapper {
	float:left;
	width:262px;
}
body.contentpage div#mainnav {
	margin:20px 0 50px 0;
}
body.contentpage div#col3_wrapper p {
}
body.contentpage div#col3_wrapper ol {
	margin-left:2em;
	margin-bottom:1em;
}
body.contentpage div#col3_wrapper ul {
	/*margin-left:1.5em;*/
	margin-bottom:1em;
	list-style-type:square;
}
body.contentpage div#col3 {
	padding-top:20px;
}
/*Fuß*/
body.contentpage div#footer {
	padding-left: 500px;
}
/****************************************************
* // Raster Inhaltseite 3spaltig
****************************************************/
body.contentpage div#col7_wrapper {
	float:left;
	width:500px;
	margin-right: 16px;
}
body.contentpage div#col7 {
	padding:20px 0 0 20px;
}
body.contentpage div#col7 h1 {
	font-size: 1.45em;
	margin-bottom: 1.05em;
}
body.contentpage div#col7 p {
	margin-bottom:1.1em;
}
body.contentpage div#col7 ol {
	margin-left:2em;
	margin-bottom:1em;
}
body.contentpage div#col7 ul {
	margin-bottom:1em;
	list-style:none;
}
body.contentpage div#col7 ul li {
	background: url(../images/background_li.gif) 0 0.45em no-repeat;
	padding-left: 0.5em;
}
body.contentpage #content_container ul.form_item_wrapper li {
	background-image: none;
	padding-left:0;
}
/****************************************************
* Raster Inhaltseite 4spaltig
****************************************************/
body.contentpage div#col4_wrapper {
	float:left;
	width:518px;
	background:url(../images/dotted_col.gif) repeat-y right;
}
body.contentpage div#col6_wrapper {
	float:left;
	width:780px;
	margin-top:20px;
	padding-bottom:20px;
}
body.contentpage div#line_row {
	height:20px;
	width:222px;
	background:url(../images/dotted_row.gif) repeat-x center;
}
body.contentpage div#col4 {
	padding-left:19px;
	background:url(../images/dotted_col.gif) repeat-y right;
	float:left;
	padding-right:3px;
}
body.contentpage div#col4 a {
	text-decoration:none;
	color:#47A117;
}
body.contentpage div#col5 {
	margin-left:19px;
	float:left
}
body.contentpage div#col5 a {
	text-decoration:none;
	color:#47A117;
}
body.contentpage div#col6 {
	margin-left:19px;
	float:left
}
body.contentpage div#col6 a {
	text-decoration:none;
	color:#47A117;
}
/****************************************************
* Inhaltseite Aktuelle Meldungen
****************************************************/
div#aktuelles_head p a span {
	font-weight:bold;
}
div#aktuelles_head p a img {
	float:left;
	padding-right:5px;
	margin-top:1px;
}
div#aktuelles_head p a {
	text-decoration:none;
}
/****************************************************
* Inhaltseite Publikationen
****************************************************/
div#dotted_row_pub {
	background:url(../images/dotted_row_pub.gif) repeat-x center;
	width:430px;
	height:1px;
}
form.form_default dl.checkbox {
	margin-top:10px;
}
form.form_default dl.checkbox dt {
	float:left;
}
form.form_default dl.checkbox dd {
	margin: 0 0 0.7em 1.75em;
}
form.form_default dl.checkbox dt input {
	height:1.35em;
}
form.form_default label {
	display:block;
	float:left;
	width:120px;
	padding-top:0.25em;
}
form.form_default div {
	margin-top:10px;
}
form.form_default label.required {
	font-weight:bold;
}
select {
	width:269px;
	font-size:11px;
}
input.text {
	width:263px;
	font-size:11px;
	padding-left:2px;
}
#co_tPubStr {
	width:207px;
	font-size:11px;
	margin-right:7px;
}
#co_tPubHNr {
	width:37px;
	font-size:11px;
}
#co_tPubPLZ {
	width:50px;
	font-size:11px;
	margin-right:7px;
}
#co_tPubOrt {
	width:194px;
	font-size:11px;
}
form.form_default div#button {
	margin-left:158px;
}
form.form_default input.reset {
	float:left;
}
form.form_default div.validation-advice {
	color:#D70C32;
	font-size:0.9em;
	padding:3px 0 0 123px;
	margin:0;
	clear:both
}
form.form_default div#pub_checkboxen div.validation-advice {
	padding:3px 0 0 1px;
}
form.form_default input.validation-failed, select.validation-failed {
	background-color:#E76D84;
}
.senden {
	float:left;
	margin-left:3px;
}
* html .senden {
	margin-left:6px;
}
form.form_default .text {
	width: 260px;
}
form.form_default select.text {
	width: 267px;
}
form.form_default textarea.text {
	height:100px;
	overflow:auto;
	width: 262px;
}
/****************************************************
* Inhaltseite Downloads
****************************************************/
#col3 h2 {
	font-weight:bold
}
#col3 a {
	text-decoration:none;
	color:#47A117
}
/****************************************************
* Seminarprogramm buchen
****************************************************/
div#seminar_backtolist {
	margin:0.7em 0 0.7em 0;
}
div#seminar_daten {
	padding-bottom:0.05em;
	margin-bottom:1em;
	background:url(../images/dotted_row.gif) 0 bottom repeat-x;
}
form#form_kursbuchung div {
	clear:both;
	margin-bottom:0.25em;
}
form#form_kursbuchung fieldset legend {
	display: none;
}
form#form_kursbuchung div.double_label {
	width:120px !important;
	float:left;
	padding-top:0px !important;
}
form#form_kursbuchung div.double_label label {
	display:inline;
	float:none;
	width:auto;
}
form#form_kursbuchung dl#kursbuchung_software dd {
	margin-left: 87px;
}
form#form_kursbuchung input#co_tAnmStrasse {
	width: 212px;
	margin-right:1px;
}
form#form_kursbuchung input#co_tAnmSNr {
	width: 40px;
}
form#form_kursbuchung input.vorwahl {
	width:60px;
	margin-right:1px;
}
form#form_kursbuchung input.rufnummer {
	width: 192px;
}
form#form_kursbuchung select {
	font-size: 1em;
}
form#form_kursbuchung fieldset div.validation-advice {
	margin-left: 123px;
}
form#form_kursbuchung fieldset#fieldset_agbs div.validation-advice {
	display:none;
}
form#form_kursbuchung table#teilnehmer_liste {
	padding:0;
	margin:0;
	border:0;
}
form#form_kursbuchung table#teilnehmer_liste input {
	width: 120px;
}
form#form_kursbuchung table#teilnehmer_liste tr td {
	vertical-align:top;
}
form#form_kursbuchung table#teilnehmer_liste div.validation-advice {
	margin:0;
}
form#form_kursbuchung table#teilnehmer_liste tbody tr td {
	padding-bottom:0.25em;
}
form#form_kursbuchung div#button {
	margin-left:0;
	padding:0.75em 0.1em 0 0;
	background:url(../images/dotted_row.gif) 0 top repeat-x;
	text-align:right;
}
form#form_kursbuchung fieldset#fieldset_agbs p {
	margin-left:20px;
	text-indent:-20px;
}
form#form_kursbuchung fieldset#fieldset_agbs input {
	float:left;
}
/****************************************************
* Formular weiteres
****************************************************/
body.homepage ul.form_item_wrapper {
	margin:0 0 14px 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
body.homepage #content_container ul.form_item_wrapper li {
	margin:0 0 6px 0;
	padding:0;
	clear:both;
	display:block;
	float:left;
	width:100%;
	background-image:none;
}
body.homepage #content_container ul.form_item_wrapper li span {
	display:block;
	width:120px;
	float:left;
}
body.homepage #content_container ul.form_item_wrapper li div.form_button {
	margin-left:162px;
}
body.homepage #content_container ul.form_item_wrapper li.mehr a {
	margin-left:325px;
}
body.homepage #content_container div.button_absenden {
	float:right;
	margin:3px 0 0px 0;
	padding-right:5px;
}
/******************************************************
/* Stellenangebote Box
******************************************************/
div#stellen_box ul.form_item_wrapper {
	margin:0 0 14px 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
div#stellen_box ul.form_item_wrapper li {
	margin:0 0 6px 0;
	padding:0;
	clear:both;
	display:block;
	float:left;
	width:100%;
	background-image:none;
}
div#stellen_box ul.form_item_wrapper li span {
	display:block;
	width:114px;
	float:left;
}
div#stellen_box ul.form_item_wrapper li div.form_button {
	margin-left:162px;
}
div#stellen_box ul.form_item_wrapper li.mehr a {
	margin-left:303px;
}
div#stellen_box ul.form_item_wrapper li h2, div#stellen_box div.padding_wrapper_detail fieldset form h2 {
	padding-bottom:9px;
}
div#stellen_box div.button_absenden {
	float:right;
	margin:3px 0 0px 0;
	padding-right:5px;
}
ul.item_wrapper {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
ul.item_wrapper li {
	margin:0;
	padding:0;
	clear:both;
	display:block;
	float:left;
	width:100%;
	background-image:none;
}
ul.item_wrapper li span {
	display:block;
	width:114px;
	float:left;
}
body.contentpage fieldset {
	border:none;
	padding:0;
	margin:0;
}
body.contentpage fieldset legend {
	padding:0;
	margin:0;
	text-indent:0;
	visibility:hidden;
}
div#stellen_box {
	width:100%;
	margin-left:2px;
}
div#stellen_box div.padding_wrapper {
	padding:7px 10px 0px 0;
}
div#stellen_box div.padding_wrapper a.backlink {
	background-image:url(../images/btn_sem_zurliste.gif);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:1px 0 13px 0;
	background-position:1px 2px;
	display:block;
}
div#stellen_box div.padding_wrapper h1 {
	font-size:1em;
	margin:0 0 1.25em 0;
	padding:0 0 0 0.1em;
}
div#stellen_box div.padding_wrapper h2 {
	font-size:1em;
	margin:0;
	padding:0 0 0 0.1em;
	font-weight:bold
}
div#stellen_box div.padding_wrapper div.stellen_item p {
	margin:0;
	padding:0 0 0 1px;
}
div#stellen_box div.padding_wrapper div.stellen_item a img {
	margin-right:3px;
	margin-top:7px;
}
div#stellen_box div.padding_wrapper div.stellen_item {
	background-image:url(../images/dotted_row.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-top:8px;
}
div#stellen_box div.padding_wrapper div.no_1 {
	background-image:none;
	padding:0;
}
/*Stellenbox Detail*/
div#stellen_box div.padding_wrapper_detail {
	padding:7px 5px 10px 0;
}
a.backlink {
	color:#47A117;
	text-decoration:none;
}
div#stellen_box div.padding_wrapper_detail a.backlink {
	background-image:url(../images/btn_sem_zurliste.gif);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:1px 0 13px 0;
	background-position:1px 2px;
	display:block;
	font-weight:bold;
}
div#stellen_box div.padding_wrapper_detail h1 {
	font-size:1em;
	margin:0 0 1.25em 0;
	padding:0 0 0 0.1em;
}
div#stellen_box div.padding_wrapper_detail h2 {
	font-size:1em;
	margin:0;
	padding:0 0 0 0.1em;
}
div#stellen_box div.padding_wrapper_detail p {
	margin:0 0 1.25em 0;
	padding:0 0 0 0.1em;
}
div#stellen_box div.padding_wrapper_detail p.no_margin {
	margin:0;
}
div#stellen_box div.padding_wrapper_detail p.no_margin a img {
	margin-top:7px;
}
div#stellen_box div.padding_wrapper_detail div.stellen_item a img {
	margin-right:3px;
	margin-top:0px;
}
form.job {
	margin:0;
	padding:0;
}
form.job input {
	font-size:1em;
	width:19.3em;
	padding:0.1em 0 0 0.3em;
	float:left;
	margin:0;
}
form.job textarea {
	font-size:1em;
	width:19.3em;
	padding:0.1em 0 0 0.3em;
	float:left;
	margin:0;
	height:50px;
	overflow:auto;
}
form.job input.img {
	width:auto;
}
form.job input.str {
	width:14.3em;
	margin-right:0.3em
}
form.job input.hnr {
	width:4.2em;
}
form.job input.plz {
	width:3em;
	margin-right:0.3em
}
form.job input.ort {
	width:15.4em;
}
form.job input.vorwahl {
	width:4.2em;
	margin-right:0.3em
}
form.job input.nummer {
	width:14.3em;
}
form.job input.halb {
	width:8.2em;
}
form.job button.reset {
	background-image:url(../images/bnw_de/btn_abbrechen.gif);
	border:none;
	width:97px;
	height:16px;
	text-indent:-999em;
	float:left;
	background-position:0 1px;
	background-repeat:no-repeat;
	background-color:#fff;
	cursor:pointer;
}
/* Fehlerbehandlung */
form.job div.validation-advice {
	color:#D70C32;
	font-size:0.9em;
	padding:2px 0 0 114px;
	margin:0;
	clear:both
}
form.job input.validation-failed {
	background-color:#E76D84;
}
/******************************************************
* Raster Seminarprogramm Hauptnavigation
******************************************************/
div#navigation_wrapper {
	float:left;
	width:220px;
	background:#d1e7c5;
	padding-bottom:5em;
}
/* Seminar- und Hauptnavigation */
#semnav {
	margin-bottom:11px;
}
div#tab_switch {
	height:18px;
	margin-bottom: 1.5em;
	background:url(../images/text_auswahl_a.gif) no-repeat;
}
div#tab_switch.merkliste {
	background-image:url(../images/text_auswahl_n.gif);
}
div#tab_switch div {
	padding-top:1px;
}
#semnav div.hr {
	margin:0 24px 13px 18px;
}
#semnav img.head_text {
	margin-left:18px;
}
#merknav {
	border-right:1px solid #47A117;
	border-bottom:1px solid #47A117;
	background-color:#D1E7C5;
}
#merknav div.hr {
	margin:0 0px 0px 0px;
}
#merknav div#vorgemerkt {
	padding-bottom:20px;
}
#merknav div#vorgemerkt img {
	margin-left:18px;
	padding-bottom:10px;
}
#merknav div#vorgemerkt p {
	margin-left:18px;
	padding-bottom:5px;
}
#merknav div#naechstes {
	padding-bottom:20px;
	padding-left:18px;
	background:url(../images/dotted_row.gif) no-repeat top;
	background-color:#FFFFFF;
}
#merknav div#naechstes img {
	margin-bottom:2px;
}
#merknav div#naechstes img.top {
	margin-top:15px;
	margin-bottom:10px;
}
#navigation_wrapper ul {
	margin:4px 0 12px 0;
	list-style:none;
}
#navigation_wrapper ul li {
	margin:0 0 0.45em 0;
	line-height:1.2em;
}
#navigation_wrapper ul li a:hover, #navigation_wrapper ul li a.act {
	color:#000000;
	background-color:#fff;
}
#navigation_wrapper ul li ul {
	margin:0;
}
/*Ebene 1*/
#navigation_wrapper ul li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 0.2em 0.7em 0.1em 1.65em;
}
/*Ebene 2*/
#navigation_wrapper ul li ul li a {
	font-weight:normal;
	padding-left:2.45em;
}
/*Ebene 3*/
#navigation_wrapper ul li ul li ul li a {
	padding-left:3.3em;
}
/*Ebene 4*/
#navigation_wrapper ul li ul li ul li ul li a {
	padding-left:4.3em;
}
/*Ebene 5*/
#navigation_wrapper ul li ul li ul li ul li ul li a {
	padding-left:5.3em;
}
/*Ebene 6*/
#navigation_wrapper ul li ul li ul li ul li ul li ul li a {
	padding-left:6.3em;
}
/*Ebene 7*/
#navigation_wrapper ul li ul li ul li ul li ul li ul li ul li a {
	padding-left:7.3em;
}
/******************************************************
* Raster Seminarprogramm Allgemein
******************************************************/
body.seminarprogramm div#sem_content_wrapper {
	margin-top:10px;
	background:url(../images/background_seminar_middle.gif) repeat-y;
	background-position:240px 0;
	overflow: hidden;
}
body.seminarprogramm div#sem_content_container {
	background:url(../images/background_content.gif) repeat-y;
	overflow: hidden;
}
/* Inhaltsbereich */
body.seminarprogramm div#sem_col2_wrapper {
	float:left;
	width: 540px;
	background: 20px 0 no-repeat;
}
body.seminarprogramm div#sem_col2 {
	padding:24px 25px 0 31px;
}
body.seminarprogramm div#seminar_daten dl {
	margin-bottom:1.75em;
}
body.seminarprogramm div#seminar_daten dt {
	float:left;
	font-weight:bold;
}
body.seminarprogramm div#seminar_daten dd {
	margin: 0 0 0.7em 12.5em;
}
body.seminarprogramm div#seminar_daten dd span {
	*margin-left:3px;
}
body.seminarprogramm div#sem_col3_wrapper {
	background: no-repeat;
	float:left;
	width:239px;
}
/* dynamische Spalte */
body.seminarprogramm div#sem_col3 {
	padding: 2.05em 1.85em 1em 1.7em;
}
body.seminarprogramm div#sem_col3 div.dyn_box {
	margin-bottom:0.5em;
}
body.seminarprogramm div#sem_col3 div.dyn_box ul {
	list-style:none;
}
div#sem_col3 div.dyn_box ul li {
	padding-left: 0.7em;
	background:url(../images/background_dyn_link.gif) 0 0.4em no-repeat;
}
div#sem_col3 div.dyn_box ul.dyn_download li {
	padding-top:2px;
	padding-left: 2.25em;
	background:url(../icon_pdf.gif) 0 0.4em no-repeat;
}
body.seminarprogramm div#sem_col3 div.dyn_box h3 {
	margin-bottom: 0.2em;
}
body.seminarprogramm div#footer {
	padding-top:3.7em;
	background: #fff url(../images/background_seminar_bottom.gif) no-repeat;
}
/******************************************************
* Raster Seminarprogramm Liste
******************************************************/
body.seminarliste div#sem_col2_wrapper {
	background-image:url(../images/background_seminar_liste1.gif);
}
body.seminarliste div#sem_col2 h1 {
	margin-bottom:0;
}
body.seminarliste div#sem_col2 p {
	margin-bottom: 0.6em;
}
body.seminarliste div#sem_col3_wrapper {
	background-image:url(../images/background_seminar_liste2.gif);
}
body.seminarliste div#sem_col3 ul {
	list-style: none;
}
body.seminarliste div#sem_col3 ul li {
	margin-bottom: 0.6em;
}
/* Taglisten und Filter */
body.seminarliste div#sem_col3 div.taglist p {
	font-weight: bold;
	margin-bottom:0.75em;
}
body.seminarliste div#sem_col3 div#taglist_typen a {
	color:#40A010;
}
body.seminarliste div#sem_col3 div#taglist_orte a {
	color:#D00830;
}
div#taglist_reset {
	background-color:#d1e7c5;
	padding: 1px 4px 2px 3px;
	margin-bottom: 1em;
}
div#taglist_reset p {
	margin-bottom: 0.5em;
}
div#taglist_reset ul li {
	margin:0 !important;
	padding:0 0 0 7px !important;
	background: url(../images/icon_ext_link.gif) left no-repeat;
}
div#taglist_reset ul li a {
	font-weight:bold;
}
/******************************************************
* Raster Seminarprogramm Detail
******************************************************/
body.seminardetail div#sem_col2_wrapper {
	background-image:url(../images/background_seminar_top1.gif);
}
body.seminardetail div#sem_col3_wrapper {
	background-image:url(../images/background_seminar_top2.gif);
}
/* Muss wieder zurückgenommen werden */
body.seminardetail div#seminar_daten {
	background:url(../images/dotted_row.gif) repeat-x bottom;
	padding-bottom:1em;
	margin-bottom:1em;
}
body.seminardetail div#seminar_daten select {
	position:relative;
	font-size: 1em;
}
body.seminardetail div#seminar_daten h1 {
	margin-bottom: 0.7em;
}
body.seminardetail div#seminar_daten p {
	margin:0;
	padding:0;
}
body.seminardetail div#seminar_daten dl {
	margin-bottom:1.75em;
}
body.seminardetail div#seminar_daten dt {
	float:left;
	font-weight:bold;
}
body.seminardetail div#seminar_daten dd {
	margin: 0 0 0.7em 12.5em;
}
body.seminardetail div#seminar_beschreibung h2 {
	margin-top:1em;
}
body.seminardetail div#seminar_beschreibung ul {
	list-style:none;
}
body.seminardetail div#seminar_beschreibung ol {
	margin-left:22px;
}
body.seminardetail div#seminar_backtolist {
	margin:0.7em 0 0.7em 0;
}
body.seminardetail div#seminar_veranstaltung {
	margin-bottom: 0.7em;
}
/******************************************************
* Kursbuchung
******************************************************/
body.seminarbuchung div#sem_col2_wrapper {
	background-image:url(../images/background_buchung_links.gif);
}
body.seminarbuchung div#sem_col3_wrapper {
	background-image:url(../images/background_buchung_rechts.gif);
}
body.seminarbuchung div#seminar_backtolist {
	margin:0.7em 0 0.7em 0;
}
body.seminarbuchung div#seminar_daten {
	padding-bottom:0.05em;
	margin-bottom:1em;
	background:url(../images/dotted_row.gif) 0 bottom repeat-x;
}
form#form_kursbuchung div {
	clear:both;
	margin-bottom:0.25em;
}
form#form_kursbuchung p {
	margin:1em 0 1em 0
}
form#form_kursbuchung fieldset legend {
	display: none;
}
form#form_kursbuchung div.double_label {
	width:87px;
	float:left;
	padding-top:0.25em;
}
form#form_kursbuchung div.double_label label {
	display:inline;
	float:none;
	width:auto;
}
form#form_kursbuchung dl#kursbuchung_software dd {
	margin-left: 87px;
}
form#form_kursbuchung input#co_tAnmStrasse {
	width: 212px;
	margin-right:1px;
}
form#form_kursbuchung input#co_tAnmSNr {
	width: 40px;
}
form#form_kursbuchung input.vorwahl {
	width:60px;
	margin-right:1px;
}
form#form_kursbuchung input.rufnummer {
	width: 192px;
}
form#form_kursbuchung select {
	font-size: 1em;
}
form#form_kursbuchung fieldset div.validation-advice {
	padding:0px;
}
form#form_kursbuchung fieldset#fieldset_agbs div.validation-advice {
	display:none;
}
form#form_kursbuchung table#teilnehmer_liste {
	padding:0;
	margin:0;
	border:0;
}
form#form_kursbuchung table#teilnehmer_liste input {
	width: 120px;
}
form#form_kursbuchung table#teilnehmer_liste select {
	width: 85px;
}
form#form_kursbuchung table#teilnehmer_liste tr td {
	vertical-align:top;
}
form#form_kursbuchung table#teilnehmer_liste div.validation-advice {
	margin:0;
}
form#form_kursbuchung table#teilnehmer_liste tbody tr td {
	padding-bottom:0.25em;
}
form#form_kursbuchung div#button {
	margin-left:0;
	padding:0.75em 0.1em 0 0;
	background:url(../images/dotted_row.gif) 0 top repeat-x;
	text-align:right;
}
form#form_kursbuchung fieldset#fieldset_agbs p {
	margin-left:20px;
	text-indent:-20px;
}
form#form_kursbuchung fieldset#fieldset_agbs input {
	float:left;
}
/******************************************************
* Antwort Kursbuchung
******************************************************/
div#kursbuchung_antwort h2 {
	margin-bottom: 0.5em;
}
div#kursbuchung_antwort dl {
	margin-bottom:1.75em;
}
div#kursbuchung_antwort dt {
	float:left;
}
div#kursbuchung_antwort dt.required {
	font-weight:bold;
}
div#kursbuchung_antwort dd {
	margin: 0 0 0 4em;
}
div#kursbuchung_antwort div#button {
	text-align:right;
}
/******************************************************
* Raster Termin anfragen
******************************************************/
body.terminanfragen div#sem_col2_wrapper {
	background-image:url(../images/background_anfragen_links.gif);
}
body.terminanfragen div#sem_col3_wrapper {
	background-image:url(../images/background_anfragen_rechts.gif);
}
body.terminanfragen div#seminar_daten {
	padding-bottom: 1em;
}
/******************************************************
* Raster Seminarprogramm Home
******************************************************/
body.seminarprogramm_home div#sem_content_wrapper {
	margin-top:10px;
	background-image: url(../images/background_content.gif);
	background-repeat:repeat-y;
}
body.seminarprogramm_home div#sem_col2_wrapper {
	float: left;
	width: 420px;
}
/* Inhaltsbereich */
body.seminarprogramm_home div#sem_col2 {
	padding:19px 25px 10px 20px;
}
body.seminarprogramm_home div#sem_col2 p {
	margin-bottom:1em;
}
/* Dynamische Spalte */
body.seminarprogramm_home div#sem_col3_wrapper {
	float:left;
	width:360px;
}
body.seminarprogramm_home div#sem_col3.dyn_padding-top {
	margin-top:20px;
}
body.seminarprogramm_home div#sem_col3 div.dyn_box {
	border:1px solid #47A117;
	margin-bottom:10px;
	padding:7px 10px 7px 10px;
}
body.seminarprogramm_home div#sem_col3 div.dyn_box h1 {
	font-size:1em;
	margin-bottom:0.6em;
}
body.seminarprogramm_home div#sem_col3 div.dyn_box h2 {
	font-weight:normal;
}
body.seminarprogramm_home div#sem_col3 div.dyn_box a {
	text-decoration:none;
}
/******************************************************
* Raster Seminarprogramm Suche (-feld) und Autocompletion
******************************************************/
/* Hier muss leider eine Menge von den vorigen CSS Angaben zurückgesetzt werden. Die Positionierung der Autocomplete Box wird durch script.acolu.us übernommen !!*/
/* Formatierung Suchfeld */
form.search_seminar_form input.search_seminar_query {
	font-size:1em;
	padding:0 0 0 4px;
	border-width:1px;
	border-style:solid;
}
input#seminar_search_mainnav {
	border-color:#47A117;
	color:#47A117;
	width:158px;
	margin:0.1em 0.2em 0 1.6em;
}
input#search_seminar_dynbox {
	border-color:#47A117;
	color:#47A117;
	width:179px;
	background-color:#E4F1DC;
}
div#seminar_suche {
	margin-bottom: 1em;
}
/* Text oder suchen ... */
div#seminar_suche img {
	display:block;
	margin: 0 0 0.3em 1.6em;
}
/* Formatiernug Autocomplete */
div.search_seminar_autocomplete {
	border-bottom: 1px solid;
	border-color: #47A117;
}
div.dyn_box div.search_seminar_autocomplete {
	background-color: #E4F1DC;
}
div#semnav div.search_seminar_autocomplete {
	background-color: #d1e7c5;
}
div.search_seminar_autocomplete ul {
	padding: 4px 0 4px 0 !important;
	margin:0 !important;
	list-style:none;
	list-style-image:none !important;
	border-color: #47A117;
	border-right: 1px solid;
	border-left:1px solid;
}
div.dyn_box div.search_seminar_autocomplete, div.dyn_box div.search_seminar_autocomplete ul {
	border-color: #47A117;
}
div#semnav div.search_seminar_autocomplete, div#semnav div.search_seminar_autocomplete ul {
	border-color: #47A117;
}
div.search_seminar_autocomplete ul li {
	padding: 0 !important;
	background-image:none !important;
	margin:0 !important;
}
div.search_seminar_autocomplete ul li a {
	font-weight:normal !important;
	padding: 1px 3px 1px 3px !important;
	display:block;
}
div.search_seminar_autocomplete a:hover, div.search_seminar_autocomplete li.selected {
	background-color:#FFFFFF !important;
}
/******************************************************
/* Popup-Fenster
******************************************************/
body.popup {
	background:url(../images/background_popup.gif) no-repeat;
	width:520px;
	padding-top:168px;
}
body.popup h1, body.popup h2 {
	padding:20px 0 0 0;
	margin:0 0 0 20px;
}
body.popup div#txt ul {
	margin:5px 0 0 20px;
	list-style:none;
}
body.popup h3 {
	margin:0 0 3px 0
}
body.popup div#txt {
	width:500px;
}
body.popup div#txt p {
	margin:10px 0 0 20px;
}
body.popup div#print {
	margin-left:364px;
}
body.popup div.dyn_box {
	float:left;
	padding:10px 128px 10px 20px;
}
body.popup .hr {
	width:480px;
	margin:10px 0 5px 20px;
}
body.popup span.tabulator {
	display:block;
	float:left;
	width:2em;
}
ul li {
	list-style:none;
}
ul.mail li {
	padding-left: 0.7em;
	background:url(../images/background_dyn_link.gif) 0 0.4em no-repeat;
}
/******************************************************
/* Merkliste senden
******************************************************/
div#merkliste {
	margin:20px;
	border: 1px solid #47A117;
	padding: 10px;
}
div#merkliste img {
	margin-left: 1px;
	margin-bottom: 0.5em;
	display:block;
}
div#merkliste ul {
	list-style:none;
}
div#merkliste ul li {
	margin-bottom: 0.25em;
	color: #47A117;
}
form#form_merkliste {
	margin:20px;
}
form#form_merkliste .type_text {
	width: 263px;
}
form#form_merkliste td {
	vertical-align:top;
	padding-bottom: 10px;
}
form#form_merkliste label {
	display:block;
	margin-top: 2px;
}
form#form_merkliste label.required {
	font-weight:bold;
}
form#form_merkliste input {
	font-size: 1em;
}
form#form_merkliste textarea {
	font-size: 1em;
	height:120px;
	overflow:auto;
}
form#form_merkliste tr.buttons td {
	text-align:right;
}
/******************************************************
* Downloads
******************************************************/
form#form_download select {
	margin-top:0.75em;
	margin-bottom:1.25em;
}
form#form_download ul {
	margin-bottom:1.25em;
	list-style: none;
}
form#form_download ul li {
	padding-left:25px !important;
}
form#form_download ul li.download_pdf {
	background:url(../images/icon_pdf.gif) 0 1px no-repeat !important;
}
.nosee { display:none; }

