body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
}

IMG
{
	margin-left: 5px;
	margin-right: 5px;	
}

table
{
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
}

ul
{
	list-style: circle;
	list-style-type: circle;
}

A
{
	color: #142199;
}

A:visited
{
	color: #142199;
}

A:hover
{
	color: Black;
}

#container
{
	width: 70%;
	position: absolute;
	margin-left: 15%;
	margin-right: 15%;
}

#header
{
	border-bottom: 1px solid #AAAAAA;
	margin: 0.6em 0 0 0;
}

#header h1
{
	font-size: 250%;
	padding: 0;
}

#header #tagline
{
	font-size: 90%;
	margin: 0 0 0.2em 7em;
	padding: 0;
}

#main
{
	margin-top: 1em;	
	margin-bottom: 2em;	
	width: 100%;
}

#nav
{
	width: 15em;
	padding: 0;
	vertical-align: top;
	border-right: 1px solid #AAAAAA;
}

#nav a, #nav a:visited, #nav a:active
{
	display: block;
	margin: 1.5em 0 0 0;
	text-decoration: none;
	font-size: 130%;
	color: blue;
	border-bottom: 1px solid #FFFFFF;
}

#nav span
{
	color: #555555;
}

#nav a:hover
{
	border-bottom: 1px solid #AAAAAA;
}
#content
{
	padding: 1em 1px 1em 1.5em;
	vertical-align: top;
}
#content span.content_title
{
	display: block;
	border: 1px solid #AAAAAA;
	background-color: #F9F9F9;
	padding: 0.2em;
	margin: 0;
	width: 100%;
}
#content p.content_text
{
	text-align:justify;
	margin-left: 0.5em;
}
#content img.cut_left
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}
#content img.cut_right
{
	float: right;
	margin: 0 0 0.5em 0.5em;
}

#footer
{
	font-size: 70%;
	border-top: 1px solid #AAAAAA;
	text-align: right;
	clear: both;
	padding: 0.2em 0 0.2em 0;
	color: #AAAAAA;
}
#footer a
{
	display:inline;
	text-decoration:none;
	font-size: 100%;
	color:#AAAAAA;
}

#content h2.content_title2
{
	display: block;
	font-weight: bold;
	font-size: 100%;
	color: #888888;
	margin: 2em 0em 1em 0em;
	border-bottom: 1px solid #AAAAAA;
}

#portfolio .fotka
{
	vertical-align: top;
}

#portfolio .fotka img
{
	border: 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#portfolio .popis
{
	vertical-align: top;
	padding-left: 1em;
}

#portfolio .popis .nazev
{
	color: #888888;	
	font-weight: bold;
}

#portfolio .popis .technologie
{
	font-size: 85%;
	color: #666666;
}

