html, body {
	margin: 0;
	padding: 0;
}

body, input, textarea {
	font: 8pt Verdana, sans-serif;
}

#header, #content {
	width: 800px;
	margin: 0 auto;
}

#header {
	background: #fff url('../img/cuboid.png') no-repeat 0px 75px;
	height: 100px;
}

#header span {
	display: none;
}

a {
	color: #f04124;
}

code {
	width: 1em;
	font: 8pt Verdana, sans-serif;
	display: block;
	float: left;
	margin-right: 0.2em;
}

/* ------------------------------------------------------------------------- */

#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 10px;
	top: 78px;
	left: 50%;
	margin-left: -20px;
}

#menu li {
	position: absolute;
	list-style: none;
}

#menu li a {
	display: block;
	height: 10px;
}

#menu li span {
	display: none;
}

#logout {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -250px;
}

/* ------------------------------------------------------------------------- */

#content {
	height: 414px;
	padding: 18px 0;
}

div.ciara {
	border-top: 1px solid #000;
}

#thumb {
	border: 1px solid #000;
	position: absolute;
	margin-left: 381px;
}

address {
	font: small-caps 10pt Verdana, sans-serif;
	width: 280px;
	height: 230px;
	position: absolute;
	margin-left: -1px;
}

address.cz {
	background: url('../img/address_cz.png') no-repeat top left;
}

address.en {
	background: url('../img/address_en.png') no-repeat top left;
}

address strong {
	color: #f04124;
	font-weight: normal;
	
}

address span {
	display: none;
}

/* ------------------------------------------------------------------------- */

#projekty, #detail, #profil {
	margin: 0px;
	width: 360px;
	height: 410px;
	position: absolute;
	overflow: auto;
	padding: 0 10px 0 0;
	text-align: justify;
}

#projekty li {
	list-style: none;
	padding-bottom: 0.8em;
}

#projekty h1, #detail h1 {
	margin: 0px;
	font: bold small-caps 10pt Verdana, sans-serif;
}

#projekty a {
	color: #000;
	text-decoration: none;
}

#projekty a:hover {
	color: #f04124;
}

#detail h1 {
	color: #f04124;
	margin-bottom: 1em;
}

#detail h2 {
	font-size: 8pt;
	margin: 0;
}

#detail p {
	margin: 0 0 1em;
}

#edit {
	position: absolute;
	top: 530px;
}

#edit_image {
	position: absolute;
	top: 530px;
	left: 50%;
	margin-left: 315px;
}

span.move img {
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */

#detail input, #detail textarea {
	border: 1px solid #aaa;
	padding: 1px;
}

#detail input {
	margin-bottom: 0.5em;
	width: 350px;
	vertical-align: middle;
}

#detail textarea {
	width: 350px;
	height: 130px;
}

#login {
	width: 300px;
	margin: 0 auto;
	padding: 10px;
}

#upload {
	position: absolute;
	margin-top: 440px;
	margin-left: -20px;
	left: 50%;
}

#upload strong {
	display: block;
	text-align: center;
	margin: 5px;
}

#upload input {
	vertical-align: middle;
}

/* ------------------------------------------------------------------------- */

#arrows {
	position: absolute;
	width: 90px;
	height: 16px;
	left: 50%;
	top: 513px;
	margin-left: 301px;
	text-align: center;
}

#arrows div {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#arrows div.left {
	float: left;
	background: green url('../img/arrow_left.png');
}

#arrows div.right {
	float: right;
	background: url('../img/arrow_right.png');
}
