/*CSS www.linienflug-design.de*/

 * {			margin: 0; padding: 0;} 
img { 			border: none; }
a {				outline:0;}



/*AUFBAU CONTAINER---------------------------------------------------------------------------------------------*/
body { 			
				text-align: left;
				font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
				color:#000;
				background: url(../standards/bg_verlauf.png) top repeat-x #9D0000;
				}			
				
#container { 	margin: 0 auto;
				width: 100%;
				text-align:center;
				}				

#containerFooter {
				margin-top:660px;
				height:42px;
				padding-top:5px;
				background:url(../standards/footer.jpg) center top no-repeat;
				}


/*AUFBAU CONTENT -------------------------------*/	
								
#content { 		margin: 0 auto;
				width: 950px;
				height:770px;				
				background: url(../standards/bg_top.jpg) top no-repeat;
				}				
				
#contentLayOver { 		margin: 15px 0 0 15px;
				}	
			
				
				
/*CONTENT ELEMENTE -------------------------------*/		

#logo {			margin-left:714px;
				width:91px;
				height:97px; 
				float:left;
				overflow: hidden;
				background:url(../standards/cx9_logo.png) top left no-repeat;
				}
			
#textField {	margin-left:222px;
				width:512px;
				height:504px; 
				float:left;
				overflow: hidden;
				text-align:left;
				background:url(../standards/bg_text.jpg) bottom left no-repeat;
				color:#FFF;
				}
				
#textFieldLi {	margin-left:35px;
				width:220px;
				height:150px; 
				float:left;
				overflow: auto;
				text-align:left;
				color:#FFF;
				clear:both;
				}
				
#textFieldRe {	margin-left:10px;
				width:220px;
				height:150px; 
				float:left;
				overflow: auto;
				text-align:left;
				color:#FFF;
				}
				
									


/*TEXT STYLES ---------------------------------------------------------------------------------------------*/
h1 {			font-size: 15px;
				font-weight: bold;
				margin:30px 0 0 35px;	
				clear: both;
				}
				
h2 {
				font-size: 12px;
				font-weight: bold;
				margin:5px 0 10px 35px;
				}
				
h3 {			font-size: 15px;
				font-weight: bold;
				}

.red {color:red;}
.klein { font-size:9px;
line-height:12px;}

/*LINKSTYLES ---------------------------------------------------------------------------------------------*/

/*NAVI LINKS*/
				
a {		
				padding:;
				color:#666;
				text-decoration: underline;
				display:;
				}
a:visited {
				color:#666;
				text-decoration: underline;
				font-weight:;
				}	
a:focus {
				color:#666;
				text-decoration: underline;
				font-weight:;	
				}	
a:hover {
				color:#000;
				text-decoration: underline;
				font-weight:;
				}
a:active {
				color:#666;
				text-decoration: underline;
				font-weight:;
				}	
					


/*IE HACKS ---------------------------------------------------------------------------------------------*/
*html .logo {	margin: 19px 0 0 162px;
				}	
	
*html #logo {	margin-left:357px;
				}

*html #textField {	
				margin-left: 111px;
				background:url(../standards/bg_text.jpg) bottom fixed left no-repeat;
				}
*html #textFieldLi {	margin-left:17px;
				width:220px;
				height:150px; 
				}
				
*html #textFieldRe {	margin-left:10px;
				width:220px;
				height:150px; 
				}		
				
*html #containerFooter {
				margin-top:580px;
				}