body {
	background: #333 none;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;	
	font-size: 10px;
	text-align: center;
}
pre {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia;
}
h1 {
	font-size: 180%;
	margin-top: 0px;
}
h2 {
	font-size: 160%;
	margin-bottom: 5px;
}
a:link, a:visited, a:active {
	color: #1240ab;
	color: #06266f;
	text-decoration: none;
	border: none;
}
a:hover {
	border-bottom: 1px dotted #999;
}
img {
	border: none;
}
input[type=submit] {
  background: url('../img/bg_submit.jpg') repeat-x;
}
input[type=submit]:hover {
  border: 2px solid white;
  border-right-color: #333;
  border-bottom-color: #333;
  cursor: pointer;
}
hr {
	height: 1px;
	background-color: #ccc;
}
em {
	font-family: Georgia;
	font-size: 110%;
}
span {
	color: #4D4D4D;
}
ul {
	padding-left: 1em;
}
h1.logo {
	font-size: 18px;
	font-family: Verdana;
	margin-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
}
h1.logo a {
    color: #fff;
}
h1.logo a:hover {
    color: #484848;
    border-bottom: none;
}
h1.logo a:hover span {
    color: #fff;
}
span.logo {
	color: #484848;
	font-size: 12px;
}
#container {
	width: 740px;
	height: auto;
	margin: 70px auto 0;
	background-color: #333;
	text-align: left;
}
#container_left {
	width: 278px;
	height: 468px;
	margin-top: 0px;	
	float: left;
	border: 2px solid #000;
	background-color: #fff;
	text-align: center;
}
#container_right {
	color: #4D4D4D;
	width: 400px;
	min-height: 428px;
	float: right;
	background-color: #fff;
	border: 2px solid #000;
	text-align: justify;	
	line-height: 18px;
	padding: 20px;	
}
#footer {
	clear: both;
	text-align: right;
	color: #4B4B4B;
}
#photo {
	width: 263px;
	height: 380px;
	margin: 10px auto 0;
	background-color: #fff;
}
#link_box {
	text-align: left;
	padding-top: 10px;
	margin: 0 8xp;
	width: 263px;	
}
#link_box_left {
	float: left;
}
#link_box_right {
	float: right;
}
/* MENU */
#menu {
  height: 60px;
}
#menu li {
  width: 120px;
  line-height: 15px;
  text-transform: capitalize;
  list-style: none;
  float: left;
  text-align: left;
  margin-right: 10px;
}
#menu a {
	display: block;
	padding-left: 5px;
}
#menu a:link, 
#menu a:visited, 
#menu a:active {
	text-decoration: none;
	color: #000000;
	border: none;
}
#menu a:hover {
	background-color: #333;
	color: #fff;
	border-bottom: 0;
}
a.logo:link, 
a.logo:visited, 
a.logo:hover, 
a.logo:active {
	text-decoration: none;
	margin-bottom: 5px;
}
a.logo:hover {
	text-decoration: none;
	border: none;
}
a.footer:link, 
a.footer:visited, 
a.footer:active {
	text-decoration: none;
	color: #747474;
	text-transform: uppercase;
	border: none;
	font-size: 9px;
	letter-spacing: 1px;
}
a.footer:hover {
	text-decoration: none;
	color: #6090C0;
}
.hoverbox {
	cursor: default;
	list-style: none;
}
.hoverbox a {
	cursor: default;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox li
{
	background: #F1F1F1;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #000000;
	width: 200px;
	height: 150px;
}

/* PORTFOLIO */
a.portfolio {
	padding: 6px;
	display: block;
	color: #333;
	border: none;
}
a.portfolio:hover {
	background-color: #333;
	border: none;
	color: #fff;
}
#container_right img {
  margin-top: 4px;
  margin: 4px 4px 0;
}
legend {
	letter-spacing: 2px;
	color: #222222;
}
fieldset {
	text-align: left;
}
.przekreslenie {
    text-decoration: line-through;
}

/* TUTORIALE */
a.tutorial {
	display: block;
	border: none;
	padding: 5px;
}
a.tutorial:hover {
	background-color: #F0FBFB;
}
h1.tutorial {
	background-color:#336666;
	text-align: right;
	margin: -10px -10px 0 -10px;
	letter-spacing: 2px;
	padding: 8px;
	font-size: 20px;
	color: white;
}