
/* --- RESET --- */

* {
	margin: 0;
	padding: 0;
	border-style: none;
	text-align: center;
	}
	
a:focus {
	border: none;
	outline: none;
	}
	
	
	
/* --- ELEMENTE --- */

html, body {
	height: 100%;
}
	
body {
	background: #e9e9e9 url(../images/intro/bgV2.jpg) no-repeat;
	}
	
	
/* --- LAYOUT --- */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	}

#logo {
	width: 400px;
	height: 220px;
	background: url(../images/intro/stadtnomaden-logo.gif) no-repeat 0 center;
	margin: 0 auto;
	}
	
#flash {
	height: 300px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	}
	
#nav {
	margin: 20px;
	width: 840px;
	}
	
#kollektion-de, #kollektion-en {
	width: 263px;
	height: 258px;
	background: url(../images/intro/kollektion.gif) no-repeat;
	display: block;
	float: left;
	}	

#kollektion-en {
	background: url(../images/intro/collection.gif) no-repeat;
	}

#design-studio-de, #design-studio-en {
	width: 264px;
	height: 258px;
	background: url(../images/intro/design-studio.gif) no-repeat;
	display: block;
	margin-left: 25px;
	float: left;
	}
	
#schreinerei-de, #schreinerei-en {
	width: 263px;
	height: 258px;
	background: url(../images/intro/schreinerei.gif) no-repeat;
	display: block;
	margin-left: 25px;
	float: left;
	}
	
#schreinerei-en {
	background: url(../images/intro/carpentry.gif) no-repeat;
	}
	
#footer, #push-footer {
	height: 120px; /* .push must be the same height as .footer */
	}

#footer-text {
	text-align: center;
	background-color: #ccc;
	height: 30px;
	position: relative;
	top: 90px;
	}

#footer h3 {
	font: 11px/30px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
	}

	
/* --- KLASSEN ---*/

.clear {
	clear: both;
	}