body { 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.75em;
	background-image: url("white.gif");
	background-repeat: repeat-y;
	background-position: center 0px;
	margin:0px;
	background-color:#017C3F;
}
h1,h2,h3 {
	font-size:1.5em;
	margin:0px 0px 15px 0px;
	padding:0;
}
h3 {
	font-size:1.2em;
}
p {
	margin:0;
	padding:0;
}
img {
	border:none;
}
/*
table {
	border:1px solid green;
}
*/
#mitte {
	padding-bottom:45px;
}
.contenttable-1 {
	width:100%;
}
.contenttable-1 td {
	border: 1px solid #CCC;
}
.csc-menu a {
	padding-left:20px;
	margin-bottom:5px;
	background-image: url("info.gif");
	background-repeat: no-repeat;
	background-position: 6px center;
}


.contenttable-1 .tr-0 {
	font-weight:bold;
	background-color:#CCC;
}
.spacer-gif {
	display:none;
}
#oben {
	/*border:3px solid red;*/
	width:100%;
	/*height:100%;*/
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url("bg.gif");
	background-repeat: no-repeat;
	background-position:center 0px;
}
#navi {
	/*border:1px solid red;*/
	position:relative;
	margin:180px auto 0px auto;
	border-bottom:20px solid #FFF;
	width:500px;
	height: 45px;
	padding:0px;
}

#navi a { text-decoration: none; }

#content {
	/*border:1px solid blue;*/
	position:relative;
	margin:0px auto;
	width:500px;
	height:200px;
	padding:0px;
}


#navi ul {
	font-size: 12px;
	padding: 3px 0px;
	margin: 0;
	list-style-type: none;
	position: relative;
	/*background-color: #B3D8AF;*/
	height:14px;
	border-bottom: 3px solid #017C3F;
}

#navi li { 
	display: inline; 
}

#navi ul a, #navi ul a:link, #navi ul a:visited {
	margin-right: 3px;
	background-color: #B3D8AF;
	color:#000;
	font-weight:bold;
	padding:3px 4px;

}

#navi ul a:hover, #navi ul a:focus {
	background-color: #017C3F;
	color: #FFF;
}

#navi ul a#current, #navi ul a#current:link, #navi ul a#current:visited { 
	background-color: #017C3F;
	color: #FFF;
}

#navi ul ul {
	font-size: 10px;
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	height:12px;
	border-bottom: 0px solid #017C3F;
}

#navi ul ul a, #navi ul ul a:link, #navi ul ul a:visited {
	margin-right: 3px;
	margin-left: 0px;

}

#navi ul ul a#subcurrent, #navi ul ul a#subcurrent:link, #navi ul ul a#subcurrent:visited { 
	background-color: #017C3F;
	color: #FFF;
}

.hidden {
	display:none;
}








/*bloated and half baked bullshit from the repository*/

.csi-textpic {
	padding: 5px;
}
	
.csi-textpic img {
	margin: 4px;
}

.csi-textpic .csi-caption {
	text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
}

.csi-textpic .csi-image {
	/*width: 210px; will have to be an inline style - controlled by TS*/
}

.csi-textpic .csi-imagewrap {
}

.csi-textpic .csi-text {
	text-align: left; /*will have to be an inline style - controlled by TS*/ 
}

.csi-text p {
	margin-top: 0;
}

/* CENTER */

.csi-center .csi-image {
	margin: 0 auto 3px;

}

/* RIGHT */
.csi-right div.csi-image {
	float: right;
	clear: both;
}

.csi-right div.csi-text {
	clear: right;
}


/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;
}

.csi-left div.csi-text {
	clear: left;
}


/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 5px;
}

	
/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 5px;
}


/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
	/*margin-right: 215px; will have to be an inline style - controlled by TS*/
}

.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}


/* INTEXT LEFT NOWRAP*/	
.csi-intext-left-nowrap .csi-text {
	/*margin-left: 215px; will have to be an inline style - controlled by TS*/
}

.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}
