html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, "New Century Schoolbook", "Book Antiqua", "Lucida Fax", "Times New Roman", Times, Garamond, serif;
	font-size: 90%;
}

#nastred
{
	background-color: white;
	width: auto;
	border: 0;
	margin: auto;
	padding: 1.5cm;
}

#menu, #menu_in
{
	display: none;
}

#text
{
	width: 100%;
	overflow: visible;
	line-height: 140%;
}

#text h2
{
	font: bold 24px/1.2em Georgia, "New Century Schoolbook", "Book Antiqua", "Lucida Fax", "Times New Roman", Times, Garamond, serif;
	display: block;
	color: #ED2024;
}

#text p
{
	text-align: left;
}

#text a:link, #text a:visited, #text a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #ED2024;
	color: #ED2024;
	padding: 0 2px 2px 2px;
	font-weight: normal;
}

#text a:hover
{
	background: white;
	color: black;
}

#rea
{
	display: block;
	width: 100%;
	padding: 1em;
	margin: auto;
	border-bottom: 1px solid #ED2024;
	text-align: center;
}

#rea h3
{
	padding: 0;
	margin: 0;
}