

body {
	margin: 0;
	padding: 0;
	background: url(images/back.png);
	background-image: url(images/back.png);
	background: #28313A url(images/img01.jpg) no-repeat center top;   /** TAUSTA VÄRV JA  ÜLEMINE pilt  */

	font-size: 14px;
	/* font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;  */
}

.mTable
{
	background-color: #ffffff;    text-align: center;
    font-size: 12px;    border-color: #000000;
    border-style: solid;
}

.mTr
{
    background-color: #e5e5c6;    text-align: center;
	border-color: #808080;
	font-size: 12px;
	border-style: solid;
}

.teemapealkiri{
        color: #000000;
        font-family: 'Trebuchet MS';
        font-size: 16px;
        margin-left: 60px;
        margin-top: 42px;
        margin-bottom: 0px
}


h1, h2, h3 {
	margin: 0;
/*	text-transform: lowercase; */
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
	text-decoration: bold;
}

 ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #1B75A9;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
}

/* Header */

#header {
	width: 880px;
	margin: 0 auto;
	height: 20px;    /* linkide all olevat lahtrit tõmbab kokku */
	border: 10px #FFFFFF solid;
}

/* Menu */

#menu {
	float: left;
	width: 880px;
	height: 28px;
	background: url(images/img02.jpg) repeat-x center top;
}

#menu ul {
	margin: 0;   /**  EI_MÕJU KUHUGI */
	padding: 10px 0 0 10px;  /** ÜLEVALT VASAKULT  EI_MÕJU  PAREMALT */
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left; /** CENTRIGA LÄHEB PUHTA PAIGAST JA ILMA TULEB TEINETEISE ALLA KESKELE */
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 14px; /** linkide vahed 18PX */
	background: url(images/img03.jpg) no-repeat right 20%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
    float: center;
	width: 880px;
	height: 194px;   /** ülemise osa kõrgus */
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: center;
	margin: 0;
	padding: 38px 0 0 0px; /** ÜLEMINE kiri üles alla  */
	line-height: normal;
}

#logo h1 {	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px; /** ÜLEMISE kirja suurus  */
}

#logo h1 a {
	text-decoration: none;
	color: #000000; /** ÜLEMISE KIRJA VÄRV  */
}


#logo h1 a:hover { text-decoration: underline; }

/** SOUTH-ESTONIA, EUROPE **/

#logo2 h1 {
	float: center;
	margin: 0;
	padding: 0px 0 0 0px; /** ÜLEMINE kiri üles alla  */
	line-height: normal;
}

#logo2 h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px; /** ÜLEMISE kirja suurus  */
}

#logo2 h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000; /** ALUMISE KIRJA VÄRV  */
}


teemapealkiri {
	float: center;
	padding: 65px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #28313A;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 880px;
	margin: 0 auto;  /* keskmine osa sõidab vasakule */
	background: #ECECFF;  /* keskmise osa tagapõhja värv */
	border: 10px #FFFFFF solid;
}

/* Content

#content {
	float: left;
	width: 620px;
	border-right: 1px dashed #DFE1E0;
}   */

/* Post  SIIN ASUB KESKMINE TEXT */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	padding: 0px 0 0 0px;
	background: url(images/img08.jpg) no-repeat center top;
	/* font-size: 24px;
	color: #28313A;   */
}

.post h2 {
	width: 520px;
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #28313A;
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	color: #28313A;
}

.post .meta .byline {
	float: center;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-center: 22px;
}

.post .meta b {
	display: none;
}




/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	margin: 0 auto;
	background: #DFDFFF;
	border: 10px #FFFFFF solid;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 12px;
	text-align: center;
	color: #595959; /* alumine tekstiväv */
}

#legal a {
	font-weight: normal;
	color: #1B75A9;
}
