* { padding: 0; margin: 0; }

body {
	background: #e5ac14 url('images/back1.png') no-repeat left top;
	font-family: Tahoma;
	font-size: 13px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #e5ac14;
}

a:hover {
	text-decoration: underline;
	color: #e5ac14;
}

h1 {
	font-size: 18px;
	margin: 0px 0px 13px 0px;
	font-weight: normal;
}

.left {
	width: 320px;
}

.right {
	height: 460px;
	background: #ffffff url('images/back2.png') no-repeat 0px 460px;
}

.right .top {
	padding: 40px 20px 20px 20px;
	background: transparent url('images/back3.png') repeat-x left top;
}

.bottom {
	text-align: center;
	height: 98px;
}

.bottom a:link, .bottom a:active, .bottom a:visited {
	text-decoration: none;
	color: #000000;
}

.bottom a:hover {
	text-decoration: underline;
	color: #000000;
}

.bottom .left {
	float: left;
	width: 250px;
	text-align: left;
	padding: 20px 20px 20px 30px;
}

.bottom .right {
	float: right;
	width: 468px;
	text-align: right;
	background-color: transparent;
	padding: 20px 20px 20px 20px;
	height: 80px;
}

.input, .textarea {
	border: 2px solid #e5ac14;
	background-color: #ffffff;
	padding: 3px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

select {
	height: 26px;
}

.nav {
	margin: 60px 0px 0px 140px;
	padding: 0px;
	height: 40px;
	width: 180px;
	list-style: none;
}

.nav li {
	float: left;
	height: 40px;
	width: 180px;
	overflow: hidden;
	text-align: left;
}

.nav li.first {
	width: 160px;
}
.nav li.first a {
	padding: 9px 0px 9px 45px;
}
.nav li.second {
	width: 150px;
}
.nav li.second a {
	padding: 9px 0px 9px 30px;
}
.nav li.third {
	width: 140px;
}
.nav li.third a {
	padding: 9px 0px 9px 20px;
}
.nav li.fourth {
	width: 130px;
}
.nav li.fourth a {
	padding: 9px 0px 9px 12px;
}
.nav li.fifth {
	width: 120px;
}
.nav li.fifth a {
	padding: 9px 0px 9px 10px;
}
.nav li.sixth {
	width: 110px;
}
.nav li.sixth a {
	padding: 9px 0px 9px 4px;
}
.nav li.seventh {
	width: 100px;
}
.nav li.seventh a {
	padding: 9px 0px 9px 10px;
}

.nav li a:link, .nav li a:active, .nav li a:visited {
	display: block;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}

.nav li a:hover {
	color: #000000;
	text-decoration: underline;
}

a.password:link, a.password:active, a.password:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	line-height: 36px;
	background: url('images/password.png') no-repeat 0px 0px;
}

a.password:hover {
	text-decoration: none;
	background-position: 0px -36px;
}

a.register:link, a.register:active, a.register:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	line-height: 36px;
	background: url('images/register.png') no-repeat 0px 0px;
}

a.register:hover {
	text-decoration: none;
	background-position: 0px -36px;
}


a.profile:link, a.profile:active, a.profile:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	line-height: 36px;
	background: url('images/profile.png') no-repeat 0px 0px;
}

a.profile:hover {
	text-decoration: none;
	background-position: 0px -36px;
}

a.photo:link, a.photo:active, a.photo:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	line-height: 36px;
	background: url('images/photo.png') no-repeat 0px 0px;
}

a.photo:hover {
	text-decoration: none;
	background-position: 0px -36px;
}

a.logout:link, a.logout:active, a.logout:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	line-height: 36px;
	background: url('images/logout.png') no-repeat 0px 0px;
}

a.logout:hover {
	text-decoration: none;
	background-position: 0px -36px;
}

a.gallery:link, a.gallery:active, a.gallery:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	line-height: 36px;
	background: url('images/gallery.png') no-repeat 0px 0px;
}

a.gallery:hover {
	text-decoration: none;
	background-position: 0px -36px;
}

a.mail:link, a.mail:active, a.mail:visited {
	color: #cccccc;
	padding: 10px 0px 10px 40px;
	margin-right: 10px;
	background: url('images/mail.png') no-repeat 0px 0px;
}

a.mail:hover {
	text-decoration: none;
	background-position: 0px -36px;
}

.item {
	float: left;
	padding: 5px;
	width: 140px;
	height: auto;
	text-align: center;
	margin: 0px 12px 12px 0px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
}

.item:hover {
	border: 2px solid #e5ac14;
}

.item span {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 105px;
	margin: 0px 0px 5px 0px;
}

.item span a:link, .item span a:active, .item span a:visited {
	color: #ffffff;
}

.lang {
	margin-left: -190px;
	margin-top: 313px;
	position: absolute;
	width: auto;
}
