body
	{
	background-color: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

#Body
	{
	margin: 1em auto; 
	width: 50em;
	}

#Header
	{
	background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Wikimedia_Czech_Republic-logo.svg/60px-Wikimedia_Czech_Republic-logo.svg.png") 4em center no-repeat;
	font-variant: small-caps;
	height: 4em;
	margin: 0 0 2em 0;
	}

#Sidebar
	{
	float: left;
	width: 12em;
	text-align: center;
	}

h1
	{
	color: #900;
	font-size: 200%;
	margin: .5em 0;
margin-left: 7em;
	}
	
h2
	{
	border-bottom: .1em solid #ccc;
	color: #069;
	font-size: 140%;
	margin-top: 0;
	}
  
h3
	{
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
  
.portlet
	{
	margin-bottom: 2em;
	padding: 0px 0px 0px 0px;
	}

.portlet h2
	{
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	color: #396;
	font-size: 16px;
	padding: .5em 0;
	}

.portlet ul
	{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.portlet ul li
	{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.portlet ul li a
	{
	color: #555;
 	display: block;
	padding: .4em 0;
	text-decoration: none;
	width: 100%;
	}

.portlet a:visited {
}

.portlet a:active {
}

.portlet a:hover
	{
	background-color: #e5e5e5;
	color: #000;
	text-decoration: underline;
	}

#Content
	{
	line-height: 130%;
	float: right;
	width: 36em;
	text-align: justify;
	}

#Content a,
#Content a:visited,
#Content a:active
	{
	text-decoration: underline;
	color: #555;
	}

#Content a:hover
	{
	color: #000;
	}

#content_left
	{ 
	float: left;
	width: 15em;
	}

#content_right
	{
	float: right;
	width: 18em;
	}

#Footer
	{
	border-top: .1em solid #ccc;
	clear: both;
	color: #999;
	font-size: x-small;
	padding-top: .4em;
	}

#footer_right
	{
	float: right;
	text-align: right;
	}

#footer_left
	{
	float: left;
	text-align: left;
	}

#Footer img
	{
	border: none;
	vertical-align: middle;
	}

#Footer a,
#Footer a:visited,
#Footer a:active,
#Footer a:hover
	{
	color: #999;
	text-decoration: none;
	}

abbr,
acronym
	{
	border-bottom: 1px dotted;
	cursor: help;
	}

a img
	{
	border: none;
	}

