html {
	margin: 0;
	padding: 0;
	background-color: #809df3;
}

body {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------------*/
/*NADPISY A ODKAZY (h1 je v sekci header)*/

h2 {
	color: #223d8a;
}

a { 
	color: #0f2668; 
	text-decoration: none;
}
a:visited { color: #0f2668; }
a:link { color: #0f2668; }

a img { border: none; }
/*------------------------------------------------------------------------------*/
/*NECISLOVANE SEZNAMY*/

ul.prvni {
	list-style-image: url("../pic/dark.gif");
	list-style-type: circle;
	list-style-position: inside;
}

ul.druhy {
	list-style-image: url("../pic/light.gif");
	list-style-type: circle;
	list-style-position: inside;
}

/*------------------------------------------------------------------------------*/
/*HEADER*/

div.header h1 {
	padding: 0.5em;
	margin: 0;
	background-color: #0f2668;
	color: #c7d5ff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: 5px;
	border-bottom: 2px dashed #c7d5ff;
}

div.header p.citat {
	position: absolute;
	top: 0px;
	right: 90px;
	color: #809df3;
}

div.header img {
	position: absolute;
	top: 2.5em;
	right: 0.5em;
}

/*------------------------------------------------------------------------------*/
/*MENU*/

div.menu {
	float: left;
	padding: 0 1em 0.5em 1em;
	margin: 1em;
	width: 10%;
	border: 1px dashed #c7d5ff;
}

ul.menu {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	padding: 0.5em 0 0.15em 0;
	text-align: left;
	border-bottom: 1px dotted white; 
}

ul.menu a {
	display: block;
	padding: 0;
	margin: 0;
}


ul.menu li:hover {
	border-bottom: 1px solid #c7d5ff;
}

/*---------------------------------------------------------------------------*/
/*HLAVNI RAM*/

div.include {
	margin: 1em 1em 1em 15%;
}

/*----------------------------------------------------------------------------*/
/*PORTRET NA HLAVNI STRANCE A DOUCOVANI*/

img.portret {
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}



