	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:900px;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:0.70em;
		font-family:Arial,sans-serif;

	}
ul {
padding-left: 0px;
margin: 0px;

}
img{
border:0px;
}

.col2 li{

list-style-image:none;
lis-style-type: none;

}

	body p {
		margin-top: 0px;
	}
	a {
		color:#369;
		text-decoration:none;
	}
	a:hover {
		color:#369;
		/*background:#369;*/
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-size: 130%;
	h4 {
		font-size: 100%;
		color: black;
		}
	}
	/*p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		border: 1px solid #A2A2A2;
			}*/
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	.balken {
		font-size: 12px;
	}
	.balken a {
		color:black;
		text-decoration:none;
	}
	.balken	a:hover {
		color:#369;
		text-decoration:none;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:33px 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		display: inline;		/* http://www.positioniseverything.net/explorer/doubled-margin.html otherwise:margin in float is calculated twice */

	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:0%;			/* cr width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:66%;			/* cc width of the center column */
		/*background:#f7f7f7;*/		/* left column background colour */
	}
	.threecol .col1 {
		width:63%;			/* 51 - 1,5 - 2.5 width of center column content (column width minus padding on either side) */
		left:101.5%;			/* 100% plus left padding of center column */
		backround:#ffffff;
	}
	.threecol .col2 {
		width:33%;			/* cl Width of left column content (column width minus padding on either side) */
		left:4%;			/* 28.5 + 1.5 + 2.5 + .5 width of (right column) plus (center column left and right padding 1,5 + 2,5) plus (left column left padding = .5) */
	}
	.threecol .col3 {
		width:0%;			/* cr Width of right column content (column width minus padding on either side) */
		left:100%;			/* 79 + 4  Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding 1,5 + 2.5 ) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.col1{
		padding-top: 47px;
	}
	.col2 h4 {
		margin-bottom: 5px;
		font-size: 100%;
	}
		
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

.newsheader {
	background-color:#BDC7D1;
	padding-top: 5px;
	padding-left: 10px;
	padding-top: 1px;

}
.newsheader h1{
	margin-bottom:0px;
	margin-top: 0px;
	padding: 5px 0px 5px 5px;
	
}

.newsentries {
	background-color:#E3E3E2;
	padding-top:15px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.newslister .newsentry h2{
	font-size: 100%;
	padding-left: 5px;
	font-weight: normal;
	color:#green;
}
.newsentries .newsentry h2{
	color:#555553;
	}

.newslister {
	display: inline;
}

.contenth .headh h3 {
	font-size: 1.1em;
	margin-left: 14px;
}
.teaserheader {
	font-weight:bold;
	font-size:1.1em;
	margin-left:14px;
	color:#225B6F;
}

.bildoben p {
	margin-right:12px;
	margin-top:142px;
	}
	/* --> */



