/*
	hela.rs.ee
	Fri, 28 Jul 2000 22:24:21 +0200
blaah.bit.pri.ee
P aug    7 14:46:18 EEST 2005

	H. Kuus
*/

body 
{
	margin-left : 5%;
	margin-right : 5%;

/*	color : #006400;	/* dark green */

/*	background : #ffe4e1;	/* misty rose */

	color : black;
	background : white;

/*	
	background : white url( "taust.png" );
	background : #ffdead;	/* navajo white (vőib-olla?) *
*/
	
/*
	background-repeat : no-repeat;
	background-position : center center;
*/
	font-family : serif;
}

body em 
{
/*	color : #339933;	* medium sea green */
	color : #0066ff;	/* blue */
/*	background : #ffe4e1;	/* misty rose */
}

p 
{ 
	text-indent: 1em; 
	text-align : justify;
	margin-top: 0; 
	margin-bottom: 0; 
}


h1, h2, h3
{
	text-align : center;
}

/******************************************************************************/

#header 
{
/*	position: fixed;*/
	width: auto;
/*	height: 100px;*/
	top: 1ex;
	bottom: 5ex;
	left: 5%;
	right: 5%;
}

#footer 
{
/*	background : #ffe4e1;	/* misty rose */
/*	background : #0000;	/* misty rose */
/*	color : #006400;	/* dark green */

/*	position: fixed;*/
	width: auto;
/*	height: 100px;*/
	top: auto;
	bottom: 0;
	left: 5%;
	right: 5%;
}


/******************************************************************************/

.center
{
	text-align : center;
}

.right
{
	text-align : right;
}

.right_b2
{
	text-align : right;
	position: absolute; 
	right: 5%;
	margin-top: 2ex;
}

.right_b1
{
	text-align : right; 
	position: absolute;
	right: 5%;
	margin-top: 2ex;
	margin-right: 98px;
}

.left_b1
{
	text-align : left; 
	position: absolute;
	left: 5%;
	margin-top: 2ex;
}
.left_b2
{
	text-align : left; 
	position: absolute;
	left: 5%;
	margin-left: 34px;
	margin-top: 2ex;
}

/*
	decorative rule http://ppewww.ph.gla.ac.uk/%7Eflavell/www/hrstyle.html
*/
.dr { 
	background :  white url( "/viker.png" ) no-repeat center;/* misty rose */
	margin-top: 2ex;
	margin-bottom: 2ex;
}
.dr hr 
{ 
	width: 0; 
	border: 0;
}

.noindent 
{
	text-indent: 0em; 
}
