/*Basics ------------------------------------------------------------- */
body {
	color: #000;
	font-size: 10px;
	font-family: helvetica;
	font-weight: normal;
	font-style: normal;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-width: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg_04.jpg);
	margin-top: 0px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 8px;
	border-left-width: 8px;
	margin-top: 0px;
}
#main {
	width: 750px;
	display: table;
}
#header {
	width: 750px;
	height: 250px;
	float: left;
	display: table-row;
	background-image: url(../images/Top.jpg);
}
/*Navigation -------------------------------------------------------------*/
#navigation {
	background-image: none;
	width:750px;
	height: 35px;
	float: left;
	display: table-cell;
}
#home {
	width: 100px;
	height: 35px;
	float: left;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(../images/menu-home.jpg);
}
#shops {
	width: 100px;
	height: 35px;
	float: left;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(../images/menu-shops.jpg);
}
#brands {
	width: 100px;
	height: 35px;
	float: left;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(../images/menu-brands.jpg);
}
#where {
	width: 100px;
	height: 35px;
	float: left;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(../images/menu-where.jpg);
}

/*Content -------------------------------------------------------------*/
#content {
	background-color: #FFFFFF;
	width: 750px;
	float: left;
}
p {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 20px;
}
h1 {
	color: #000000;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 20px;
}
h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 20px;
}
#logo {
	float: left;
	height: 40px;
	width: 114px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#whitebox {
	font-size: Kein;
	float: left;
	height: 200px;
	width: 750px;
}

/* Footer ------------------------------------------------------------- */
#footer {
	width: 750px;
	height: 20px;
	display: table-row;
}
#copyright {
	color: #333333;
	font-size: 9px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	padding: 5px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
ul {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
}
