/*
 * pixelweb.css
 *
 * author: pix[el]ement GbR, 2009
 *
 * version: 1.0 
 */
@MEDIA all {

	/************************************************************ Allgemein */
	
	body {
		text-align: center;
		background: white;
		margin: 0;
		padding: 0;
		font-family: Arial, Verdana, sans-serif;	
	}
	
	div.clear {
		clear: both;
	}
	
	.invisible {
		display: none;
	}
	
	span.toPrint {
		display: none;
	}
	
	span.replace:before {		
		content: "@";
	}
	
	span.replace_ie {		
		display: none;
	}
	
	img.logoPrint {
		display: none;
	}
	
	/************************************************************ Seitenaufbau */
	
	div.page {
		width: 993px;	
		margin: 0 auto;	
		border: 0px solid red;
		text-align: left;
	}
	
	div.header {
		width: 715px;
		height: 125px;
		background: url( ../pixx/bg_header.png ) no-repeat;
		margin: 0 auto;
		text-align: right;
	}
	
	div.lineHead {
		width: 993px;
		height: 26px;
		background: url( ../pixx/bg_line.png ) no-repeat;
		margin: 0 auto;
	}
	
	div.content {
		width: 854px;
		height: 513px;		
		text-align: left;
		border: 0px solid green;
	}
	
	div.content div.navigation {
		width: 139px;
		height: 549px;		
		float: left;
		border: 0px solid blue;
		margin-left: 0;
		position: relative;
	}
	
	div.content div.contentRight {
		margin-left: 139px;
		width: 715px;		
		height: 549px;	
		background: url( ../pixx/bg_content.png ) no-repeat;
		border: 0px solid yellow;	
	}
	
	div.content div.contentRight div.innerContent {			
		height: 513px;
		background: url( ../pixx/bg_content.png ) no-repeat;
		padding-left: 105px;
		padding-right: 105px;		
	}	
	
	div.content div.contentRight div.menue {		
		height: 36px;
		background: url( ../pixx/bg_footer.png ) no-repeat;		
		padding-left: 105px;
		padding-right: 0px;
	}
	
	/************************************************************ Header */
	
	div.header img {
		margin-top: 24px; /*1.5em;*/
		margin-right: 128px; /*8em;*/
		border: 0;
	}
	
	/************************************************************ Menü links */
	
	div.content div.navigation ul {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 10px;
	}
	
	div.content div.navigation ul li {
		list-style-type: none;
		font-size: 0.75em;
		margin-bottom: 30px;
	}
	
	div.content div.navigation ul li.impressum {
		margin-top: 70px;
		margin-bottom: 0;
	}
	
	div.content div.navigation ul li a {
		color: black;
		text-decoration: none;
	}
	
	div.content div.navigation ul li a.active {
		font-weight: bold;
	}
	
	/************************************************************ Footer */
	
	div.content div.footer {
		margin-left: 250px;
	}
	
	div.content div.footer a {
		text-decoration: none;
		color: black;
		font-size: 0.7em;
	}
	
	div.content div.footer ul.w3c {
		margin: 0;
		padding: 0;
		display: block;
	}
	
	div.content div.footer ul.w3c li {
		float: left;
		list-style-type: none;
		width: 50px;
	}
	
	/************************************************************ Content */
	
	div.content div.contentRight div.innerContent h1 {
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 0;
		margin-left: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.content div.contentRight div.innerContent h2 {
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 0;
		margin-left: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	div.content div.contentRight div.innerContent p.text {
		font-size: 0.8em;
		color: white;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	div.content div.contentRight div.innerContent p.text a {
		color: white;
	}
	
	/************************************************************ Kontakt */
	
	div.content div.contentRight div.innerContent p.text span.person {		
		color: rgb( 51, 51, 51 );
		font-weight: bold;		
	}	
	
	/************************************************************ Menü unten */	
	
	div.content div.menue ul {
		margin: 0;
		padding: 0;
		display: block;
	}
	
	div.content div.menue ul li {		
		float: left;
		color: rgb( 128, 128, 128 );		
		font-size: 0.8em;
		list-style-type: none;
		margin-top: 8px;
	}
	
	div.content div.menue ul li img.referenzen {
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 4px;
	}
	
	div.content div.menue ul li img.unternehmen {
		margin-left: 21px;
		margin-right: 21px;
		margin-bottom: 4px;
	}
	
	div.content div.menue ul li img.unternehmenLast {
		margin-left: 21px;
		margin-right: 0px;
		margin-bottom: 4px;
	}
	
	div.content div.menue ul li img.leistungen {
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 4px;
	}
	
	/************************************************************ Referenzen */
	
	div.content div.contentRight div.innerContent div.reference {
		
	}
	
	div.content div.contentRight div.innerContent div.reference h2 {
		padding-top: 0;
		font-size: 1.0em;
	}	
	
	div.content div.contentRight div.innerContent div.reference ul {
		padding: 0;
		margin: 0;
		display: block;
		margin-left: 20px;
		width: 465px;
	}
	
	div.content div.contentRight div.innerContent div.reference ul li {
		list-style-type: none;
		float: left;		
		margin-right: 10px;
		margin-top: 30px;
		width: 140px;
	}
	
	div.content div.contentRight div.innerContent div.reference ul li ul {
		margin: 0;
		padding: 0;
		display: block;
	}
	
	div.content div.contentRight div.innerContent div.reference ul li ul li {
		list-style-type: none;
		clear: left;
		font-size: 0.8em;
		color: white;	
		margin-top: 0px;
	}
	
	div.content div.contentRight div.innerContent div.reference ul li ul li img {
		height: 70px;
		border: 0;		
	}
	
	div.content div.contentRight div.innerContent div.reference ul li ul li span.name {
		font-weight: bold;
	}
	
	/************************************************************ Leistungen */
	
	/* -> leistungen.css */
	
	/************************************************************ Index */
	
	div.head {
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 3em;
		margin-left: 1em;
		padding-top: 2em;
	}
}