body, html {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:150%;
}


#header {
	height:105px;
	width:245px;
	position:absolute;
	top:0px;
	left:0px;
}


#navigation {
	width:245px;
	background-color:#cccccc;
	position:absolute;
	height:300px;
	top:105px;
	left:0px;
}

#content {
	position:absolute;
	top:105px;
	left:245px;
	width:600px;
}

#header span {
	display:none;
}

#logo {
	width:245px;
	height:105px;
	background:url('../images/brandgate_logo.jpg');
}


/* Mood Bilder */
#default_mood span {
	display:none;
}

#packaging_mood span {
	display:none;
}

#display_mood span {
	display:none;
}

#shop_mood span {
	display:none;
}

#exhibition_mood span {
	display:none;
}

#conception_mood span {
	display:none;
}

#production_mood span {
	display:none;
}

#default_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/default.jpg');
}

#packaging_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/packaging.jpg');
}

#display_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/display.jpg');
}

#shop_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/shopinshop.jpg');
}

#exhibition_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/exhibition.jpg');
}

#conception_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/conception.jpg');
}

#production_mood {
	width:760px;
	height:131px;
	background:url('../images/mood/production.jpg');
}
/* Ende Mood Bilder */


/* Subnavi */
ul {
	margin:0px;
	padding:0px;
}

#subnavi li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	display:inline;
}

a:Link, a:Hover, a:Active, a:Visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

a.none:Link, a.none:Hover, a.none:Active, a.none:Visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

a.packaging:Hover {
	background-color:#C2D4EC;
	color:#FFFFFF;
}

a.display:Hover {
	background-color:#DDE169;
	color:#FFFFFF;
}

a.shopinshop:Hover {
	background-color:#00618B;
	color:#FFFFFF;
}

a.exhibition:Hover {
	background-color:#8C2D43;
	color:#FFFFFF;
}



/* general stuff */
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
}

.content {
	padding:38px 0px 0px 165px;
}

.english {color: #999999}

#farbe {
	padding:20px 0px 20px 0px;
}

#kontakt_hamburg {
	position:absolute;
	top:280px;
	left:350px;
	width:200px;
	background-color:#FFFFFF;
	border:solid 5px #45454d;
	display:none;
	padding:10px;
	text-align:center;
}

#kontakt_essen {
	position:absolute;
	top:430px;
	left:180px;
	width:200px;
	background-color:#FFFFFF;
	border:solid 5px #45454d;
	display:none;
	padding:10px;
	text-align:center;
}

#kontakt_frankfurt {
	position:absolute;
	top:560px;
	left:280px;
	width:200px;
	background-color:#FFFFFF;
	border:solid 5px #45454d;
	display:none;
	padding:10px;
	text-align:center;
}