body {
	background: url( '../gfx/bg.png');
	margin: 10px;
	font-family: Verdana, Arial, Tahoma, sans;
	font-size: 13px;
	color: #e8e8e8;
	text-align: center;
}

object {
	border: none;
}

a {
	color: #e5b302;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 775px;
	margin: 0 auto;
	text-align: left;
}

#top {
	border-bottom: solid 1px #585858;
	position: relative;
	height: 57px;
}

#top a {
	border: none;
	text-decoration: none;
}

#top a:hover {
	border: none;
	text-decoration: none;
}


#selectLang {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#selectLang a {
	margin: 0;
}

#selectLang img {
	border: none;
	margin: 0 0 0 4px;
}

#content {
	width: 590px;
	padding: 0 0 5px 10px;
	float: right;
}

*html #content {
	width: 600px;
}

#footer {
	clear: both;
	border-top: solid 1px #585858;
	font-size: 10px;
	text-align: center;
	color: #707070;
}

#footer a {
	color: #9f9f9f;
}

/* definicja blokow */
.show {
	margin: 4px 0 4px 0;
}
	
 .subtitle {
	border-bottom: solid 1px #585858;
	width: 100%;
	line-height: 20px;
	font-weight: bold;
}

.show_title {
	width: 100%;
	font-weight: bold;
}

.show_content {
	margin-top: 2px;
	padding: 0px;
}

.clr {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;

}

img {
	border: solid 1px #585858;
	margin: 5px;
}

a > img:hover {
	border: solid 1px #e5b302;
}

.msg_error, .msg_success {
	border: solid 1px #585858;
	margin: 10px 0 10px 0;
	padding: 3px 5px 3px 5px;
	background: url( '../gfx/bg_mod_user2.png');
	font-weight: bold;
	color: #b8b8b8;
}

input, textarea {
	border: solid 1px #585858;
	padding: 1px 3px 1px 3px;
	background: url( '../gfx/bg_mod_user2.png');
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, sans;
	font-size: 13px;
	width: 200px;
}

textarea {
	width: 300px;
}

.gbook_addinfo {
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	width: 100px;
}

.gbook_block {
	margin: 5px 0 10px 0;
}

.gbook_title {
	border-bottom: solid 1px #585858;
	font-size: 12px;
	padding: 1px 0 1px 0;
	margin-bottom: 1px;
}

.button {
	width: auto;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
}

ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	
}

.navigation {
	font-weight: bold;
	text-align: right;
}

.navigation a {
	margin-left: 10px;
}
