
/**
* ALLGEMEINE ELEMENTE --------------------
*/

* { 
	margin: 0; 
	padding: 0; 
	}

html, body {
	height: 100%; 
	margin: 0;
	padding: 0;
	}

body {
	background: #FFCCFF url(../layout/verlauf.jpg) repeat-x 0 0;
	text-align: center;
	font-size: 100.01%;	
	}

 
  
/**
* HAUPTELEMENTE --------------------
*/ 
 
/* Umrahmung */

div#container {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	}

div#homepage {
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 0 0;
	text-align: center;
	}

div#page {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
	}

/* HOME: Intro, Logo, Quicklinks */

div#logo {
	margin: 200px 0 40px 0;
	}
	
/* MENU.HTML */

div#accessories {
	float: left;
	text-align: center;
	width: 180px;
	height: 210px;
	background: url(../layout/accessories.png) no-repeat;
	}
	
div#summer {
	width: 195px;
	height: 220px;
	float: left;
	text-align: center;
	background: url(../layout/summer.png) no-repeat;
	}
	
div#winter {
	width: 225px;
	height: 250px;
	float: left;
	text-align: left;
	background: url(../layout/winter.png) no-repeat;
	}
	
div#exhibitions {
	width: 225px;
	height: 245px;
	clear: both;
	float: left;
	text-align: center;
	background: url(../layout/exhibitions.png) no-repeat;
	}
	
div#press {
	width: 195px;
	height: 220px;
	float: left;
	text-align: center;
	background: url(../layout/press.png) no-repeat;
	}
	
div#contact {
	width: 180px;
	height: 210px;
	float: left;
	text-align: left;
	background: url(../layout/contact.png) no-repeat;
	}	
	
/* HEADER & CONTENT */

div#header {
	clear: both;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 0;
	}	

div#content {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
div#content_small {
	width: 60%;
	margin: 0 auto;
	padding: 0;
	}

/* BACK */

div#back {
	width: 100%;
	text-align: left;
	}
	
div#back img {
	margin: 0;
	float: left;
	}

/* FOOTER */

div#imprint {
	clear: both;
	width: 100%;
	text-align: left;
	}

div#footer {
	clear: both;
	width: 100%;
	text-align: right;
	}
	
div#footer img {
	margin: 10px 0 20px 0;
	}
	

	
	
		



