@charset "utf-8";

/* -----------------ALLGEMEIN----------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	color: #666;
	background-color: #f0f0f0;
	background-repeat: repeat-x;
	background-position: center top;
	font: 11px/18px Tahoma, Geneva, sans-serif;
}
.clear { clear: both; }

h1 {
	margin-bottom: 14px;
	padding-top:22px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	color: #007a3b;
}
h2 {
	margin-bottom: 10px;
	padding-top:14px;
	font: bold 11px "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	color: #007a3b;
}

/* -----------------Formulare----------------- */
input, textarea {
	border: 1px solid #82a826;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #82ba8f;
}
input:hover, select:hover, textarea:hover {
	border: 1px solid #CCC;
}

input {
	height:18px;
	margin-bottom:2px;
}
select {
	border: 1px solid #82a826;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #82ba8f;
	height:22px;
	padding: 2px;
}
select.date_year {
	width:70px;
}
input.search {
	width:155px;
	margin-left:5px;
}
input.benutzername, input.passwort {
	width:156px;
	margin-left:8px;
}
.norm_button {
	border:#ffa800 1px solid;
	background:url(../img/bg_button.gif) repeat-x;
	color:#666;
	font-weight:bold;
	height:22px;
	padding-top:0px;
	padding-right: 6px;
	padding-left: 6px;
	cursor:pointer;
}
.norm_button:hover {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:#ffa800 1px solid;
}
.search_button {
	float:right;
	height:22px;
	width:24px;
	background: url(../img/butt_go.gif) no-repeat;
	cursor:pointer;
	border:0;
	font-size:1px;
}
.search_button:hover  {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:0;
	font-size:1px;
}

.date_button {
	float:left;
	margin-left:3px;
	height:22px;
	width:24px;
	background: url(../img/butt_go.gif) no-repeat;
	cursor:pointer;
	border:0;
}
.date_button:hover  {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:0;
}

.login_button {
	float:right;
	height:48px;
	width:24px;
	background: url(../img/butt_go_big.gif) no-repeat;
	cursor:pointer;
	border:0;
	font-size:1px;
}
.login_button:hover  {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:0;
}

/* -----------------Table----------------- */



table.month td {
	text-align:center;
	border: 1px solid #D8D8D8;
	background: #F7F7F7;
}
table.month td a {
	display:block;
	padding-top:5px;
	height:23px;
}
table.month td a:hover {
	display:block;
	padding-top:5px;
	height:23px;
	background:#f1f5e4;
}
table.month tr.head td {
	background: #84a928;
	font-weight: bold;
	color: #ffc100;
	padding-top:3px;
	padding-bottom:3px;
}
table.month td.disabled {
	color: #CCC;
	padding-top:5px;
	background: #FFF;
}
table.month td.today {
	background:#d3e883;
	font-weight: bold;
	border: 1px solid #83a927;
	height:30px;
}
table.month td.today a:hover {
	background:#cae278;
}



/* -----------------LINKS----------------- */

a:link {
	color: #06751f;
	text-decoration: none;
}
a:visited {
	color: #06751f;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}


/

.eintrag {
	padding-left: 15px;
	margin-top:40px;
	margin-bottom:10px;
	border-left: 1px solid #ccc;
	font-size: 10px;
	line-height:normal;
	}
.date {
	position:absolute;
	margin-left: -16px;
	font-weight: bold;
	color:#999;
	margin-top: -20px;
	}
.cont_date {
	float:right;
	padding-top:23px;
	font-size: 10px;
	color:#999;
	background: url(../img/icon_date.gif) no-repeat right 24px;
	padding-right: 21px;
}
.klicks {
	display:block;
	margin-bottom:20px;
	color:#999;
	font-size:10px;
	background: url(../img/icon_cur.gif) no-repeat left;
	padding-left: 22px;
}
.news_pic {
	border: #d0e5d5 1px solid;
	padding:3px;
	background:#FFF;
	margin-left:10px;
	margin-bottom:5px;
	float:right;
	width:200px;
	height:auto;
}

.cal_right {
	float:right;
	width:212px;
	text-align:right;
	background:url(../img/icon_cal.gif) no-repeat left;
}

fieldset {
	border: #CCC 1px solid;
	padding-top:6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom:5px;
	color:#999;
	}
legend {
	font-weight:bold;
	padding-right: 5px;
	padding-left: 5px;
	color:#ffa800;
	margin-left:-5px;
	}
	

