/* NC EveCal - Cascading Style Sheets */


body {
  background-attachment:scroll;
  background-repeat:repeat;
  background-color:#054C05;
  color:#BFD57B;
  font-size:95%;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  text-decoration:none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

/*---Kopf--------*/
#kopf {
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	background-image: url(../../../gfx/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
	height: 100px;
	width: 760px;
}
#kopf a:link, a:visited, a:hover, a:visited  {
	color: #222222;
	text-decoration: none;
}

/*---Navigation--*/
#navi {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	background-color: #056505;
	border: none;
	width: 760px;
	height: 16px;
	color: #BFD57B;
	font-size: 80%;
	text-align: center;
}
#navi a:link, a:visited {
	color: #BFD57B;
	text-decoration: none;
}
#navi a:hover, a:active {
	color: #BFD57B;
	text-decoration: underline;
}
#fuss {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	border: none;
	width: 760px;
	height: auto;
	color: #BFD57B;
	font-size: 80%;
	text-align: center;
}
#fuss a:link, a:visited {
	color: #BFD57B;
	text-decoration: none;
}
#fuss a:hover, a:active {
	color: #BFD57B;
	text-decoration: underline;
}

img {border:none}

.ecCalendar {border-width:1px; border-style:solid; border-color:#054C05; }
.ecCalendarswitch {background-color:#054C05; border-width:1px; border-style:solid; border-color:#054C05; }
.ecCalendarhead {
font-family:Verdana;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
font-style:normal;
text-decoration:none
}
.ecCalendarweek {color:#BFD57B; background-color:#056505; border-width:1px; border-style:solid; border-color:#054C05; }
a.ecCalendarweeklink:link,a.calendarweeklink:visited,a.calendarweeklink:active,a.calendarweeklink:hover {color:#BFD57B; text-decoration:underline; }
.ecCalendarweekend {color:#BFD57B; background-color:#077607; border-width:1px; border-style:solid; border-color:#054C05; }
a.ecCalendarweekendlink:link,a.calendarweekendlink:visited,a.calendarweekendlink:active,a.calendarweekendlink:hover {color:#BFD57B; text-decoration:none; }
.ecCalendartoday {color:#BFD57B; background-color:#054C05; border-width:1px; border-style:solid; border-color:#054C05; }
a.ecCalendartodaylink:link,a.calendartodaylink:visited,a.calendartodaylink:active,a.calendartodaylink:hover {color:#BFD57B; text-decoration:underline; }
.ecTimetable {
  border-style:solid;
  border-color:#054C05;
  border-width:1px;
  background-color:#054C05;
}
.ecTextfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #054C05;
	color: #FFFFFF;
	border: 1px solid #056505;
}
.ecButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #054C05;
	color: #BFD57B;
	border: 1px solid #BFD57B;
}
.ecCheckbox {
  border:;
  background-color:;
}
.ecBackground {
  background-attachment:scroll;
  background-repeat:repeat;
  background-color:#054C05;
}
.ecTable {
  background-attachment:scroll;
  background-repeat:repeat;
  background-color:#054C05;
  border-color:#054C05;
  border-width:1px;
  border-style:solid;
}
.ecGeneral {
  color:#BFD57B;
  font-size:90%px;
  text-decoration:none;
}
a:link, a:visited {
	color: #BFD57B;
	text-decoration: none;
}
a:hover, a:active {
	color: #BFD57B;
	text-decoration: underline;
}
.ecEventtitle {
  color:#BFD57B;
  font-size:90%;
  text-decoration:none;
}
.ecEventdescription {
  color:#BFD57B;
  font-size:80%px;
  text-decoration:none;
}
.ecEventlocation {
  color:#BFD57B;
  font-size:90%;
  text-decoration:none;
}
.ecEventdate {
  color:#BFD57B;
  font-size:90%;
  text-decoration:none;
}
.ecOther_normal {
  color:#BFD57B;
  font-size:80%;
  text-decoration:none;
}
.ecEventorganizer {
  color:#BFD57B;
  font-size:90%;
  text-decoration:none;
}
.ecOther_small {
  color:#BFD57B;
  font-size:70%;
  text-decoration:none;
}
.ecTable_cell2 {
  background-attachment:scroll;
  background-repeat:repeat;
  background-color:#056505;
}

