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

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

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


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


body {
	margin: 0px;
	background-color: #fff;
	background: url(pix/kul/hg.gif) repeat-y 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;	
}

.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 {
	font-size: 1.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%;
}

#header {
	background-image: url(pix/kul/hg_header.gif);
	background-repeat: repeat-x;
	background-color: #95c4a1;
	width:100%;
	min-height: 223px;
	border-bottom: 5px solid white;
}

* html #header {
	height: 223px;	
}

#textmenue {
	background-color: #95c4a1;
	margin-left: 200px;
	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 ul {
	margin: 0px;
	padding: 0px;
}

#content_wrapper {
	clear: both;
	width:985px;
	background: #fff url(pix/kul/hg.gif) repeat-y 0 0;
	/*background-image: url(http://localhost/Vokumes/Daten/ATT/IAU:/www.kinderuni*.at/pix/kul/hg.gif);
	background-repeat: repeat-y;*/
}

#submenue {
	background-color: #95c4a1;
	width: 160px;
	float: left;
	padding: 10px 5px 5px 5px;
}

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

#main_content_container {
	width: 815px;
	float: left;
}

* html #main_content_container {
	margin-left: 10px;
}

#main_content_container_padding {
	margin: 10px 30px 10px 30px;
}

#sub_content_container {
	background-color: #99ccff;
	width: 260px;
	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: #95c4a1;
	padding: 0.7em 0.7em 0.7em 0.7em;
}

#fuss {
	clear: both;
	border-top: 4px solid #95c4a1;
	margin-left: 200px;
	padding-top: 9px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #95c4a1;
}

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

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

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #339933;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

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

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

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #339933;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #339933;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#submenue ul a {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}

#submenu li {
	margin-bottom: 0.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: #95c4a1;
	text-decoration: none;
}

#logos {
	padding-top: 0.8em;
}

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

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

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

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

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

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

.anmeldeform caption {
	display: none;
}

.iptlabel {
	position: relative;
	top: 0.2em;
	width: 11em;
	line-height: 1.2em;
	float: left;
}

.anmeldeform .iptfield {
}

.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;
}

.anmeldeform {
	font-size: 120%;
}

* 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(/fileadmin/Inskription/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(/fileadmin/Inskription/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(/fileadmin/Inskription/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: #95c4a1;
}

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

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

.lvalist caption {
	display: none;
}

.atab_datum {
	padding-top: 1em;
}

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

.atab_nr {
	width: 5em;
}

.atab_referent {
	width: 12em;
}

.atab_typ {
}

.atab_altersgruppe {
	width: 5em;
}

.atab_uhrzeit {
	width: 4em;
}

.atab_ort {
}

.atab_restplaetze {	
	width: 3em;
}

.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%;
}

