
	/* ############################################# HTML SECTION ############################################# */
	/* ############################################# HTML  ############################################# */
	
	body,
	html {
		margin:0;
		padding:0;
		/*background-image:url(img/bodybg.png);
		background-position:50% 0;*/
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10pt;
		height:100.1%;
	}
	body {
		min-width:990px;
	}
	a {
		/*text-decoration:none;*/
		color:#0f6cb2;
	}
	hr {
		/*border-top: dotted thin silver;
		color:silver;
		height:1px;
		margin-top:-10px;*/
		display:none;
		}
	
	/* ############################################# GENERAL ############################################# */
	
	#wrap {
		/*background-image:url(img/wrapbg.png);
		background-position:0 0;*/
		margin:0 auto;
		width:990px;
	}
	p.csc-linkToTop {
		margin:-6px 0 0 0;
	}
	p.bodytext {
		margin-left:10px;
	}
	.mail {
		color:white;
	}
	h1 {
		font-size:11pt;
	}
	
	/* ############################################# HEAD SECTION ############################################# */
	/* ############################################# HEADER 1 ############################################# */
	
	#header1 {
		height:30px;
	}
		#h1-left {
			float:left;
			width:986px;
		}
			#h1-l-left {
				float:left;
				width:2px;
				height:30px;
			}
			#h1-l-right {
				float:right;
				width:984px;
				height:30px;
			}
		#h1-right {
			float:right;
			width:4px;
			height:30px;
		}
			#h1-r-left {
				float:left;
				width:2px;
				height:30px;
			}
			#h1-r-right {
				float:right;
				width:2px;
				height:30px;
			}
			
	/* ############################################# HEADER 2 ############################################# */
	
	#header2 {
		min-height:138px;
		height:auto !important;
		height:138px;
		background-image:url(img/menubg.png);
		background-position:left bottom;
		background-repeat:repeat-x;
		/*background-color:#1577a1;*/
		padding:0;
	}
		#h2-left {
			float:left;
			width:400px;
			height:138px;
		}
			#h2-l-left {
				float:left;
				width:200px;
				height:138px;
			}
			#h2-l-right {
				float:right;
				width:200px;
				height:138px;
			}
		#h2-right {
			float:right;
			width:590px;
			height:138px;
		}
			#h2-r-left {
				float:left;
				width:300px;
				height:138px;
			}
			#h2-r-right {
				float:right;
				width:290px;
				height:138px;
			}

	/* ############################################# HEADER CLEARER ############################################# */

	#clearer {
		clear:both;
	}
	
	/* ############################################# CONTENT SECTION ############################################# */
	/* ############################################# CONTENT RIGHT COLUMNS ############################################# */
	
	#c-right {
		float:right;
		width:220px;
	}
		#c-r-left {
			float:left;
			width:20px;
			min-height:360px;
			height:auto !important;
			height:360px;
		}
		#c-r-right {
			float:left;
			width:200px;
			min-height:360px;
			height:auto !important;
			height:360px;
		}
		
	/* ############################################# CONTENT CENTRE COLUMN ############################################# */
	
	#c-centre {
		width:580px;
		float:left;
	}
		#c-c-m-left {
			float:left;
			width:290px;
			height:100px;
		}
			#c-c-m-l-left {
				width:145px;
				height:100px;
				float:left;
			}
			#c-c-m-l-right {
				width:145px;
				height:100px;
				float:right;
			}
		#c-c-m-right {
			float:right;
			width:290px;
			height:100px;
		}
			#c-c-m-r-left {
				width:145px;
				height:100px;
				float:left;
			}
			#c-c-m-r-right {
				width:145px;
				height:100px;
				float:right;
			}
		#c-c-maincontent {
			width:580px;
			min-height:200px;
			height:auto !important;
			height:200px;
		}
		
		#c-centre .header-wrap {
			margin:6px 0 0 0; padding:0;
		}
		#c-centre .csc-header {
			margin:0; padding:0;
			background-image:url(img/header1-bg-repeaty.png);
			background-repeat:repeat-y;
		}
		#c-centre .header-top {
		}
		#c-centre .header-inner {
			width:220px;
			background-image:url(img/header1-top1.png);
			background-repeat:no-repeat;
		}
		#c-centre h1 {
			margin:0 10px 0 10px; padding:0;
			width:200px;
		}
		#c-centre .header-bottom {
			margin:0; padding:0;
			width:220px; height:10px;
			background-image:url(img/header1-bottom.png);
			background-repeat:no-repeat;
		}
	
	/* ############################################# CONTENT LEFT COLUMNS ############################################# */
	
	#c-left {
		float:left;
		width:180px;
	}
		#c-l-left {
			float:left;
			width:160px;
			min-height:360px;
			height:auto !important;
			height:360px;
		}
			#c-l-l-top {
				float:left;
				width:160px;
				min-height:100px;
				height:auto !important;
				height:100px;
			}
			#c-l-l-middle {
				float:left;
				width:160px;
				min-height:100px;
				height:auto !important;
				height:100px;
			}
			#c-l-l-bottom {
				float:left;
				width:160px;
				min-height:100px;
				height:auto !important;
				height:100px;
			}
		#c-l-right  {
			float:left;
			width:16px;
			min-height:360px;
			height:auto !important;
			height:360px;
		}
		
		
	/* ############################################# CONTENT FOOTER ############################################# */
	
	#c-c-contentfooter {
			min-height:20px;
			height:auto !important;
			height:20px;
	}
	
	/* ############################################# FOOTER SECTION ############################################# */
	
	#footer {
		height:50px;
		clear:both;
	}
		#f-top {
			height:25px;
		}
		#f-bottom {
			height:25px;
		}
	
	
	/* ############################################# TYPO3 SPECIFIC ############################################# */
	/* ############################################# IMAGES ############################################# */
	
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 3px solid #fef4e3;
		padding: 0px 0px;
	}


	DIV.csc-textpic-imagewrap { padding: 0;}

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto;}
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }

	.imgtext-table {
	margin-top: 4px;
	margin-bottom: 8px;
	
	}
	a img {
		border:none;
	}
	
	
	
