/* css for kindergarten: spielkiste */
body {
    font-family: Helvetica;

            background: none repeat scroll 0 0 #ffffff;
    }


h1, h2, h3 {
    color: #2d8ac4;
    font-family: Helvetica;
}
#navi li a {
    font-family: Helvetica;
}

ul.termine li span,
span.date{
    background: none repeat scroll 0 0 #2d8ac4;
}

a {
  color: #2d8ac4;
}

.news h3 {
    color: #2d8ac4;
}

#h_layout ul#navi li {
	height: 30px;
	border: none;
	border-top: 1px solid #656565;
	border-right: 1px solid #656565;
	border-left: 1px solid #656565;
	float: left;
	margin: 0 3px 0 0 ;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #2d8ac4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#2d8ac4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#2d8ac4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#2d8ac4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#2d8ac4 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#2d8ac4 100%); /* W3C */
}



#childRegistration table tr td ul, #employeeRegistration table tr td ul {
    list-style-type:none;
    color:red;
}
#childRegistration table tr td input[type="radio"], #employeeRegistration table tr td input[type="radio"] {
    vertical-align: middle;
    margin:0 4px 0 4px;
}
#childRegistration table tr td span, #employeeRegistration table tr td span {
    font-size:10px;
}
#childRegistration table tr th, #employeeRegistration table tr th {
    text-align:left;
    padding:10px 0;
}

#childRegistration table tr td:first, #employeeRegistration table tr td:first {
    font-weight:bold;
}
#childRegistration table td, #employeeRegistration table td {
    width:50%;
    vertical-align:top;
    padding:3px 0;
}
#childRegistration table td select,
#childRegistration table td input[type="text"],
#childRegistration table td input[type="email"],
#childRegistration table td textarea,
#employeeRegistration table td select,
#employeeRegistration table td input[type="text"],
#employeeRegistration table td input[type="email"],
#employeeRegistration table td textarea{
     width:250px;
}

/* alert styles */

.alert {
    position: relative;
    display: block;
    margin: 30px 0 15px 0;
    min-height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 1px 0px #909090;
    -moz-box-shadow: 0px 0px 1px 0px #909090;
    box-shadow: 0px 0px 1px 0px #909090;

    behavior: url(/PIE.htc);
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
}

.alert.green {
    background: #62c462; /* Old browsers */
    background: -moz-linear-gradient(top, #62c462 0%, #4f8947 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#4f8947)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #62c462 0%,#4f8947 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #62c462 0%,#4f8947 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #62c462 0%,#4f8947 100%); /* IE10+ */
    background: linear-gradient(top, #62c462 0%,#4f8947 100%); /* W3C */
    -pie-background: (#62c462, #4f8947);
    border: 1px solid #57A957;
    color: #ffffff;
}

.alert.red {
    background: #EE5F5B; /* Old browsers */
    background: -moz-linear-gradient(top, #EE5F5B 0%, #C43C35 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EE5F5B), color-stop(44%,#C43C35), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EE5F5B 0%,#C43C35 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EE5F5B 0%,#C43C35 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EE5F5B 0%,#C43C35 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(top, #EE5F5B 0%,#C43C35 44%,#6d0019 100%); /* W3C */
    -pie-background: (#EE5F5B, #C43C35);
    border: 1px solid #C43C35;
    color: #ffffff;
}
