*{
margin-top: 5;
padding: 0;
}
body {
	background: #000;
	font-family: Georgia;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
}
#content {
	width: 800px;
	margin: 0 auto;
}
table {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C5AA91;
}

.tdd {
border: 0px solid #fff;
padding: 10px 10px 10px 10px
}

h1 {
	color: #B08B69;
	font-size: 14px;
}
h2 {
	color: #B08B69;
	font-size: 12px;
	display: inline;
}

#menu-left {
	position: absolute;
	top: 120px;
	left: 120px;
	width: 300px;
	height: 40px;
}
#menu-left li {
	float: left;
	margin: 25px;
	list-style: none;
	position: relative;
}
#menu-left a {
	display: block;
	width: 83px;
	height: 22px;
}
#menu-left a:hover {
	background-position: 0 -100%;
}

#menu {
	position: absolute;
	top: 120px;
	left: 560px;
	width: 283px;
}
#menu li {
	float: left;
	margin: 25px;
	list-style: none;
	position: relative;
}
#menu a {
	display: block;
	width: 83px;
	height: 22px;
}
#menu a:hover {
	background-position: 0 -100%;
}

a#start {
	background: url('img/start.gif')
}
a#o-firmie {
	background: url('img/o-firmie.gif')
}
a#oferta {
	background: url('img/oferta.gif');
}
a#kontakt {
	background: url('img/kontakt.gif');
}
#menu li ul {
	position: absolute;
	left: -27px;
	top: 10px;
	display: none;
	width: 129px;
	padding-top: 5px;
}
#menu li ul a {
	width: 129px;
	float: none;
}
#menu li li {
	margin: 0;
}
a#podlogi {
	background: url('img/podlogi.gif');
	height: 37px;
}
a#drzwi {
	background: url('img/drzwi.gif');
	height: 32px;
}
a#realizacje {
	background: url('img/realizacje.gif');
	height: 31px;
}
#menu li:hover ul, #menu li.over ul {
	display: block;
}
a span {
	display: none;
}


a.aa:visited {text-decoration: none; color: #FFFFCC}
a.aa:link {color: #FFCC66; text-decoration: none}
a.aa:hover {
	color: #FFFF99;
	text-decoration: overline;
	background-color: #C5A967;
}
a.aa:active {
	color: #FFFF99;
	text-decoration: overline;
	background-color: #C5A967;
}

a.bb:visited {text-decoration: none; color: #E8D133}
a.bb:link {color: #E8D133; text-decoration: none}
a.bb:hover {color: #85C52A; text-decoration: none}
a.bb:active {color: #FF0000; text-decoration: none}

ul {
	margin: 10px 20px;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #EFF0DB;
}
