/* **** Global Reset **** */

* { 
	font-size: 100.01%; /* Die 0,1 sind ein Hack gegen Rechenfehler in Opera und Safari */
	margin: 0; 
	padding: 0;}

html {
	font-size: 62.5%;  /* Dadurch entsprich 1em zirka 10px - leichter vorzustellen ;-) */
}


/* **** STRUKTUR **** */


body {
	position: relative;
	width: 100%;
	margin: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;	
	font-size: 120%;
}

.bodytext {
	font-size: 120%;
}

table {
	font-size: 100%;
	line-height: 1.2em;
}

td {
	padding-right: 0.75em;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}

ul, dl {
	margin-left: 2em;
	line-height: 1.5em;
	font-weight: normal;
}

li, dt, dd {
	line-height: 1.5em;
}

dd {
	margin-left: 5em;	
}

.filelist dt {
	width: 25em;
	float: left;
	overflow: hidden;
}

.filelist dd {
	margin-left: 26em; 	
}

#overall_wrapper {
	width:100%;
	position: relative;
}

#header {
	position: relative;
	width:100%;
	border-bottom: 5px solid white;
	z-index: 10;
}

* html #header {
}

.headerbanner {
	border-top: 23px solid #ffffff;
	height: 170px;
	background-color: #006DA2;
}

* html .headerbanner {
	margin-bottom: -2px;
	height: 195px;
}

#header img {
	margin:0em;
	padding: 0em;
	position: relative;
	top: -23px;
}

* html #header img {
	position: absolute;
	top: 0px;
}

#textmenue {
	background-color: #b2d1df;
	padding-left: 14.5em;
	font-size: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#textmenue li {
	display: inline;
	vertical-align: middle;
	line-height: 1.2em;
/*	white-space: nowrap;*/
}

#textmenue li a {
	white-space: nowrap;
}

#textmenue ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content_wrapper {
	clear: both;
	width: 76em;
	border-left: #b2d1df 14.5em solid; 
}

* html #content_wrapper {
	width: 90em;
}

#submenue {
	background-color: #b2d1df;
	width: 13.5em;
	margin-left: -14.5em;
	float: left;
	padding: 1em 0.5em 0.5em 0.5em;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

#submenue a {
	line-height: 1.5em;
}

#submenue ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenue ul ul {
	margin-left: 1em;
	padding: 0px;
	list-style-type: none;
}

#submenue li {
	padding-top: 0.5em;	
	padding-bottom: 0.5em;	
}

#submenue a {
	color: #000;
	text-decoration: none;
}

#main_content_container {
	position: relative;
	width: 75em;
	float: left;
}

#main_content_container_padding {
	margin: 1em 3em 1em 3em;
}

#sub_content_container {
	background-color: #99ccff;
	width: 21em;
	float: left;
}

.subcontainer {
	border-bottom: 5px solid white;
}

.subcontainer_header {
	background-color: #f66013;
	padding: 0.5em 0.7em 0.5em 0.7em;
}

.subcontent_content {
	background-color: #b2d1df;
	padding: 0.7em 0.7em 0.7em 0.7em;
}

#fuss {
	clear: both;
	border-top: 4px solid #b2d1df;
	margin-left: 2.5em;
	width: 57.5em;
	padding-top: 9px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #b2d1df;
}

#fuss img {
	vertical-align: middle;
	margin-right: 50px;
}

.hide{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: none;
}

/* **** AUSZEICHNUNGEN **** */

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #006699;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #f66013;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

span.important {
	font-size: 1.4em;
	font-weight: bold;
	color: #f66013;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f66013;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

.subcontainer_header h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
}

.subcontent_content h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
}

.subcontent_content p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}

#fuss a {
	color: #b2d1df;
	text-decoration: none;
}

#logos {
	padding-top: 0.8em;
}

#textmenue a {
	color: #000;
	text-decoration: none;
}

/* ----------- Anmeldeformular ----------*/
.anmeldeform {
	font-size: 100%;
	line-height: 1.2em;
}

.anmeldeform legend {
	font-size: 120%;
	color: #f66013;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0.3em;
}

.anmeldeform td, .anmeldeform th {
	font-size: 100%;
	padding: 0.5em;
}

.anmeldeform th {
	border: 1px solid #727272;
	background-color: #b2d1df;
}

.anmeldeform td {
	border: 1px solid #727272;
}

.anmeldeform td img {
	border: none;
	vertical-align: middle;
}

.anmeldeform table {
	border-collapse: collapse;
	margin-bottom: 2em;
}

.anmeldeform caption {
	padding-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

.anmeldeform .iptfield {
}

.iptlabel {
	position: relative;
	top: 0.2em;
	width: 11em;
	float: left;
}

.iptlabel label {
	line-height: 1.2em;
}

.iptfield textarea, .iptfield input, .iptfield select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}

.iptfield_b textarea, .iptfield_b input, .iptfield_b select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 40em;
	line-height: 1.2em;
}

* html .padding {
	margin-top: 1em;
}

fieldset {
	padding: 1em;
}

.errorMessage {
	border: red solid 2px;
	padding: 0.5em;
	padding-left: 52px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background-image: url(Images/fehler.PNG);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	min-height: 24px;	
}

* html .errorMessage {
	height: 42px;	
}

.warningMessage {
	border: #FFD700 solid 2px;
	padding: 0.5em;
	padding-left: 52px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background-image: url(Images/achtung.PNG);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	min-height: 24px;	
}

* html .warningMessage {
	height: 42px;	
}

.successMessage {
	border: green solid 2px;
	padding: 0.5em;
	padding-left: 52px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	background-image: url(Images/info1.PNG);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	min-height: 24px;	
}

* html .successMessage {
	height: 42px;	
}

.lvalist td, .lvalist th {
	font-size: 100%;
	line-height: 1.2em;
	padding: 0.5em;
}

.lvalist a {
	line-height: 1.2em;
}

.lvalist .headers th {
	border: 1px solid #727272;
	background-color: #b2d1df;
}

.lvalist td {
	border: 1px solid #727272;
}

.lvalist {
	border-collapse: collapse;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 120%;
}

.lvalist caption {
	display: none;
}

th.atab_lunch{
	text-align: left;
	background-color: #d2f1ff;
}

.atab_datum {
	padding-top: 1em;
	text-align: left;
}

.atab_titel {
	width: 12em;
	font-weight: bold;
}

.atab_titel_sfa {
	width: 36em;
}

.atab_nr {
	width: 5em;
}

.atab_nr_sfa {
	width: 6em;
	text-align: center;
}

.atab_referent {
	width: 12em;
}

.atab_typ {
}

.atab_altersgruppe {
	width: 5em;
}

.atab_uhrzeit {
	width: 4em;
}

.atab_ort {
}

.atab_restplaetze {	
	width: 3em;
}

.atab_restplaetze_sfa {	
	width: 8em;
	text-align: center;
}

.ltab_referent {
	width: 15em;
}

.ltab_datum {
}

.ltab_titel {
	width: 20em;
	font-weight: bold;
}

.ltab_nr {
	width: 5em;
}

.ltab_typ {
}

.ltab_uhrzeit {
	width: 4em;
	text-align: center;
}

.ltab_ort {
}


.lstlabel {
	clear: left;
	width: 12em;
	float: left;
	font-size: 120%;
	line-height: 120%;
}

.lstfield {
	font-size: 120%;
	margin-left: 12.5em;
	line-height: 120%;
}

.lsttext {
	font-size: 120%;
	line-height: 120%;
}

.tx-tdnewsletter-pi1 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a img {
	border: none;
}

table.persdata {
	margin-top: 0em; 
	margin-bottom: 0.5em;
}

.persdata th {
	text-align: left; 
	font-weight: normal;
	padding-right: 0.75em; 
	padding-top: 0em; 
	padding-bottom: 0em; 
	width: 9em;
	font-size:120%;
}

.persdata td {
	text-align: left; 
	font-weight: bold; 
	padding-top: 0em; 
	padding-bottom: 0em;
	font-size:120%;
}

.tx-wtgallery-pi1 img {
	margin-right: 10px;
	margin-bottom: 10px;
}