body {
	background: #02193C;
	color: #DFE5EE;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	padding: 0; margin: 0;
	text-align: center;
}

#container {
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 120px;
	padding: 0 0 80px 0;
	background: url(img/logo_bg.jpg) no-repeat 0 94px;
	margin: 2em 0 0 0;
}

#content {
	width: 480px;
	float: left;
	font-size: 76%;
}

a {
	color: #CFFF0E;
	text-decoration: underline;
}

h1 {
	margin: 1em 0 .2em 0;
	font-size: 150%;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	margin: 1em 0 .2em 0;
}

img {
	border: 0;
}

p {
	margin: .5em 0 .5em 0;
}

strong {
	font-weight: normal;
	color: #fff;
}

#h-kas {
	text-indent: -5000px;
	width: 67px;
	height: 14px;
	overflow: hidden;
	background: url(img/h-kas_tas.png) no-repeat;
}

#h-portfolio {
	text-indent: -5000px;
	width: 78px;
	height: 15px;
	overflow: hidden;
	background: url(img/h-portfolio.png) no-repeat;
}

#h-kontakti {
	text-indent: -5000px;
	width: 116px;
	height: 14px;
	overflow: hidden;
	background: url(img/h-sazinaties.png) no-repeat;
}

p.project {
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding-left: 5px;
	font-size: 87%;	
}

p.project img {
	margin: 5px 0 5px 0;
}

p.project a {
	line-height: 2;
}

h3.project {
	background: #032559;
	padding: 3px;
	margin: 1px 0 1px 0;
	cursor: pointer;
}

h3.project:hover {
	color: #fff;
}

#lang-switch {
	display: block;
	margin-top: 15px;
	float: right;
	font-size: 95%;
}