body {
	background: #01010d;
	font-size: 1em;
}

a {
	color: #645510;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	width: 790px;
	height: 100px;
	margin: auto;
}

#main {
	width:790px;
	margin:auto;
}

#content {
	width:800px;
	height:500px;
	background:url(images/panel.png) no-repeat;
	margin-left:-50px;
	border:1px solid #000;
	border-radius-bottom:10px;
	position: relative;
}

#menu {
	width:790px;
	margin:5px;
	text-align:center;
	font-family:Tahoma;
	font-size:20px;
	color:#282828;
	font-weight:bold;
}

#menu a {
	color: #282828;
	text-decoration: none;
}

#menu a:hover {
	color: #645510;
	text-decoration:none;
}

#hr_top {
	width:710px;
	height:1px;
	margin-top:7px;
	background:#282828;
	margin:auto;
}

#page {
	width:90%;
	margin-left:45px;
	margin-top:30px;
	max-height:390px;
	overflow:auto;
}

.title_awards {
	background:url(images/title/hpawards.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}

.title_regulamin {
	background:url(images/title/regulamin.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}

.title_kategorie {
	background:url(images/title/kategorie.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}

.title_nominowani {
	background:url(images/title/nominacje.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}

.title_zglos {
	background:url(images/title/zglos.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}

.title_glosowanie {
	background:url(images/title/glosowanie.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}

.title_edycje {
	background:url(images/title/edycje.png) no-repeat;
	width:700px;
	height:27px;
	margin-top:20px;
}


.tresc {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#282828;
	margin-top:5px;
}

.tresc .blok {
	float: left;
	width:90px;
	height:90px;
	margin: 2px;
}

.tresc .blok img {
	width:80px;
	height:80px;
	margin: 0 10px;
}

.tresc .blok .username {
	text-align: center;
}

.tresc .blok_g {
	float: left;
	width:90px;
	height:120px;
	margin: 2px;
}

.tresc .blok_g img {
	width:80px;
	height:80px;
	margin: 0 10px;
}

.tresc .blok_g .username {
	text-align: center;
}

.tresc .blok_g .username img, .tresc .blok .username img {
	max-width:16px;
	max-height:16px;
	overflow: none;
	margin: 0;
}

.tresc .blok_g .glosuj {
	width: 80px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #B4BB12;
	border: 1px solid #D0DF25;
	border-radius: 5px;
	color: #2C2C2C;
}

.tresc .blok_g a:hover {
	text-decoration:none;
}

.title {
	font-family:Tahoma;
	font-size:20px;
	color:#282828;
	text-shadow: inset 2px 2px 2px 20px #ffffbe;
	width:700px;
	height:27px;
	margin-top:20px;
}

#footer {
	text-align:right;
	font-size:11px;
	color:#282828;
	margin:10px;
	font-weight:bold;
	position:absolute;
		bottom:2px;
		right:2px;
}

#footer a {
	color: #645510;
	text-decoration: none;
}

#fotter a:hover {
	text-decoration: underline;
}
#footer span {
	text-align: left;
	position: absolute;
	left:-550px;
}

#hp {
	background:url(images/hp3.png) no-repeat; 
	position:fixed; 
		right:0; 
		bottom:0;
	z-index:99;
	width:318px;
	height:493px;
}

.textbox {
	border-radius: 5px;
	border: 1px;
	background: #CAC308;
	color: #282828;
}

.button {
	float: left;
	width: 190px;
	height: 30px;
	border-radius: 10px;
	margin: 5px;
	font-weight: bold;
	font-size: 16px;
	background: #F1E929;
	border: 1px;
	color: #282828;
	cursor: default;
}

.back {
	float: left;
	width: 180px;
	height: 25px;
	border-radius: 10px;
	margin: 5px;
	font-weight: bold;
	font-size: 16px;
	background: #F1E929;
	border: 1px;
	color: #282828;
	text-align: center;
	padding-top: 5px;
	cursor: default;
}

.ok {
	color: #41FF05;
	margin: 5px;
	text-align: center;
	background: green;
	width: 95%;
	min-height: 15px;
	padding: 5px;
	border-radius: 5px;
}

.ok a {
	color: #BD9D0B;
	text-decoration: none;
}

.error {
	color: #700303;
	margin: 5px;
	text-align: center;
	background: #D80000;
	width: 95%;
	min-height: 15px;
	padding: 5px;
	border-radius: 5px;
}

.error a {
	color: #BD9D0B;
	text-decoration: none;
}

strong,b {
	color: rgb(0, 22, 139);
	font-weight: bold;
}