@charset "UTF-8";
/* CSS Document */

/* *********************************************************** */
/* GLOBAL */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	
	background-color: #295300;
}

div#page {
	background-color: #dee8ac;
	background-image: url('../img/border-page.gif');
	background-repeat: repeat-y;
	background-position: right;

	padding-right: 9px;
	width: 912px;
	
	float: left;
	clear: both;
}

h2,h3,h4 {
	clear: both;
}

/* *********************************************************** */
/* HEADER */

div#header {
	width: 912px;
	height: 320px;
}

div#header h1 {
	position: absolute;
	top: -999999px;
	left: -999999px;
}

div#header .header {
	width: 912px;
	height: 320px;
}

div#header .h1 {
	background-image: url('../img/header-1_01.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#header .h2 {
	background-image: url('../img/header-2.jpg');
	background-repeat: no-repeat;
	background-position: 283px 0px;
}

div#header .h3 {
	background-image: url('../img/header-3.jpg');
	background-repeat: no-repeat;
	background-position: 490px 0px;
}

div#header .h4 {
	background-image: url('../img/header-4.jpg');
	background-repeat: no-repeat;
	background-position: 697px 0px;
}

/* *********************************************************** */
/* BODY */

div#body {
	float: left;
	clear: both;
	
	background-image: url('../img/bg-navi.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div#navi, div.content {
	float: left;
	padding-bottom: 40px;
}

div#navi {
	width: 192px;
	padding-right: 6px;
}

div.content-small {
	width: 514px;
	padding-left: 100px;
	padding-right: 100px; 
}

div.content-big {
	width: 634px;
	padding-left: 40px;
	padding-right: 40px; 
}

/* *********************************************************** */
/* NAVI */

ul.navi {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #dee8ac;
}

ul.navi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.navi li ul {
	margin: 0px;
	padding: 0px;
	border-top: 0px;
}

ul.navi li ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.navi li a {
	display: block;
	
	font-size: 1em;
	text-decoration: none;
	color: #183000;
	
	height: 1.4em;;
	padding-top: 0.4em;
	padding-left: 23px;
	background-color: #acbd6b;
	
	border-bottom: 1px solid #dee8ac;
}

ul.navi li.cur a {
	background-color: #748a3a;
	color: #FFFFFF;
	background-image: url('../img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 15px 0.7em;
}

ul.navi li ul li a,
ul.navi li.cur ul li a {
	background-color: #bfd177;
	padding-left: 38px;
	/*padding-left: 23px;*/
	color: #183000;
	background-image: none;
}

ul.navi li a:hover,
ul.navi li.cur ul li a:hover {
	background-color: #748a3a;
	color: #FFFFFF;
}

/* *********************************************************** */
/* KALENDER */

.monthWeekend {
	background-color: #BECD83;
}

.monthSelectedWeek {
	background-color: #CCDF6F;
}

.month-weeknums, .weekday, .month-weekdays {
	background-color: #295300 !important;
	color: #FFFFFF;
}

#legend {
	visibility: hidden;
}

/* *********************************************************** */
/* CONTENT */

.moreLink {
	margin-left: 5px;
}

/* *********************************************************** */
/* CONTENT: Links */

div.content a {
	color: #295300;
	text-decoration: underline;
}

div.content a:hover {
	color: #000000;
}

/* *********************************************************** */
/* CONTENT: Header */

div.content h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 1px;
	border-bottom: 3px double #295300;
	padding-left: 10px;
	color: #295300;
}

div.content h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 1px;
	color: #295300;
}

div.content h4 {
	color: #295300;
	font-weight: bold;
	text-transform: uppercase;
}

div.content h2 a,
div.content h3 a,
div.content h4 a {
	text-decoration: none;
	color: #295300;
}

.csc-header-n1 {
	clear: both;
}

/* *********************************************************** */
/* CONTENT: Textimge */

.csc-textpic-caption {
	font-size: 0.8em;
	letter-spacing: 0.5px;
}

.csc-textpic-image img {
	border: 1px solid #748A3A !important;
}

/* *********************************************************** */
/* CONTENT: Forms */

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

legend {
	display: none;
}

fieldset div {
	padding-bottom: 10px;
}

label {
	float: left;
	display: block;
	width: 130px;
}

input,select,textarea {
	border: 1px outset #295300;
	background-color: #CCDF6F;
}

/* --------------------------------------------------------- */
/* CONTENT: Tabellen */

table.contenttable {
	border-collapse: collapse;
	width: 100% !important;
	height: auto !important;
}

table.contenttable thead th,
table.contenttable thead tr.tr-0,
table.contenttable tbody tr.tr-0 {
	background-color: #748A3A;
	color: #FFFFFF;
	text-align: left;
	width: auto !important;
	height: auto !important;
}

table.contenttable td,
table.contenttable th {
	padding: 5px;
	border: 1px solid #000000;
	vertical-align: top;
	text-align: left;
	width: auto !important;
	height: auto !important;
}

table.contenttable-2 tbody .tr-even {
	background-color: #CCDF6F;
}

/* --------------------------------------------------------- */
/* CONTENT: DATEIVERWEISE */

.csc-uploads-1 img {
	border: 0px;
}


.tx-cal-controller label {
	display: block;
	width: 100px !important;
}

.tx-cal-controller .basictab li a {
	background-color: #295300;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.tx-cal-controller .basictab li a.current {
	bckground-color: #748A3A !important;
}

table.treelevel0 {
	display: none !important;
}

.tx-cal-controller div#month-header,
.tx-cal-controller table#calendar-nav,
.tx-cal-controller table.month-large {
	width: 630px !important;
}

.tx-cal-controller .V12 a {
	font-size: 2em;
	text-decoration: none;
	font-weight: normal;
}

a.facebook {
   display: block;
   text-align: center;
   padding: 10px;
}

div.fblike {
   text-align: center;
   margin-right: 10px;
}
