body{
	margin: 0;
	background-image: url(http://www.tagasikooli.ee/image/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffffff;
}

body,input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img{
	border: 0;
	behavior: url(http://www.tagasikooli.ee/iepngfix.htc);
}

h1{
	font-size: 18px;
	font-weight: normal;
	color: #53842d;
	text-decoration: none;
}


input.submitButton{
	font-size: 11px;
	color: #669900;
	font-weight: bold;
	border: 0;
	background-color: transparent;
}



a.menu_parent_link{
	margin-left: 15px;
	color: #b2b2b2;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 18px;
}
a.menu_parent_link_selected{
	margin-left: 15px;
	color: #53842d;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 18px;
}



div.menu_parent{
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
}
div.menu_sub{
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
}
div.menu_sub a:link,div.menu_sub a:visited{
	text-decoration: none;
	color: #b2b2b2;
	margin-left: 15px;
}
div.menu_sub a:hover{
	text-decoration: none;
	color: #000000;
	margin-left: 15px;
}

div#content a{
	color: #53842d;
	text-decoration: none;
}
div#content a:hover{
	color: #000000;
}

table.table_table{
	border: 1px solid #000000;
}
tr.table_row0{
	background-color: #ffffff;
}
tr.table_row1{
	background-color: #dfdfdf;
}
tr.table_row0:hover,tr.table_row1:hover{
	background-color: #c0c0c0;
}


div#main{
	width: 760px;
	margin: 0 auto;
}
div#header{
	float: left;
	width: 100%;
	height: 150px;
}
div#menu{
	float: left;
	width: 100%;
	margin-top: 15px;
}
div#content{
	float: left;
	width: 740px;
	margin-left: 20px;
	margin-top: 25px;
}