html {

	height : 100%;

}

body {
	/*width: 100%;
	background: #E8E8E8;*/

	height : 100%;
	font-size: 12px;
	font-family: Helvetica, Georgia, Tahoma, Verdana, Arial;
	margin: 0 auto;
	overflow: auto;
}

a {
	color: #FF0080;
}

a:hover {
	color: #FFAEC9;
}

b {
	font-weight: bold;
}

#top {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}

/*PANEL BANNERA: POCZĄTEK*/

#top > #header {

	width: 100%;
	height: 75px;
	background-color: rgba(255, 0, 128, 1);/*#B3E602;*/
	margin: 0;
	margin-bottom: 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	
}

/*PANEL BANNERA: KONIEC*/

/*PANEL GÓRNY: POCZĄTEK*/

#top > #header > #nav {

	width: 1000px;
	height: 75px;
	margin: 0 auto;
	
}

#top > #header > #nav > #logo {

	width: 200px;
	height: 75px;
	background-image: url(../_resources/logo.png);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	float: left;

}

/*PANEL GÓRNY: KONIEC*/

/*PANEL STOPKI: POCZĄTEK*/

#top > #footer {

	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	line-height: 30px;
	text-align: center;
	background-color: #202020;
	color: #FFFFFF;
	
}

#top > #footer > a {
	color: #FFFFFF;
}

#top > #footer > a:hover {
	color: #A6A6A6;
}

/*PANEL STOPKI: KONIEC*/

/*PANLE CENTRALNY: POCZĄTEK*/

#top > #content {
	width: 1000px;
	margin: 110px auto;
	margin-bottom: 70px;
}

/*PANLE CENTRALNY: KONIEC*/

.error,
.success,
.info {
	margin: 5px 0;
}


.error {
	color: #F60000;
}

.success {
	color: #0000F6;
}

.info {
	color: #00A600;
}