body
{
	margin: 0;
	padding: 0;
	background-color: #555;
	background-image : url(images/tlo.gif);
	font-family : verdana, helvetica, sans serif;
	font-size: 75%;
	line-height: 200%;
	color: #EEE;
}


body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #EEE;
	text-decoration: none;
	
}

a:hover
{
	color: #ff7c11;
text-decoration: none;
font-weight : bold;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
	text-align : center;
}



#tekst
{
	width: 67%;
	margin-left: 215px;
	position : absolute;
	padding: 25px;
}


#tekst h2
{
	border-bottom: 1px solid #808080;
	font-family : verdana, helvetica, sans serif;
	font-weight: 140;
	letter-spacing: 7px;
	font-size: 200%;
	text-align: left;
	color: #ff7c11;
}

.kontener { width: 200px; }

.kontener ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.kontener a
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #555;
border-bottom: 1px dashed #999;
}

.kontener a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.kontener a:hover
{
background-color: #444;
color: #ff7c11;
font-weight : bold;
}


