* {
    margin:0;
    padding:0;
    list-style:none;
    border:0;
}

html,
body {
    height:100%;
}

img {
    border:0;
}

:focus {
    outline:0;
}

a {
    text-decoration:none;
}

body{
    color:#FFF;
    font-family:Arial, sans-serif;
    background:url('../img/bg/body.jpg') no-repeat 50% 50% #000 fixed;
}

    #flashContainerDiv {
	height:100%;
    }

	/* -- Content -- */
	#page-wrap {
	}
	
	    /* -- Logo -- */
	    #logo {
		width:256px;
		height:195px;
		position:fixed;
		top:0;
		left:0;
	    }

	    /* -- Hauptnavigation & Impressum -- */
	    #mainNav-wrap {
		position:fixed;
		top:300px;	
		left:80px;
	    }
	    
		#mainNav-wrap a {
		    color:#FFF;
		    font-size:40px;
		    text-transform:lowercase;
		}
		
		#mainNav-wrap a:hover,
		#mainNav-wrap a:focus,
		#mainNav-wrap a.active {
		    color:#39F;
		}
		
		    ul#mainNav li {
			padding:0 0 13px 0;
		    }
		
		    #imprint {
			padding:64px 0 0 0;
		    }
		    
	    /* -- Content -- */
	    #content-wrap {
		width:442px;
		position:absolute;
		top:0;
		right:185px;
		font-size:20px;
		line-height:28px;
	    }
	    
		#content-wrap a {
		    color:#39F;
		}
		
		#content-wrap a:hover,
		#content-wrap a:active {
		    color:#FFF;
		}
		
		/* -- CE Manifest/Impressum -- */
		.ce-manifest,
		.ce-imprint {
		    padding:40px 0 0 0;
		}
		
		    .ce-manifest ul li,
		    .ce-imprint ul li {
			padding:0 0 28px 0;
		    }
		
		/* -- CE Kontakt -- */
		.ce-contact {
		    padding:422px 0 0 0;
		}
		
		    .ce-contact address {
			padding:0 0 28px 0;
			font-style:normal;
		    }
		
		/* -- CE Lookbook -- */
		.ce-lookbook {
		    padding:40px 0 0 0;
		}
		
		    .ce-lookbook .lookInfo {
			padding:0 0 20px 0;
		    }
		    
			.ce-lookbook .lookInfo .imgs {
			}
			
			    .ce-lookbook .lookInfo .imgs img {
				margin:0 0 10px 0;
			    }
		    
		