body
{	
	margin: 0;
	padding: 0.5em;
	
	font-family: 'Verdana', 'Arial';
	
	background-color: rgb(171, 185, 195);
	
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#page
{
	width: 1000px;

	margin-left: auto;
	margin-right: auto;
	
	padding: 5px;
	
	background-color: rgb(234, 234, 234);
	
	border: 2px solid black;
}

div#inner_page
{
	border: 1px solid black;
}

div#head
{
	height: 100px;
	
	background-image: url('wck.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	
	text-align: left;
}

h1.title
{
	margin: 0;
	padding: 0;
}

h3.title
{
	margin: 0;
	padding: 0;
}

div.title
{
	padding-top: 20px;
	margin-right: 220px;

	text-align: center;
}

div#body
{
	
}

div#right_menu
{
	float: right;
	
	width: 240px;

	@height: 500px;
	min-height: 500px;
	
	margin: 0.2em;
	
	text-align: center;
}

div.menu_section
{
	width: 200px;
	
	margin-right: auto;
	margin-left: auto;

	border: 1px solid black;
}

div.menu_section_other
{
	width: 200px;

	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;

	border: 1px solid black;
}

div.menu_title
{
	padding: 0.1em;
	
	background-color: black;
	
	color: white;
	
	font-size: 1.2em;
	font-family: 'Arial';
	font-weight: bold;

	text-align: center;
}

div.menu_item
{
	text-align: left;
	text-indent: 20px;
	
	font-size: 0.9em;
}

div.menu_item b
{
	font-size: 1.1em;
}

div#content
{
	margin: 3px 245px 0 10px;
	padding: 1em;
	
	text-align: left;
	
	border-top: 1px solid black;
}

h1.main_title
{
	text-align: center;
	
	text-decoration: underline;
	font-style: italic;

	font-size: 1.2em;
}

ul#principles
{
	margin-left: 5em;
}

p#phylosophy
{	
	margin-top: 10px;
}

p.uvod
{
	text-indent: 20px;
}

p.center
{
	text-align: center;
}

a.mapa
{
	font-size: 20px;
	color: navy;
}

div#foot
{
	clear: both;
}