@charset "utf-8";
@import url("../webfonts/Raleway/stylesheet.css");

<style type="text/css">

* {
	margin: 0px;
	padding: 0px;
	border: 0px
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p {
	font-size: 16px;
	padding: 0 10px;
	color: #000;

}

a {

}

br {

}
img {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}


#site {
	background-color: #FFFFFF;
	height: auto;
	margin: auto;
	width: 1024px;
}

#header {
	height: 256px;
	position: relativ;
	text-align: center;
	background-image: url(../pictures/header.jpg);
	background-repeat: none;
	line-height: 140px;
	font-weight: bolder;
	font-size: 48px;
}
#navi {
	height: 25px;
	background-color: #52656F;
	width: 100%;
	text-align: left;
	color: #fff;
	vertical-align: top;
	line-height: 25px;
}
#navi ul .active a {
	color: #A4C408;
}





#content {
	width: 100%;
	height: auto;
	min-height: 450px;
	max-width: 1024px;
	margin-top: 20px;
}
#footer {
	height: 70px;
	float: left;
	background-image: url(../pictures/footer.jpg);
	color: #666;
	font-size: 10px;
	text-align: center;
	width: 100%;
	background-repeat: none;
	margin-top: 10px;
	line-height: 70px;
}




.clear 
    { 
    clear:both; 
} 

.right 
    {
	float: right;
} 

.left 
    { 
    float: left; 
}
.zurück {
	margin-left: 120px;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.active {
	color: #A4C408;
}

.hide {
	visibility: hidden;
}
p a:link {
	color: #A4C408;
	text-decoration: none
}

p a:visited {
	color: #A4C408;
	text-decoration: none
}

p a:active {
	color: #A4C408;
	text-decoration: none
}
p a:hover {
	color: #060;
	text-decoration: none
}


a:link {
	color: #FFFFFF;
	text-decoration: none
}



a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:active {
	color: #B4C408;
	text-decoration: none
}
a:hover {color: #060; text-decoration:none}
#header a:link {
	color: #A4C408;
	text-decoration: none
}


h1 {
	font-size: 24px;
	font-weight: normal;
	color: #A4C408;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #52656F;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}





h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	color: #A4C408;
	padding-left: 10px;
	padding-top: 20px;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	color: #52656F;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
	color: #A4C408;
	padding-left: 10px;
	padding-top: 20px;
}


.active {
	color: #96c800;
	visibility: visible;
}
.absatz {
	line-height: 0px;
	display: inherit;
}
ul {
	font-size: 18px;
	color: #FFF;
	line-height: 22px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
li {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	margin-left: 40px;
}
form {
	margin: 10px;
	height: auto;
	width: 600px;
	border: thin solid #666;
}
.formular {
	font-size: 12px;
	line-height: 14px;
}
input {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.tcalInput {
	background: url('..img/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url(../img/no_cal.gif);
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear {
	background-image: url(../img/prev_year.gif%27);
}
#tcalPrevMonth {
	background-image: url(../img/prev_mon.gif);
}
#tcalNextMonth {
	background-image: url(../img/next_mon.gif);
}
#tcalNextYear {
	background-image: url(../img/next_year.gif);
}

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }		
