html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

#top {
	width: 1004px;
}

#NAGLOWEK {
	background-color: white;
}

#MENU {
	width: 200px;
	height: 400px;
	float: left;
	overflow: hidden;
}

#INFORMACJE {
	width: 150px;
	height: 100%;
	float: right;
	overflow: hidden;
	background-image: url("/images/strona/logowanie.jpg");
	background-repeat: no-repeat;
}

#TRESC {
	width: 654px;
	float: left;
	overflow: hidden;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-image: url("/images/strona/bottom.jpg");
	background-repeat: no-repeat;
}

#top_glowny {
	width: 1004px;
	height: 150px;
}

#top_logo {
	width: 150px;
	height: 100px;
}

#top_menu {
	float: right;
	absolute: bottom;
	width: 675px;
	height: 50px;	
	font-family: fantasy;
	font-size: 22px;
}

#home_szukaj {
	width: 600px;
	padding-top: 15px;
	background: lightblue;
}

.szukaj_wyraz {
	color: blue;
}

.szukaj_wyslij {
	border: 2px;
	color: white;
	width: 50px;
	height: 20px;
	background: url("/images/szukaj.gif") no-repeat;	
}

.konto_menu {	
	background: lightgrey;
	width: 120px;
	height: 30px;
	padding: 5px;
	
}
a.konto_menu:hover {
	text-decoration: none;
}

a.konto_menu {
	color: darkorange;
	text-align: center;
}	

dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

dt {
	width: 200px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	background: rgb(0,147,221) repeat-x top;
	color: #eff;
	border-width: 1px;
	border-style: solid;
	border-color: #dfe #365 #365 #dfe;
}

dd {
	width: 200px;
	padding-left: 10px;
	background: rgb(0,147,221) no-repeat left top;
	border-width: 1px;
	border-style: solid;
	border-color: #dfe #365 #365 #dfe;
}

dl a:link, dl a:visited {
	display: block;
	width: 179px;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: bold;
	background: rgb(231, 120, 23) repeat-x top;
	color: #365;
	border-left: 1px solid #797;
}

dl a:hover {
	background-color: rgb(0,147,221);
	text-decoration: none;
	color: #eff;
}

.mail {
	color: orange;	
}
.blad {
	color: red;	
}

.stopka {
	color: grey;
	font-size: 12px;	
}
