	
	/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
	
	#wrapper {
		width:880px;
		
		margin: 0 auto;
		
		
		overflow: hidden;
		
	}
	
	#header {
		width:880px;
		height:95px;
		
		margin:0;
		padding:0;
		
		margin-bottom:0px;
		
		overflow: hidden;
		
		background: url(imgs/bg_head.jpg) top left no-repeat;
	}
	#spanner {
		width:880px;
		height:200px;
		
		margin:0;
		padding:0;
		
		border-bottom:1px solid #ccc;		
	}
	
	#leftCol {
		float:left;

		width:745px;
		height:200px;
		
		margin:0;
		padding:0;
		
		overflow: hidden;
	
		font-family: Arial, sans-serif;
		font-size:0.8em;
		line-height: 1.1em;
	
	}
	
	#rightCol {
		
		float:left;
		
		width:130px;
		height:200px;
		
		margin:0;
		padding:0;
		
		overflow: hidden;
		
		margin-top:230px;
			
		font-family: Arial, sans-serif;
		font-size:0.7em;
		line-height: 1.1em;

				
	}
	
	#content {
		
		
		width:880px;
		height:300px;/* L€NGE DER CONTENTBOX */
		
		margin:0;
		padding:0;
		
		margin-top:40px;
		
		overflow: hidden;
				
		font-family: Arial, sans-serif;
		font-size:0.75em;
		line-height: 1.1em;
		
	}
	
	#footer{
	
		width:880px;
		height:55px;
		
		display: block;
		
		margin:0;
		padding:0;
		
		border-bottom:1px solid #999;
	
		font-family: Arial, sans-serif;
		font-size:0.75em;
		line-height: 1.1em;
		
		overflow: hidden;

	}
	#footer p{
		color:#000;
	}
	
	#footĘ{
		/* # DEBUG # DEBUG # DEBUG # DEBUG # DEBUG # DEBUG  */
		border: 1px green solid;
		/* # DEBUG # DEBUG # DEBUG # DEBUG # DEBUG # DEBUG  */

		width: 880px;
		height:60px;
	
	}
	
	#cont_spanner{
		
	}
	
	.conLeftCol{
		position: relative;
		
		top:-800px;
		left:0;
		
		z-index: 1;

		width:745px;
		height:208px;
		
		margin:0;
		
		overflow: hidden;
			
		
	}
	
	
	#conRightCol {
		
		
		position: relative;
		
		top:0;
		left:745px;
		
		width:130px;
		height:800px;
		
		z-index: 1;
	 	
	 	display: block;
	 	overflow: hidden;
		
		font-size:0.9em;
		
	}
	
	.image{
		float:left;
		
		display: block;
		
		width: 168px;
		height: 168px;
		
		margin:0;
		padding:0;
		
		margin-right:50px;
		
		overflow: hidden;
		
	}
	
	/* TEXTANPASSUNG */
	
	.umbruch{
		float:left;
		
		width:700px;
	
		margin:0;
		padding:0;
	
		display: block;

		overflow: hidden;

	}
	
	.titel{
		color: black;
	}
	.titel1{
		margin-top:10px;
		margin-bottom:0;
		
		color: #999;
	}
	.titel2{
		margin-top:32px;
		margin-bottom:0;
		
		color: #000;
	}
	.titel3{
		margin-top:10px;
		margin-bottom:0;
		
		color: #999;
	}


	.txt{
		margin-top:8px;
		
		color:#999;
	}

	.txt1{
		margin-top:0px;
		
		color:#999;
	}
	.txt2{
		margin-top:32px;
		
		color:#999;
	}

	.link{
		margin-top:8px;
		
		color:#000;
		
		font-size:0.9em;

	}
	.small {
		font-size:0.9em;
		
	}
	
	/* LINKS */
	
	a.myLink, a.myLink:link,  a.myLink:active,  a.myLink:visited {

		
		color:#000;
	}
	a.myLink:hover{

		
		color:#999;
	}

	a.myLink1, a.myLink1:link,  a.myLink1:active,  a.myLink1:visited {
		padding-left:7px;

		background:url(imgs/arrow_download.jpg) no-repeat 0 4px;
		
		color:#000;
	}
	a.myLink1:hover{
		padding-left:7px;		

		background:url(imgs/arrow_download.jpg) no-repeat 0 4px;
		
		color:#999;
	}
	
	a.myLink2, a.myLink2:link,  a.myLink2:active,  a.myLink2:visited {
		font-family: Arial, sans-serif;
		font-size:0.75em;
		line-height: 1.1em;
		
		padding-left:7px;

		background:url(imgs/arrow_up.jpg) no-repeat 0 4px;
		
		color:#000;
	}
	a.myLink2:hover{
		font-family: Arial, sans-serif;
		font-size:0.75em;
		line-height: 1.1em;

		padding-left:7px;		

		background:url(imgs/arrow_up.jpg) no-repeat 0 4px;
		
		color:#999;
	}
	
	.abs10{
		margin-left:10px;
	}
	
