/* crappy^2 */

body {
	text-align: center;
	background: white;
}

#main {
	margin: 0px auto;
	width: 700px;
	text-align: left;
}

#header {
	position: relative;
	background: #26b726 url("/img/headtop.png") top left no-repeat;
	min-height: 92px;
	height: 92px;
	margin: 16px 0 0 0;
	height: 92px;
	padding: 0;
}

#header h1 {
	font: bold 24pt luxi sans, tahoma, verdana, arial, helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 5px 0 0 10px;
}

#header h3 {
	font: bold 12pt luxi sans, tahoma, verdana, arial, helvetica, sans-serif;
	color: white;
	margin: -5px 0 0 0;
	padding: 0 0 0 12px;
	background: none;
}

#header ul {
	background: url("/img/headbottom.gif") bottom left no-repeat;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	width: 695px;
}

#header ul li {
	font: 10pt luxi sans, tahoma, verdana, arial, helvetica, sans-serif;
	background: white;
	float: left;
	margin: 0 0 0 5px;
	background: #8fd38f url("/img/tableft.png") no-repeat;
	min-height: 22px;
}

#header ul li a {
	text-decoration: none;
	color: #202020;
	padding: 2px 7px 3px 7px;
	background: url("/img/tabright.png") top right no-repeat;
	display: block;
}

#header ul li a:visited {
	color: #404040;
}

#header ul li.selected {
	background: #ffffff url("/img/tabselleft.png") no-repeat;
}

#header ul li.selected a {
	font-weight: bold;
	color: black;
	background: url("/img/tabselright.png") top right no-repeat;
}

#header ul li.lang {
	background: none;
	margin: 0;
	padding: 0;
}

#header ul li.lang a {
	background: none;
	padding: 0 0 0 6px;
	margin: 0;
}

#header ul li.selected a:visited {
	color: gray;
}

#header hr {
	display: none;
}

#content {
	font: 10pt luxi sans, tahoma, verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0 10px;
	text-align: justify;
}

#footer {
	font: 10pt luxi sans, tahoma, verdana, arial, helvetica, sans-serif;
	margin-top: 20px;
	padding: 5px 10px 0 10px;
	border-top: 1px dotted #404040;
	color: #404040;
	width: 100%;
}

#copyright {
	float: left;
}

#hosting {
	text-align: right;
	float: right;
}

img {
	border: 0px;
	vertical-align: bottom;
}

#projects {
	text-align: left;
	float: left;
	width: 330px;
	margin-right: 20px;
}

#services {
	text-align: left;
	float: left;
	width: 330px;
}

#texts {
	text-align: left;
	clear: left;
	float: left;
	width: 330px;
	margin-right: 20px;
}

#misc {
	text-align: left;
	float: left;
	width: 330px;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.screenshot {
	text-align: center;
}

.foto {
	float: right;
	padding: 0 0 10px 10px;
}

.entry {
	padding-top: 1.2em;
	text-align: justify;
	border-bottom: 1px dotted #404040;
}

.entryheader {
	padding: 0;
}

.entry h3 {
	font-size: 18pt;
	padding: 0;
	margin: 0 0 0 -1px;
}

.entry h6 {
	font-size: 12pt;
	padding: 5px 0 0 0;
	margin: 0;
}

.commentlink {
	text-align: right;
}

.archive {
	padding-top: 1em;
}

pre {
	background: #f0f0f0;
	padding: 5px 8px;
	-moz-border-radius: 5px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#jogmenu {
	float: right;
	padding-left: 10px;
	margin: 1em 0 10px 10px;
	border-left: 1px dotted #404040;
	text-align: right;
	background: white;
	z-index: -100;
}

#jogmenu .ziomki, #jogmenu .idole {
	padding-top: 1em;
}

#jogmenu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

#jogmenu li {
}

.field {
	vertical-align: top;
	text-align: right;
}

.format {
	font-size: small;
}

form {
	padding-top: 1em;
}

.thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 128px;
	text-align: center;
}

.thumbnail img {
	border: 1px solid gray;
}

.center {
	text-align: center;
}

#content h3 {
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

li.space {
	margin-bottom: 0.6em;
}

