/* general styles */

body {
   margin: 0;
   padding: 0;
	background: #fff;
	color: #000;
   font-family: Trebuchet, Helvetica, sans-serif;
   font-size: 14px;
}

h1 {
	font-weight: bold;
	font-size: 2em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-weight: normal;
	font-size: 1.1em;
}

.hide {
	display: none;
}

a, a:visited {
	text-decoration: none;
	color: #69f;
}

a:hover, a:active {
	text-decoration: underline;
	color: #69f;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

div.shadow {
	float: left;
	padding: 0 3px 5px 0;
	margin-right: 10px;
	background: url(obrazki/dropshadow.png) no-repeat bottom right;
}

div.shadow img {
	display: block;
	position: relative;
	top: -4px;
	left: -2px;
	padding: 5px;
	background: #FFF;
	border:1px solid;
	border-color: #ccc #666 #666 #ccc;
}

#personalinfo img.foto {
	float: left;
}

#otherinfo {
	clear: left;
	float: left;
}

/* container */

#container {
	float: right;
	width: 600px;
}

/* header */

#header {
	width: 430px;
	height: 200px;
	float: left;
	background: #fff url(obrazki/01.jpg) no-repeat top center;
}

/* menu */

#menu {
	width: 170px;
	height: 480px;
	float: right;
	position: relative;
}

#menu ol {
	margin: 0;
	padding: 0;
	background: #fff url(obrazki/02.jpg) no-repeat top left ;
	width: 170px;
	height: 480px;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	position: absolute;
}

#menu a {
	display: block;
	font-weight: bold;
}

#menu li a, #menu li a:visited {
	text-decoration: none;
	color: #000;
}

#menu li a:hover, #menu li a:active {
	text-decoration: none;
	color: #c00;
}

li#start { top: 133px; left: 100px; }
li#pliki { top: 159px; left: 93px; }
li#legimi { top: 209px; left: 62px; }
li#facebook { top: 234px; left: 36px; }
li#copyright { top: 313px; left: 93px; }

/* content */

#content {
	float: left;
	width: 430px;
}
