body{
	background-color : #E4EDF9;
	color : #00193B;
	font-family : Arial, Sans;
	margin : 0;
	padding : 0 10px 0 10px;
	border : 0;
	height : 100%;
	overflow-y : scroll;
}

h1 {
	color : maroon;
	font-family : Arial, Sans;
	font-size : x-large;
	font-style : italic;
}

h2 {
	color : #004B4F;
	font-family : Arial, Sans;
	font-size : large;
	font-style : normal;
	font-weight : bold;
}

h3 {
	color : #004B4F;
	font-family : Arial, Sans;
	font-style : italic;
	font-weight : bold;
}

.nadruk{
	color : maroon;
	font-style : italic;
	font-weight : bold;
}

div#tekst{
	position : relative;
	display : block;
	background-color : transparant;
	color : #00193B;
	overflow : hidden;
	z-index : 10;
	font-family : Arial, Sans;
	font-size : 16px;
	margin : 1em 0 0 211px;
}

body>div#tekst{margin : 0 0 0 211px;}

div#menu{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 210px;
	height : 100%;
	background-color : #E4EDF9;
	color : #00193B;
	z-index : 20;
	font-family : Arial, Sans;
	font-size : 16px;
}

body>div#menu{position : fixed;}

div#menu ul{
	display : block;
	width : 200px;
	padding : 0;
	border : 0;
	margin : 0;
	margin-left : 8px;
}

div#menu>ul{margin-left : 4px;}

div#menu ul li{
	display : block;
	width : 180px;
	list-style : none;
	text-indent : 0;
	margin : 0 auto;
	border : 0;
	background : inherit;)
}

div#menu ul li a{
	display : block;
	background : transparant;
	width : 100%;
	padding : 3px 0;
	border : 2px outset;
	margin : 0 auto;
	text-align : left;
	text-decoration : none;
	color : #E4EDF9;
	background-color : #00193B;
}

div#menu ul li a:hover{
	display : block;
	width : 100%;
	background : maroon;
}

