*
{
	margin: 0; padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

a img
{
	border: 0;
}

body
{
	font-size: 11px;
	background-color: #3f434c;
	text-align: center;
}

.floatfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.floatfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }
.floatfix { display: block; }
/* End hide from IE-mac */

input, textarea
{
	font-size: 1em;
	border: 1px solid #747a80;
	padding: 1px;
}

select
{
	font-size: 1em;
}

.button, .button_small
{
	color: #000;
	border: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 140px;
	height: 23px;
	cursor: pointer;
	background-image: url( ../img/button.gif );
}

.button_small
{
	width: 94px;
	background-image: url( ../img/button_small.gif );
}

a.button, a.button_small
{
	display: block;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
}

label
{
	display: block;
	margin-bottom: 3px;
}

label input, label textarea, label select
{
	margin-top: 2px;
	width: 100%;
}

h1, h2, h3, h4, h5, p, li
{
	color: #3f434c;
	font-weight: normal;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.5em;
}

a
{
	color: #666;
    text-decoration: underline;

}

a:hover
{
    color: #a2191c;
}

#feedback
{
	position: absolute;
	left: 35%;
	width: 30%;
	top: 200px;

	background: #FFF;
	border: 1px solid #666;
	text-align: center;
	padding: 10px;
	z-index: 9999;
}

	#feedback ul
	{
		margin: 10px;
		list-style: none;
	}

#top-wrapper
{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
}

	#top
	{
		background: url( ../img/kwiatypolskie.gif ) no-repeat;
		height: 150px;
		width: 194px;
		margin-right: 10px;
		float: left;
	}

	#topcontrols
	{
		float: left;
		width: 656px;
		height: 110px;
		padding: 20px;
		background: #FFF;
	}

		#logout
		{
			float: right;
		}

		#menu
		{
			list-style: none;
			padding-top: 5px;
		}

			#menu li
			{
				float: left;
			}

			#menu a
			{
				font-weight: bold;
				text-decoration: none;
			}

#wrapper
{
	padding: 10px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	width: 880px;
}
