/* CSS fuer Thing Experimental Seiten 05.09.2008 18:26 */
	/* <!-- */
	/* General styles */
	
	
	/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	padding:10px 0 10px 15px;
	}
	
#header strong {
	font-size:1.8em;
	color:#FF0084;
	font-family:Arial, Helvetica, sans-serif;
}
#header strong a {
	color:#FF0084;
	text-decoration:none;	
}

#header strong a:hover {
	color:#a0a0a0;
}	
	
	
	/* 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%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:1em 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#FAFAFA;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:82%;			/* right column width */
		background:#FAFAFA;	/* left column background colour #CDDAEC */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
		border:0px solid #000;
	}
	.leftmenu .col2 {
		width:14%;			/* left column content width (column width minus left and right padding) */
		left:12%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:0px solid #000;
		background:#a0a0a0;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
/* --- weiteres --- */
.button_dabei {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#000;
background:#E5C847;
padding:10px;
-moz-border-radius:5px;
}
	/* --> */